Returns the the color used to draw the ROI outline or null if the default color is being used. @see #setStrokeColor(Color)
()
| 2000 | * @see #setStrokeColor(Color) |
| 2001 | */ |
| 2002 | public Color getStrokeColor() { |
| 2003 | return strokeColor; |
| 2004 | } |
| 2005 | |
| 2006 | /** Sets the default stroke color. */ |
| 2007 | public static void setDefaultColor(Color color) { |
no outgoing calls
no test coverage detected