org.jfree.report.util |
Common utility classes.
|
Java Source File Name | Type | Comment |
ArrayEnumeration.java | Class | An enumeration that iterates over an array. |
AttributeNameGenerator.java | Class | |
CharacterEntityParser.java | Class | The character entity parser replaces all known occurrences of an entity in the format
&entityname;. |
CloseableTableModel.java | Interface | Extends the TableModel interface to be closeable. |
ComponentDrawable.java | Class | |
CSVQuoter.java | Class | The CSVQuoter is a helper class to encode a string for the CSV file
format. |
CSVTokenizer.java | Class | The csv tokenizer class allows an application to break a Comma Separated Value format
into tokens. |
DataSetUtility.java | Class | |
ElementLayoutInformation.java | Class | A small carrier class to encapsulate the common layout parameters. |
EncodingSupport.java | Class | A global registry for all supported encodings. |
ImageComparator.java | Class | The ImageComparator tries to compare a byte[] for equality by creating 2 hashes for the
bytearray and comparing thoose hashes. |
ImageUtils.java | Class | Provides utility methods for image creation and manipluation. |
InstanceID.java | Class | This class can be used as ID to mark instances of objects. |
IntegerCache.java | Class | |
IntList.java | Class | A Array-List for integer objects. |
KeyedQueue.java | Class | A keyed queue is a hashtable like structure which will store a certain number of
elements. |
LazyNameMap.java | Class | |
LevelList.java | Class | A list that associates a level (instance of Integer ) with each element in
the list. |
LineBreakIterator.java | Class | |
LongList.java | Class | A Array-List for integer objects. |
MemoryByteArrayOutputStream.java | Class | A string writer that is able to write large amounts of data. |
MemoryStringWriter.java | Class | A string writer that is able to write large amounts of data. |
MessageFormatSupport.java | Class | |
NoCloseOutputStream.java | Class | A Wrapper stream that does never calls close on its parent. |
NullOutputStream.java | Class | A null output stream. |
ObjectStreamResolveException.java | Class | The ObjectStreamResolveException this thrown, when the object resolving
operation for serialized objects failed. |
PageFormatFactory.java | Class | The PageFormatFactory is used to create PageFormats on a higher level. |
PageSize.java | Class | A class defining a page-dimension. |
PropertiesIterator.java | Class | The properties iterator iterates over a set of enumerated properties. |
PropertyLookupParser.java | Class | The property lookup parser is used to resolve embedded references to
properties within strings.
The default format of the property specification is:
${property-name} where 'property-name is the name of the
property. |
ReadOnlyIterator.java | Class | A unmodifiable iterator wrapper. |
ReportConfiguration.java | Class | The local configuration for a JFreeReport instance. |
ReportConfigurationUtil.java | Class | An Utility class that simplifies using the report configuration. |
ReportDrawable.java | Interface | A report drawable receives context-information from the report processor that may allow the implementation to return
better results. |
ReportParameters.java | Class | The report parameters collection is a map with string keys. |
ReportProperties.java | Class | The report properties is a hashtable with string keys. |
ScalingDrawable.java | Class | |
ScalingExtendedDrawable.java | Class | |
SerializeMethod.java | Interface | The SerializeMethod is used to define a serialization strategy for a certain object
type. |
SerializerHelper.java | Class | The SerializeHelper is used to make implementing custom serialization handlers easier. |
ShapeTransform.java | Class | Utility class, which resizes or translates a Shape. |
StringUtil.java | Class | String utility functions. |
StrokeUtility.java | Class | This class provides helper methods to work with Strokes and line-styles. |
SystemOutLogTarget.java | Class | A log target that sends all log messages to the System.out stream. |
TextUtilities.java | Class | |
UTFEncodingUtil.java | Class | Provides a method to encode any string into a URL-safe form. |
WeakReferenceList.java | Class | The WeakReference list uses java.lang.ref.WeakReference s to store its
contents. |
WordBreakIterator.java | Class | Behaves similiar to BreakIterator.getWordInstance() but handles line break delimeters
as simple whitespaces. |
Worker.java | Class | A simple worker implementation. |
WorkerHandle.java | Class | The worker handle is a control structure which allows control over the worker without
exposing the thread object. |
WorkerPool.java | Class | A simple static workpool. |