facets.util.shade
Class Shades

java.lang.Object
  extended by facets.util.shade.Shades

public final class Shades
extends java.lang.Object

Shade constants and helper classes.

In addition to helper subclasses of NumberPolicy, this class includes the following shade set constants:


Nested Class Summary
static class Shades.HSBPolicy
          Policy for shade HSB values.
static class Shades.RGBPolicy
          Policy for shade RGB values.
 
Field Summary
static Shade black
          Core shade.
static Shade blue
          Core shade.
static Shade brown
          Core shade.
static Shade[] CORE_SHADES
          The set of core shades.
static Shade cyan
          Core shade.
static Shade gray
          Core shade.
static Shade green
          Core shade.
static ShadeSet HTML_SET
          ShadeSet initialised with the set of HTML colors.
static Shade lightGray
          Core shade.
static Shade magenta
          Core shade.
static Shade orange
          Core shade.
static Shade red
          Core shade.
static Shade white
          Core shade.
static Shade yellow
          Core shade.
 
Constructor Summary
Shades()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blue

public static final Shade blue
Core shade.


brown

public static final Shade brown
Core shade.


cyan

public static final Shade cyan
Core shade.


black

public static final Shade black
Core shade.


lightGray

public static final Shade lightGray
Core shade.


gray

public static final Shade gray
Core shade.


green

public static final Shade green
Core shade.


magenta

public static final Shade magenta
Core shade.


orange

public static final Shade orange
Core shade.


red

public static final Shade red
Core shade.


yellow

public static final Shade yellow
Core shade.


white

public static final Shade white
Core shade.


CORE_SHADES

public static final Shade[] CORE_SHADES
The set of core shades.


HTML_SET

public static final ShadeSet HTML_SET
ShadeSet initialised with the set of HTML colors.

Constructor Detail

Shades

public Shades()