Class Summary |
ColorFactory |
A flyweight factory class used to get color instances. |
Converter |
This Class is a utility to convert java.util.*-classes to
java.util.*-classes |
EnumerationComposite |
This class concatenates Enumerations. |
EnumerationEmpty |
A enumeration that is always empty. |
EnumerationPredicate |
Step through the elements of some other enumeration, but skip over
any elements that do not satisfy the given predicate. |
EnumerationSingle |
A enumeration that has exactly one element. |
FunctorIdentity |
A useful implementation of interface Functor that simply returns
the same object that was passed to it. |
Localizer |
This class manages the resource bundle files needed to localize the
application. |
PredFigInRect |
Predicate that returns true for Fig's that intersect the rectangle
given in the constructor. |
PredFigNodeInRect |
Predicate that returns true for FigNode's that intersect the
rectangle given in the constructor. |
PredicateEquals |
|
PredicateStringMatch |
|
PredicateTrue |
A class that implements Predicate and always returns true. |
PredicateType |
|
ResourceLoader |
This class manages the resource locations needed within the
application. |
Util |
|