Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » util »

org.jfree.report.util

Sub Packages:

org.jfree.report.util.beans   Bean and property support classes.  
org.jfree.report.util.geom   Strict (fixed point) arithmetics classes for the layouting engine.  
org.jfree.report.util.i18n    
org.jfree.report.util.serializers   Handler classes for the SerizalizeHelper.  

Interfaces:

CloseableTableModel   Extends the TableModel interface to be closeable.  code | html
ReportDrawable   A report drawable receives context-information from the report processor that may allow the implementation to return better results.  code | html
SerializeMethod   The SerializeMethod is used to define a serialization strategy for a certain object type.  code | html

Abstract Classes:

ImageComparator.ImageCompareData   Dummy Class to create a common root for all compare results.  code | html
PropertyLookupParser   The property lookup parser is used to resolve embedded references to properties within strings.  code | html
WeakReferenceList   The WeakReference list uses java.lang.ref.WeakReferences to store its contents.  code | html

Classes:

CSVQuoter   The CSVQuoter is a helper class to encode a string for the CSV file format.  code | html
CSVTokenizer   The csv tokenizer class allows an application to break a Comma Separated Value format into tokens.  code | html
CharacterEntityParser   The character entity parser replaces all known occurrences of an entity in the format &entityname;.  code | html
ComponentDrawable   A Drawable that renders a AWT-component. This only works if the AWT is not in headless mode.  code | html
ComponentDrawable.DefinedSizeRunnable   A runnable that queries the defined size.  code | html
ComponentDrawable.PainterRunnable   A runnable that executes the drawing operation on the event-dispatcher thread.  code | html
ComponentDrawable.PreferredSizeRunnable   A runnable that queries the preferred size.  code | html
ElementLayoutInformation   A small carrier class to encapsulate the common layout parameters.  code | html
EncodingSupport   A global registry for all supported encodings.  code | html
HashNMap   The HashNMap can be used to store multiple values by a single key value.  code | html
HashNMap.EmptyIterator   An helper class to implement an empty iterator.  code | html
ImageComparator   The ImageComparator tries to compare a byte[] for equality by creating 2 hashes for the bytearray and comparing thoose hashes.  code | html
ImageComparator.CompleteImageCompareData   A ImageCompareData that uses the complete image data for comparison.  code | html
ImageComparator.DigestImageCompareData   An ImageComparator which uses precomputed Message-Digests to compare the image.  code | html
ImageMap   A image map.  code | html
ImageMap.ImageMapArea     code | html
ImageUtils   Provides utility methods for image creation and manipluation.  code | html
InstanceID   This class can be used as ID to mark instances of objects.  code | html
IntList   A Array-List for integer objects.  code | html
IntegerCache   A class that caches commonly used Integer-objects.  code | html
KeyedQueue   A keyed queue is a hashtable like structure which will store a certain number of elements.  code | html
LevelList   A list that associates a level (instance of Integer) with each element in the list.  code | html
LevelList.DescendingComparator   A comparator for levels in descending order.  code | html
LevelList.ElementLevelList   An list that caches all elements for a certain level.  code | html
LineBreakIterator   Same as BufferedReader.readLine();  code | html
Log   A simple logging facility.  code | html
Log.MemoryUsageMessage   A helper class to print memory usage message if needed.  code | html
Log.PadMessage   A message object that pads the output if the text is shorted than the given length.  code | html
LongList   A Array-List for integer objects.  code | html
MemoryByteArrayOutputStream   A string writer that is able to write large amounts of data.  code | html
MemoryStringWriter   A string writer that is able to write large amounts of data.  code | html
NoCloseOutputStream   A Wrapper stream that does never calls close on its parent.  code | html
NullOutputStream   A null output stream. All data written to this stream is ignored.  code | html
ObjectStreamResolveException   The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.  code | html
PackageConfiguration   The PackageConfiguration handles the module level configuration.  code | html
PageFormatFactory   The PageFormatFactory is used to create PageFormats on a higher level.  code | html
PageSize   A class defining a page-dimension.  code | html
PropertiesIterator   The properties iterator iterates over a set of enumerated properties.  code | html
PropertyFileReportConfiguration   A report configuration that reads its values from the jfreereport.properties file.  code | html
ReadOnlyIterator   A unmodifiable iterator wrapper.  code | html
ReportConfiguration   The local configuration for a JFreeReport instance.  code | html
ReportConfigurationUtil   An Utility class that simplifies using the report configuration.  code | html
ReportParameterValues   Todo: Document Me  code | html
ReportProperties   The report properties is a hashtable with string keys.  code | html
ReportPropertiesList   A collection of report properties arranged into columns to provide access for the DataRowBackend class.  code | html
ScalingDrawable   A drawable implementation that applies scaling to the wrapped up drawable object.  code | html
ScalingExtendedDrawable   A class that performs scaling on a drawable object.  code | html
SerializerHelper   The SerializeHelper is used to make implementing custom serialization handlers easier.  code | html
ShapeTransform   Utility class, which resizes or translates a Shape.  code | html
StringUtil   String utility functions. Provides functions to parse floats, ints and boolean values.  code | html
StrokeUtility   This class provides helper methods to work with Strokes and line-styles.  code | html
SystemOutLogTarget   A log target that sends all log messages to the System.out stream.  code | html
SystemPropertyConfiguration   A property configuration based on system properties.  code | html
UTFEncodingUtil   Provides a method to encode any string into a URL-safe form.  code | html
WaitingImageObserver   This image observer blocks until the image is completely loaded.  code | html
WordBreakIterator   Behaves similiar to BreakIterator.getWordInstance() but handles line break delimeters as simple whitespaces.  code | html
Worker   A simple worker implementation.  code | html
WorkerHandle   The worker handle is a control structure which allows control over the worker without exposing the thread object.  code | html
WorkerPool   A simple static workpool. Worker threads are created when necessary.  code | html