Java 6 SE Platform
6.0
Home

com.woven_media.colorsafe
Class X11Colors

java.lang.Object
  extended by com.woven_media.colorsafe.X11Colors
All Implemented Interfaces:
IPalette

public class X11Colors
extends java.lang.Object
implements IPalette

X11Colors creates an java.util.ArrayList of standards-compliant X11 colors for direct invocation.

Since:
1.0

Field Summary
(package private) static java.util.ArrayList<java.lang.String[]> colorList
           
 
Fields inherited from interface com.woven_media.colorsafe.IPalette
BG_VAL, GRAYSCALE_NUM_COLORS, GRAYSCALE_PALETTE, GRAYSCALE_TITLE, HEX_VAL, NAMED_COLORS_PALETTE, NAMED_COLORS_TITLE, NAMED_NUM_COLORS, NETSCAPE_NUM_COLORS, NETSCAPE_PALETTE, NETSCAPE_TITLE, RGB_VAL, WIN_GRAYS_NUM_COLORS, WIN_NUM_COLORS, WINDOWS_GRAYS_PALETTE, WINDOWS_GRAYS_TITLE, WINDOWS_PALETTE, WINDOWS_TITLE, X11_NUM_COLORS, X11_PALETTE, X11_TITLE
 
Constructor Summary
X11Colors()
           
 
Method Summary
static java.util.ArrayList<java.lang.String[]> createList()
          Creates a java.util.ArrayList of standards-compliant X11 colors mapped to hexadecimal color equivalents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorList

static java.util.ArrayList<java.lang.String[]> colorList
Constructor Detail

X11Colors

public X11Colors()
Method Detail

createList

public static java.util.ArrayList<java.lang.String[]> createList()
Creates a java.util.ArrayList of standards-compliant X11 colors mapped to hexadecimal color equivalents.

Returns:
java.util.ArrayList of X11 colors.
See Also:
ArrayList

Java 6 SE Platform
6.0
Home

JavaDoc API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 20 SEPT 2009