Package org.jfree.report.elementfactory

Factory classes which make creating bands and elements more easier.

See:
          Description

Class Summary
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 org.jfree.ui.Drawable elements.
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.
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.
ShapeElementFactory A base implementation of a factory to define ShapeElements.
ShapeFieldElementFactory A factory to define Shape field elements.
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.