|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.util.shade.Shades
public final class Shades
Shade constants and helper classes.
In addition to helper subclasses of NumberPolicy
,
this class includes the following shade set constants:
CORE_SHADES
- a Shade
[] containing shades black, blue, brown, cyan, gray,
green, magenta, orange, red, yellow.HTML_SET
- a ShadeSet
initialised with the set of HTML colors.
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 |
---|
public static final Shade blue
public static final Shade brown
public static final Shade cyan
public static final Shade black
public static final Shade lightGray
public static final Shade gray
public static final Shade green
public static final Shade magenta
public static final Shade orange
public static final Shade red
public static final Shade yellow
public static final Shade white
public static final Shade[] CORE_SHADES
public static final ShadeSet HTML_SET
ShadeSet
initialised with the set of HTML colors.
Constructor Detail |
---|
public Shades()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |