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

Method setColor

ij/src/main/java/ij/gui/Toolbar.java:956–961  ·  view source on GitHub ↗

@deprecated replaced by setForegroundColor()

(Color c)

Source from the content-addressed store, hash-verified

954 * replaced by setForegroundColor()
955 */
956 public void setColor(Color c) {
957 if (c!=null) {
958 foregroundColor = c;
959 drawButton(this.getGraphics(), DROPPER);
960 }
961 }
962
963 public static Color getForegroundColor() {
964 return foregroundColor;

Callers 1

plotLanesMethod · 0.95

Calls 2

drawButtonMethod · 0.95
getGraphicsMethod · 0.80

Tested by

no test coverage detected