On Sep 30, 2010, at 8:55 AM, Francesco.Decomite wrote:
> Hi,
>
> I would like to draw lines, using ImageProcessor method drawLine(...).
> Is there some method for defining the line style,
> something like setLineStyle(DOTTED) ?
You can draw dotted and dashed lines using Java2D. There is an example at
http://imagej.nih.gov/ij/plugins/dotted-line.html-wayne