Package org.jfree.report.util

Common utility classes.

See:
          Description

Interface Summary
CloseableTableModel Extends the TableModel interface to be closeable.
SerializeMethod The SerializeMethod is used to define a serialization strategy for a certain object type.
 

Class Summary
CharacterEntityParser The character entity parser replaces all known occurrences of an entity in the format &entityname;.
CSVTokenizer The csv tokenizer class allows an application to break a Comma Separated Value format into tokens.
ElementLayoutInformation A small carrier class to encapsulate the common layout parameters.
EncodingSupport A global registry for all supported encodings.
HashNMap The HashNMap can be used to store multiple values by a single key value.
ImageComparator The ImageComparator tries to compare a byte[] for equality by creating 2 hashes for the bytearray and comparing thoose hashes.
ImageUtils Provides utility methods for image creation and manipluation.
InstanceID This class can be used as ID to mark instances of objects.
KeyedQueue A keyed queue is a hashtable like structure which will store a certain number of elements.
LevelList A list that associates a level (instance of Integer) with each element in the list.
LineBreakIterator Same as BreakIterator.getLineInstance().
Log A simple logging facility.
Log.MemoryUsageMessage A helper class to print memory usage message if needed.
Log.PadMessage A message object that pads the output if the text is shorted than the given length.
NoCloseOutputStream A Wrapper stream that does never calls close on its parent.
NullOutputStream A null output stream.
PackageConfiguration The PackageConfiguration handles the module level configuration.
PageFormatFactory The PageFormatFactory is used to create PageFormats on a higher level.
PropertiesIterator The properties iterator iterates over a set of enumerated properties.
PropertyFileReportConfiguration A report configuration that reads its values from the jfreereport.properties file.
ReadOnlyIterator A unmodifiable iterator wrapper.
ReportConfiguration Global and local configurations for JFreeReport.
ReportProperties The report properties is a hashtable with string keys.
ReportPropertiesList A collection of report properties arranged into columns to provide access for the DataRowBackend class.
SerializerHelper The SerializeHelper is used to make implementing custom serialization handlers easier.
StringUtil String utility functions.
SystemOutLogTarget A log target that sends all log messages to the System.out stream.
SystemPropertyConfiguration A property configuration based on system properties.
WaitingImageObserver This image observer blocks until the image is completely loaded.
WeakReferenceList The WeakReference list uses java.lang.ref.WeakReferences to store its contents.
WordBreakIterator Behaves similiar to BreakIterator.getWordInstance() but handles line break delimeters as simple whitespaces.
Worker A simple worker implementation.
WorkerHandle The worker handle is a control structure which allows control over the worker without exposing the thread object.
WorkerPool A simple static workpool.
 

Exception Summary
ObjectStreamResolveException The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.
 

Package org.jfree.report.util Description

Common utility classes.