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

Method getFillColor

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

Returns the fill color used to display this ROI, or null if it is displayed transparently. @see #setFillColor @see #getStrokeColor

()

Source from the content-addressed store, hash-verified

2023 * @see #getStrokeColor
2024 */
2025 public Color getFillColor() {
2026 return fillColor;
2027 }
2028
2029 public static void setDefaultFillColor(Color color) {
2030 defaultFillColor = color;

Callers 15

doRoiMethod · 0.95
rectToolOptionsMethod · 0.95
dialogItemChangedMethod · 0.95
setPropertiesMethod · 0.95
addSelectionMethod · 0.95
optionsMethod · 0.95
setPropertiesMethod · 0.95
cloneMethod · 0.95
showDialogMethod · 0.80
listRoisMethod · 0.80
getTextRoiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected