Returns the default (global) color used for drawing ROI outlines. @see #setColor(Color) @see #getStrokeColor()
()
| 1978 | * @see #getStrokeColor() |
| 1979 | */ |
| 1980 | public static Color getColor() { |
| 1981 | return ROIColor; |
| 1982 | } |
| 1983 | |
| 1984 | /** Sets the color used by this ROI to draw its outline. |
| 1985 | * This color, if not null, overrides the global color set |
no outgoing calls
no test coverage detected