MCPcopy Create free account
hub / github.com/PCGen/pcgen / setColor

Method setColor

code/src/java/pcgen/gui2/UIPropertyContext.java:121–125  ·  view source on GitHub ↗
(String key, Color color)

Source from the content-addressed store, hash-verified

119 }
120
121 private void setColor(String key, Color color)
122 {
123 Logging.debugPrint("setting color " + key + " to " + color);
124 setProperty(key, ColorUtilty.colorToRGBString(color));
125 }
126
127 private Color initColor(String key, Color defaultValue)
128 {

Callers 15

UIPropertyContextMethod · 0.95
setQualifiedColorMethod · 0.80
setNotQualifiedColorMethod · 0.80
setAutomaticColorMethod · 0.80
setVirtualColorMethod · 0.80
paintMethod · 0.80
paintComponentMethod · 0.80
paintIconMethod · 0.80

Calls 3

debugPrintMethod · 0.95
colorToRGBStringMethod · 0.95
setPropertyMethod · 0.80

Tested by

no test coverage detected