Class to extend the number of Colors available to the charts. This
extends the java.awt.Color object and extends the number of final
Colors publically accessible.
createDefaultPaintArray() Convenience method to return an array of Paint objects that
represent the pre-defined colors in the Color and
ChartColor objects.
Creates a Color with an opaque sRGB with red, green and blue values in
range 0-255.
Parameters: r - the red component in range 0x00-0xFF. Parameters: g - the green component in range 0x00-0xFF. Parameters: b - the blue component in range 0x00-0xFF.
Method Detail
createDefaultPaintArray
public static Paint[] createDefaultPaintArray()(Code)
Convenience method to return an array of Paint objects that
represent the pre-defined colors in the Color and
ChartColor objects.
An array of objects with the Paint interface.