Interface | Description |
---|---|
Configuration |
A simple query interface for a configuration.
|
LogTarget |
An interface that defines a log target (a consumer of log messages).
|
PublicCloneable |
An interface that exposes the clone() method.
|
Class | Description |
---|---|
AbstractObjectList |
A list of objects that can grow as required.
|
ArrayUtilities |
Utility methods for working with arrays.
|
ArrayUtils | Deprecated
Use
ArrayUtilities . |
BooleanList |
A list of
Boolean objects. |
BooleanUtilities |
Utility methods for working with
Boolean objects. |
BooleanUtils | Deprecated
Use
BooleanUtilities . |
DefaultConfiguration |
Default configuration.
|
FontTable |
A table of
Font objects. |
HashNMap |
The HashNMap can be used to store multiple values by a single key value.
|
Log |
A simple logging facility.
|
Log.SimpleMessage |
A simple message class.
|
LogContext |
A log context.
|
NumberTable | Deprecated
No longer used.
|
NumberUtils | Deprecated
To be removed.
|
ObjectList |
A list of objects that can grow as required.
|
ObjectTable |
A lookup table for objects.
|
ObjectUtils |
A collection of useful static utility methods.
|
PaintList |
A table of
Paint objects. |
PaintTable |
A list of
Paint objects. |
PaintUtilities |
Utility code that relates to
Paint objects. |
PaintUtils | Deprecated
Use
PaintUtilities . |
PrintStreamLogTarget |
A log target that sends output to a
PrintStream . |
ReadOnlyIterator |
Protects an given iterator by preventing calls to remove().
|
ResourceBundleSupport |
An utility class to ease up using property-file resource bundles.
|
Rotation |
Represents a direction of rotation (
CLOCKWISE or ANTICLOCKWISE ). |
ShapeList |
A table of
Shape objects. |
ShapeTable |
A lookup table for
Shape objects. |
ShapeUtilities |
Utility methods for
Shape objects. |
ShapeUtils | Deprecated
Use
ShapeUtilities . |
SortOrder |
Defines tokens used to indicate sorting order (ascending or descending).
|
StringUtils |
String utilities.
|
StrokeList |
A table of
Stroke objects. |
StrokeTable |
A lookup table for
Stroke objects. |
TableOrder |
Used to indicate the processing order for a table (by row or by column).
|
UnitType |
Used to indicate absolute or relative units.
|
WaitingImageObserver |
This image observer blocks until the image is completely loaded.
|
Exception | Description |
---|---|
StackableException |
A baseclass for exceptions, which could have parent exceptions.
|
StackableRuntimeException |
A baseclass for RuntimeExceptions, which could have parent exceptions.
|