Package org.jfree.util

General utility classes.

See:
          Description

Interface Summary
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 Summary
AbstractObjectList A list of objects that can grow as required.
ArrayUtils Utility methods for working with arrays.
BooleanList A list of Boolean objects.
BooleanUtils Utility methods for working with Boolean objects.
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 Useful static utility methods.
ObjectList A list of objects that can grow as required.
ObjectTable A lookup table for objects.
ObjectUtils Useful static utility methods.
PaintList A table of Paint objects.
PaintTable A list of Paint objects.
PaintUtils Utility code that relates to Paint objects.
PrintStreamLogTarget A log target that sends output to a PrintStream.
ReadOnlyIterator Protects an given iterator by preventing calls to remove().
Rotation Represents a direction of rotation (CLOCKWISE or ANTICLOCKWISE).
ShapeList A table of Shape objects.
ShapeTable A lookup table for Shape objects.
ShapeUtils Utility methods for Shape objects.
SortOrder 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 Summary
StackableException A baseclass for exceptions, which could have parent exceptions.
StackableRuntimeException A baseclass for RuntimeExceptions, which could have parent exceptions.
 

Package org.jfree.util Description

General utility classes.