contrib.ch.randelshofer.quaqua.colorchooser
Class DefaultPalettes

java.lang.Object
  extended by contrib.ch.randelshofer.quaqua.colorchooser.DefaultPalettes

public class DefaultPalettes
extends java.lang.Object

This class provides some well known color palettes as array constants.

Version:
1.0 September 18, 2005 Created.
Author:
Werner Randelshofer

Field Summary
static java.awt.Color[] APPLE_COLORS
          Apple Colors.
static java.awt.Color[] CRAYONS
          Apple Crayon Colors.
static java.awt.Color[] MS_OFFICE_COLORS
          Microsoft Office Colors.
static java.awt.Color[] WEB_SAFE_COLORS
          Web safe colors.
static java.awt.Color[] WINDOWS_BASIC_COLORS
          Windows Basic Colors.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRAYONS

public static final java.awt.Color[] CRAYONS
Apple Crayon Colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. Do not change this sequence! Other classes depend on it.


APPLE_COLORS

public static final java.awt.Color[] APPLE_COLORS
Apple Colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. Do not change this sequence! Other classes depend on it.


WINDOWS_BASIC_COLORS

public static final java.awt.Color[] WINDOWS_BASIC_COLORS
Windows Basic Colors. Copyright Microsoft Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native the Microsoft Windows color dialog.) Do not alter this sequence! Other classes depend on it.


WEB_SAFE_COLORS

public static final java.awt.Color[] WEB_SAFE_COLORS
Web safe colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native NSColorPicker color dialog.) Do not alter this sequence! Other classes depend on it.


MS_OFFICE_COLORS

public static final java.awt.Color[] MS_OFFICE_COLORS
Microsoft Office Colors. Copyright Microsoft Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native the Microsoft Office color dialog.) Do not alter this sequence! Other classes depend on it.