Java 6 SE Platform
6.0
Home

com.woven_media.colorsafe
Class NamedColors

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

public class NamedColors
extends java.lang.Object
implements IPalette

NamedColors class creates a java.util.ArrayList of Windows-named colors for direct invocation.

Since:
1.0

Field Summary
 
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
NamedColors()
           
 
Method Summary
static java.util.ArrayList<java.lang.String[]> createList()
          Creates a java.util.ArrayList of named colors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedColors

public NamedColors()
Method Detail

createList

public static java.util.ArrayList<java.lang.String[]> createList()
Creates a java.util.ArrayList of named colors.

Returns:
java.util.ArrayList of named colors mapped to hexadecimal color equivalents.
Since:
1.0
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