Uses of Class
org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory

Packages that use ElementFactory
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
 

Uses of ElementFactory in org.pentaho.reporting.engine.classic.core.elementfactory
 

Subclasses of ElementFactory in org.pentaho.reporting.engine.classic.core.elementfactory
 class AbstractContentElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class BandElementFactory
          A element factory that can be used to configure bands.
 class ContentElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class ContentFieldElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class DateFieldElementFactory
          The date format factory can be used to create date/time text elements.
 class EllipseElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class HorizontalLineElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class LabelElementFactory
          A factory to define LabelElements.
 class MessageFieldElementFactory
          The message format factory can be used to create formatted text elements using the format defined for MessageFormat.
 class NumberFieldElementFactory
          The number format factory can be used to create numeric text elements.
 class RectangleElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.
 class ResourceFieldElementFactory
          A factory to define ResourceFieldElements.
 class ResourceLabelElementFactory
          A factory to define translateable LabelElements.
 class ResourceMessageElementFactory
          A factory to define translateable LabelElements.
 class TextElementFactory
          The text element factory is the abstract base class for all text element factory implementations.
 class TextFieldElementFactory
          A factory to define text fields.
 class VerticalLineElementFactory
          The drawable field element factory can be used to create elements that display Drawable elements.