Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects

The org.jfree.xml.factory.objects.ClassFactory interface and related classes.

See:
          Description

Class Summary
AlignmentObjectDescription An object-description for an ElementAlignment object.
BandLayoutClassFactory A band layout class factory.
BorderStyleObjectDescription An object-description for an ElementAlignment object.
BoxSizingObjectDescription An object-description for an ElementAlignment object.
DefaultClassFactory A default implementation of the ClassFactory interface.
FontDefinitionObjectDescription An object-description for a FontDefinition object.
FontSmoothObjectDescription An object-description for an ElementAlignment object.
GeneralPathObjectDescription An Object Description for general shapes and the GeneralPath-class.
PathIteratorSegment This class represents a single segment in a path iterator.
PathIteratorSegmentObjectDescription Describes the PathIteratorSegment object for the object factories used in the parser.
TextWrapObjectDescription An object-description for an ElementAlignment object.
VerticalAlignmentObjectDescription An object-description for an ElementAlignment object.
WhitespaceCollapseObjectDescription An object-description for an ElementAlignment object.
 

Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects Description

The org.jfree.xml.factory.objects.ClassFactory interface and related classes.

The org.jfree.xml.factory.objects.ClassFactory and the org.jfree.xml.factory.objects.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.