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

Method setDefaultFillColor

ij/src/main/java/ij/gui/TextRoi.java:467–469  ·  view source on GitHub ↗

Sets the default fill (background) color.

(Color fillColor)

Source from the content-addressed store, hash-verified

465
466 /** Sets the default fill (background) color. */
467 public static void setDefaultFillColor(Color fillColor) {
468 defaultFillColor = fillColor;
469 }
470
471 /** Sets the default angle. */
472 public static void setDefaultAngle(double angle) {

Callers 2

showDialogMethod · 0.95
dialogItemChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected