MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getStrokeColor

Method getStrokeColor

ij/src/main/java/ij/gui/Roi.java:2002–2004  ·  view source on GitHub ↗

Returns the the color used to draw the ROI outline or null if the default color is being used. @see #setStrokeColor(Color)

()

Source from the content-addressed store, hash-verified

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) {

Callers 15

getInfoMethod · 0.95
doRoiMethod · 0.95
rectToolOptionsMethod · 0.95
dialogItemChangedMethod · 0.95
interpolateMethod · 0.95
setPropertiesMethod · 0.95
addSelectionMethod · 0.95
optionsMethod · 0.95
setPropertiesMethod · 0.95
cloneMethod · 0.95
updateWideLineMethod · 0.95
convertLineToAreaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected