Package geomss.ui

Class Colors


  • public class Colors
    extends java.lang.Object
    A collection of Color constants with creative names. Some of the names are standard (and those with the same names as in the java.awt.Color class are identical to those) and some are completely arbitrary and amount to what I thought were good names for those colors.

    Modified by: Joseph A. Huwaldt

    Version:
    October 13, 2015
    Author:
    Joseph A. Huwaldt, Date: April 17, 2012
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.awt.Color AQUA
      The blue color the sky reflected in water.
      static java.awt.Color BANANA
      The yellowish color of a banana.
      static java.awt.Color BLACK
      The color pure black.
      static java.awt.Color BLUE
      The color pure blue.
      static java.awt.Color BUBBLEGUM
      The violet-pink color of bubble gum.
      static java.awt.Color CANTALOUPE
      The orangish color of a cantaloupe melon.
      static java.awt.Color CARNATION
      The pink color of a carnation.
      static java.awt.Color CAYENNE
      The medium red color of cayenne peppers.
      static java.awt.Color CLOVER
      The rich green color of clover leaves.
      static java.awt.Color CREAM
      The color of cows cream (http://en.wikipedia.org/wiki/Cream_(colour)).
      static java.awt.Color CYAN
      The color cyan.
      static java.awt.Color DARK_GRAY
      The color dark gray.
      static java.awt.Color EGGPLANT
      The dark purple color of an eggplant.
      static java.awt.Color FERN
      The medium green color of a fern.
      static java.awt.Color FLORA
      The light green color of new leaves.
      static java.awt.Color GRAPE
      The dark purple color of grapes.
      static java.awt.Color GRAY
      The color medium gray.
      static java.awt.Color GREEN
      The color pure green.
      static java.awt.Color HONEYDEW
      The yellow-greenish color of a honeydew melon.
      static java.awt.Color ICE
      The light blue color of ice.
      static java.awt.Color LAVENDER
      The light purple color lavender.
      static java.awt.Color LIGHT_GRAY
      The color light gray.
      static java.awt.Color LIME
      The bright green color of a lime.
      static java.awt.Color MAGENTA
      The color magenta.
      static java.awt.Color MAROON
      The bluish-red color of maroon.
      static java.awt.Color MIDNIGHT
      The dark blue color of midnight blue.
      static java.awt.Color MOCHA
      The brown color of chocolate or coffee.
      static java.awt.Color MOSS
      The blue-green color of moss.
      static java.awt.Color OCEAN
      The dark blue color of the ocean.
      static java.awt.Color OLIVE
      The drab green color of green olives.
      static java.awt.Color ORANGE
      The color orange.
      static java.awt.Color ORCHID
      The violet color of an orchid.
      static java.awt.Color PINK
      The color pink.
      static java.awt.Color PLUM
      The dark violet color of plums.
      static java.awt.Color RED
      The color pure red.
      static java.awt.Color SALMON
      The red-orangish color of a salmon.
      static java.awt.Color SEAFOAM
      The blue-green color sea foam.
      static java.awt.Color SKY
      The light blue color of the sky.
      static java.awt.Color SPINDRIFT
      The blue-green color spindrift.
      static java.awt.Color STRAWBERRY
      The hot pink color of strawberries.
      static java.awt.Color TANGERINE
      The dark orange color of a tangerine.
      static java.awt.Color TEAL
      The blue-green color teal.
      static java.awt.Color TURQUOISE
      The light blue color of turquoise.
      static java.awt.Color VANILLA
      The color vanilla is a rich tint of off-white as well as a medium pale tint of yellow.
      static java.awt.Color WHITE
      The color pure white.
      static java.awt.Color YELLOW
      The color yellow.
    • Constructor Summary

      Constructors 
      Constructor Description
      Colors()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BLACK

        public static final java.awt.Color BLACK
        The color pure black.
      • BLUE

        public static final java.awt.Color BLUE
        The color pure blue.
      • CYAN

        public static final java.awt.Color CYAN
        The color cyan.
      • DARK_GRAY

        public static final java.awt.Color DARK_GRAY
        The color dark gray.
      • GRAY

        public static final java.awt.Color GRAY
        The color medium gray.
      • GREEN

        public static final java.awt.Color GREEN
        The color pure green.
      • LIGHT_GRAY

        public static final java.awt.Color LIGHT_GRAY
        The color light gray.
      • MAGENTA

        public static final java.awt.Color MAGENTA
        The color magenta.
      • ORANGE

        public static final java.awt.Color ORANGE
        The color orange.
      • PINK

        public static final java.awt.Color PINK
        The color pink.
      • RED

        public static final java.awt.Color RED
        The color pure red.
      • WHITE

        public static final java.awt.Color WHITE
        The color pure white.
      • YELLOW

        public static final java.awt.Color YELLOW
        The color yellow.
      • CANTALOUPE

        public static final java.awt.Color CANTALOUPE
        The orangish color of a cantaloupe melon.
      • HONEYDEW

        public static final java.awt.Color HONEYDEW
        The yellow-greenish color of a honeydew melon.
      • SPINDRIFT

        public static final java.awt.Color SPINDRIFT
        The blue-green color spindrift.
      • SKY

        public static final java.awt.Color SKY
        The light blue color of the sky.
      • LAVENDER

        public static final java.awt.Color LAVENDER
        The light purple color lavender.
      • CARNATION

        public static final java.awt.Color CARNATION
        The pink color of a carnation.
      • SALMON

        public static final java.awt.Color SALMON
        The red-orangish color of a salmon.
      • BANANA

        public static final java.awt.Color BANANA
        The yellowish color of a banana.
      • FLORA

        public static final java.awt.Color FLORA
        The light green color of new leaves.
      • ICE

        public static final java.awt.Color ICE
        The light blue color of ice.
      • ORCHID

        public static final java.awt.Color ORCHID
        The violet color of an orchid.
      • BUBBLEGUM

        public static final java.awt.Color BUBBLEGUM
        The violet-pink color of bubble gum.
      • TANGERINE

        public static final java.awt.Color TANGERINE
        The dark orange color of a tangerine.
      • LIME

        public static final java.awt.Color LIME
        The bright green color of a lime.
      • SEAFOAM

        public static final java.awt.Color SEAFOAM
        The blue-green color sea foam.
      • AQUA

        public static final java.awt.Color AQUA
        The blue color the sky reflected in water.
      • GRAPE

        public static final java.awt.Color GRAPE
        The dark purple color of grapes.
      • STRAWBERRY

        public static final java.awt.Color STRAWBERRY
        The hot pink color of strawberries.
      • TURQUOISE

        public static final java.awt.Color TURQUOISE
        The light blue color of turquoise.
      • MOCHA

        public static final java.awt.Color MOCHA
        The brown color of chocolate or coffee.
      • FERN

        public static final java.awt.Color FERN
        The medium green color of a fern.
      • MOSS

        public static final java.awt.Color MOSS
        The blue-green color of moss.
      • OCEAN

        public static final java.awt.Color OCEAN
        The dark blue color of the ocean.
      • EGGPLANT

        public static final java.awt.Color EGGPLANT
        The dark purple color of an eggplant.
      • MAROON

        public static final java.awt.Color MAROON
        The bluish-red color of maroon.
      • CAYENNE

        public static final java.awt.Color CAYENNE
        The medium red color of cayenne peppers.
      • OLIVE

        public static final java.awt.Color OLIVE
        The drab green color of green olives.
      • CLOVER

        public static final java.awt.Color CLOVER
        The rich green color of clover leaves.
      • TEAL

        public static final java.awt.Color TEAL
        The blue-green color teal.
      • MIDNIGHT

        public static final java.awt.Color MIDNIGHT
        The dark blue color of midnight blue.
      • PLUM

        public static final java.awt.Color PLUM
        The dark violet color of plums.
      • CREAM

        public static final java.awt.Color CREAM
        The color of cows cream (http://en.wikipedia.org/wiki/Cream_(colour)).
      • VANILLA

        public static final java.awt.Color VANILLA
        The color vanilla is a rich tint of off-white as well as a medium pale tint of yellow. http://en.wikipedia.org/wiki/Vanilla_(color)
    • Constructor Detail