JPlanner Programmer's Guide
SystemColor Members
Fields Methods
 


Provides a platform-independent representation of a system color. Instances of this class are immutable.

The following tables list the members exposed by the SystemColor type.

 Public Fields

  Name Description

Empty

Represents an empty color. (Inherited from Color.)

 Public Methods

  Name Description

clone

Color.clone override.

equals

Color.equals override.

getA

Gets the alpha component value of the color. (Inherited from Color.)

getB

Gets the blue component value of the color. (Inherited from Color.)

getG

Gets the green component value of the color. (Inherited from Color.)

getName

Gets the name of the color. (Inherited from Color.)

getNamedColor

Returns the predefined color with the specified name. (Inherited from Color.)

getR

Gets the red component value of the color. (Inherited from Color.)

getSystemColorKey

Gets the key of this system color.

hashCode

Color.hashCode override.

isEmpty

Gets a value indicating whether this color is uninitialized. (Inherited from Color.)

isNamedColor

Gets a value indicating whether this color is a named color. (Inherited from Color.)

readExternal

Color.readExternal override.

toArgb

Obtains a 32-bit ARGB representation of the color. (Inherited from Color.)

toString

Converts this color to a human-readable string. (Inherited from Color.)

writeExternal

Color.writeExternal override.

 See Also

SystemColor Class
com.mindfusion.drawing Namespace