Package org.jfree.report.elementfactory

Factory classes which make creating bands and elements more easier.

See:
          Description

Class Summary
AnchorFieldElementFactory The AnchorFieldElementFactory can be used to construct Anchor fields.
ComponentFieldElementFactory The drawable field element factory can be used to create elements that display Drawable elements.
DateFieldElementFactory The date format factory can be used to create date/time text elements.
DrawableFieldElementFactory The drawable field element factory can be used to create elements that display Drawable elements.
DrawableURLFieldElementFactory The DrawableURLField can be used to load drawables from an URL specified in the named column of the datarow.
ElementFactory The class element factory is the base class for all Element Factories.
ImageElementFactory An ElementFactory that can be used to create ImageElements.
ImageFieldElementFactory A factory to define ImageFieldElements.
ImageURLFieldElementFactory A factory to define ImageURLFieldElements.
LabelElementFactory A factory to define LabelElements.
MessageFieldElementFactory The message format factory can be used to create formatted text elements using the format defined for MessageFormat.
NumberFieldElementFactory The number format factory can be used to create numeric text elements.
ResourceFieldElementFactory A factory to define ResourceFieldElements.
ResourceLabelElementFactory A factory to define translateable LabelElements.
ResourceMessageElementFactory A factory to define translateable LabelElements.
ShapeElementFactory A base implementation of a factory to define ShapeElements.
ShapeFieldElementFactory A factory to define Shape field elements.
StaticDrawableElementFactory Creates an element that displays a predefined (static) drawable object.
StaticDrawableURLElementFactory A factory to create an drawable element that loads its drawable from an static URL.
StaticImageElementFactory A factory to create static image elements.
StaticImageURLElementFactory A factory to create an image element that loads its image from an static URL.
StaticShapeElementFactory A factory to produce static shape elements.
TextElementFactory The text element factory is the abstract base class for all text element factory implementations.
TextFieldElementFactory A factory to define text fields.
 

Package org.jfree.report.elementfactory Description

Factory classes which make creating bands and elements more easier. These factories are Java-Beans, so it is easy to use them in graphical editors.