Class DefaultPalettes
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.contrib.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.
-
-
Field Summary
Fields Modifier and Type Field Description 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.
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultPalettes()
Prevent instance creation.
-
-
-
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.
-
-