Change the colour of a line

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Change the colour of a line

bateman
Hi,

I have created a black line between two points in my imagej plugin using the Line class.

How do I go about changing the colour of the line?

Thanks

Bateman
Reply | Threaded
Open this post in threaded view
|

Re: Change the colour of a line

bateman
In fact a better question to answer would be:

What is the advantage (if any) of using the Line class to display a line over using imageProcessor drawLine() method?

Thanks

Bateman