Uses of Interface
org.pentaho.reporting.engine.classic.core.filter.templates.Template

Packages that use Template
org.pentaho.reporting.engine.classic.core.filter.templates Some predefined filter templates. 
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates The TemplateDescription interface and related classes. 
 

Uses of Template in org.pentaho.reporting.engine.classic.core.filter.templates
 

Classes in org.pentaho.reporting.engine.classic.core.filter.templates that implement Template
 class AbstractTemplate
          An abstract base class that implements the Template interface.
 class AnchorFieldTemplate
          Deprecated. the Anchor-Field has been deprecated. Use the style-key "anchor" instead.
 class ComponentFieldTemplate
          An drawable field template.
 class DateFieldTemplate
          A date field template.
 class DrawableFieldTemplate
          An drawable field template.
 class DrawableURLElementTemplate
          An image URL element template, which reads the image from a static URL.
 class DrawableURLFieldTemplate
          An image URL field template, which reads the image from an URL supplied from a column in the DataRow.
 class EllipseTemplate
          A template to create rectangle elements.
 class HorizontalLineTemplate
          Defines a horizontal line template.
 class ImageFieldTemplate
          An image field template.
 class ImageURLElementTemplate
          An image URL element template, which reads the image from a static URL.
 class ImageURLFieldTemplate
          An image URL field template, which reads the image from an URL supplied from a column in the DataRow.
 class LabelTemplate
          A label template can be used to describe static text content.
 class MessageFieldTemplate
          The message field template simplifies the on-the-fly creation of strings.
 class NumberFieldTemplate
          A number field template.
 class RectangleTemplate
          A template to create rectangle elements.
 class ResourceFieldTemplate
          A resource field template, which reads a String value from a ResourceBundle.
 class ResourceLabelTemplate
          A resource label template.
 class ResourceMessageTemplate
          A field template that formats values from the datarow using a message format object.
 class RoundRectangleTemplate
          A template to create rectangle elements.
 class ShapeFieldTemplate
          A shape field template.
 class StringFieldTemplate
          A string field template.
 class VerticalLineTemplate
          Defines a horizontal line template.
 

Methods in org.pentaho.reporting.engine.classic.core.filter.templates that return Template
 Template Template.getInstance()
          Returns an instance of the template.
 Template AbstractTemplate.getInstance()
          Returns an instance of the template by cloning.
 

Uses of Template in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates that return Template
 Template TemplateDescription.createTemplate()
          Creates a new template.
 Template AbstractTemplateDescription.createTemplate()
          Creates a template.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates with parameters of type Template
 TemplateDescription TemplateCollection.getDescription(Template template)
          Returns a template description.
 TemplateDescription TemplateCollector.getDescription(Template template)
          Returns a template description.