All Classes
| Class | Description |
|---|---|
| ColorScheme |
Creates a sequence of related colors.
|
| ColorSchemeUnary |
Like
ColorScheme but employs a unary operator on a call to an existing ColorScheme. |
| DictionaryBean<T> |
Base class for beans that require initialization with
DictionaryInitialization. |
| DictionaryInitialization |
Initialization parameters that provide a named-mapping to
Dictionarys. |
| DictionaryProvider |
Base class for beans that implement
Provider to provide a Dictionary. |
| DictionaryProviderReference |
References a particular
Dictionary in shared-object-space. |
| EqualToBean |
A relation
double1 == double2. |
| FilePathBean<T> |
Base class for beans that require initialization with
FilePathInitialization. |
| FilePathInitialization |
Initialization parameters for a named-set of file-paths.
|
| FromList |
Specifies a list of colors by a list.
|
| FromSingle |
A single color repeated to meet the size.
|
| GreaterThanBean |
A relation
double1 > double2. |
| GreaterThanEqualToBean |
A relation
double1 >= double2. |
| HSB |
Creates a sequence of colors by varying the hue-component in a HSB color
model.
|
| LessThanBean |
A relation
double1 < double2. |
| LessThanEqualToBean |
A relation
double1 <= double2. |
| Prepend |
Prepends a specific color to the list created by another
ColorScheme. |
| RandomNumberGeneratorBean |
A bean that defines a type of
RandomNumberGenerator. |
| RegEx |
The regular-expression to use for matching groups.
|
| RegExList | |
| RegExSimple |
Matches a Java-style regular expression against the string.
|
| RelationBean |
Base class that specifies a relation between two
doubles. |
| RelationToConstant |
Defines a constant threshold, and a relation to it.
|
| RelationToThreshold |
A base class specifying a threshold and a relation to it.
|
| Repeat |
Duplicates a
ColorList produced by another ColorScheme a certain number of times. |
| RGBColorBean |
A bean describing a color in the RGB
color space.
|
| RootPath |
Defines a root path.
|
| Shuffle |
Randomizes the order of colors in a list created by another
ColorScheme. |
| StringMap | |
| StringMapItem |
A bean with a pair of strings, representing a mapping from one string to the other.
|
| VeryBright |
Creates a list by repeating a defined constant list of very bright colors.
|