MCPcopy
hub / github.com/huangyanbin/smartTable / getColor

Method getColor

app/src/main/java/java/awt/Color.java:614–616  ·  view source on GitHub ↗

Finds a color in the system properties. The argument is treated as the name of a system property to be obtained. The string value of this property is then interpreted as an integer which is then converted to a Color object. If the specified property is not found or could not be

(String nm)

Source from the content-addressed store, hash-verified

612 * @since JDK1.0
613 */
614 public static java.awt.Color getColor(String nm) {
615 return getColor(nm, null);
616 }
617
618 /**
619 * Finds a color in the system properties.

Callers 15

onCreateMethod · 0.45
getBackGroundColorMethod · 0.45
showChartDialogMethod · 0.45
onCreateMethod · 0.45
getTextColorMethod · 0.45
onCreateMethod · 0.45
drawMethod · 0.45
onCreateMethod · 0.45
getBackGroundColorMethod · 0.45
getTextColorMethod · 0.45
showChartDialogMethod · 0.45
onCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected