Package com.jrefinery.report.io.ext.factory.objects

The ClassFactory interface and related classes.

See:
          Description

Class Summary
AlignmentObjectDescription An object-description for an ElementAlignment object.
BandLayoutClassFactory A band layout class factory.
DefaultClassFactory A default implementation of the ClassFactory interface.
FontDefinitionObjectDescription An object-description for a FontDefinition object.
GeneralPathObjectDescription An Object Description for general shapes and the GeneralPath-class.
ObjectReferenceGenerator An application that creates a report documenting the object references.
ObjectReferenceTableModel A table model for the objects referenced by the class factories.
PathIteratorSegment This class represents a single segment in a path iterator.
PathIteratorSegmentObjectDescription Describes the PathIteratorSegment object for the object factories used in the parser.
 

Package com.jrefinery.report.io.ext.factory.objects Description

The ClassFactory interface and related classes.

The ClassFactory and the ObjectDescription are used to descripe, generate and serialize objects in a generalized way.

ObjectDescriptions are used to descripe the properties of an object. The properties can either be an primitive object (String, Long, Integer, Short, Byte, Character, Boolean) or an compound object. Compound objects may have other primitive or compound objects defined as properties.

You may use the ObjectReferenceGenerator to create the Reference-Documentation for all known Object-Description implementations.