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.
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  
ReadOnlyIterator Protects an given iterator by preventing calls to remove().
Rotation Used to indicate the direction (clockwise or anticlockwise) for a rotation.
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.
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.