Class 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.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultPalettes()
      Prevent instance creation.
    • 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.
    • Constructor Detail

      • DefaultPalettes

        private DefaultPalettes()
        Prevent instance creation.