Class Summary |
AbstractBoot |
The common base for all Boot classes.
|
AbstractModule |
The abstract module provides a default implementation of the module interface.
|
ClassQueryTool |
The class-query tool loads classes using a classloader and calls "processClass" for each class encountered. |
Configuration |
A simple query interface for a configuration.
|
CSVQuoter |
The CSVQuoter is a helper class to encode a string for the CSV file
format.
|
CSVTokenizer |
The csv tokenizer class allows an application to break a Comma Separated Value format into tokens. |
DebugLog |
This class provides static log messages for on-going bug-hunting efforts. |
DefaultConfiguration |
Default configuration.
|
DefaultModuleInfo |
Provides a default implementation of the module info interface.
|
DependencyInformation |
An data-structure documenting external dependencies. |
Empty |
Class which holds a static reference to a set of empty objects. |
ExtendedConfiguration |
The extended configuration provides methods to make using the
configuration easier.
|
ExtendedConfigurationWrapper |
A wrapper for the extended configuration interface around a plain configuration.
|
FastStack |
A very simple unsynchronized stack. |
FilesystemFilter |
A filesystem filter.
|
FloatDimension |
A dimension object specified using float values.
|
GenericObjectTable |
A generic table storing objects in an fast array backend. |
HashNMap |
The HashNMap can be used to store multiple values by a single key value. |
HierarchicalConfiguration |
A hierarchical configuration. |
IOUtils |
The IOUtils provide some IO related helper methods.
|
LFUMap |
A Least-Frequently-Used Map.
|
LibBaseBoot |
An utility class to safely boot and initialize the LibBase library.
|
LibBaseInfo |
The project information for LibBase.
|
Licenses |
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public
Licence.
|
LinkedMap |
A fast linked-hashmap that avoids any unneccessay work. |
LinkedMap.MapEntry |
A cache map entry class holding both the key and value and acting as member of a linked list. |
MemoryUsageMessage |
A helper class to print memory usage message if needed.
|
Messages |
A helper class for a simplified resource-bundle access. |
ModifiableConfiguration |
A modifiable configuration.
|
Module |
A module encapsulates optional functionality within a project. |
ModuleInfo |
The Module info class encapsulates metadata about a given module. |
ModuleInitializeException |
This exception is thrown when the module initialization encountered an
unrecoverable error which prevents the module from being used.
|
ModuleInitializer |
The module initializer is used to separate the initialization process from
the module definition. |
ObjectTable |
A lookup table for objects. |
ObjectUtilities |
A collection of useful static utility methods for handling classes and object instantiation.
|
PackageManager |
The PackageManager is used to load and configure the modules of JFreeReport. |
PackageManager.PackageConfiguration |
The PackageConfiguration handles the module level configuration.
|
PackageSorter |
Compares two modules for order. |
PackageState |
The package state class is used by the package manager to keep track of
the activation level of the installed or errornous packages.
|
PadMessage |
A message object that pads the output if the text is shorter than
the given length. |
PngEncoder |
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file. |
ProjectInformation |
The project information structure contains information about the current project. |
PropertyFileConfiguration |
A report configuration that reads its values from an arbitary property file.
|
ResourceBundleSupport |
An utility class to ease up using property-file resource bundles.
|
StackableException |
A baseclass for exceptions, which could have parent exceptions. |
StackableRuntimeException |
A baseclass for RuntimeExceptions, which could have parent exceptions. |
StringBufferWriter |
Todo: Document Me
|
StringUtils |
String utilities.
|
SubSystem |
A sub-system holds a separate collection of modules.
|
SystemPropertyConfiguration |
A property configuration based on system properties.
|
VersionHelper |
A utility class for reading versioning information from a Manifest file.
|
WaitingImageObserver |
This image observer blocks until the image is completely loaded. |