| Home >> All >> org >> jfree >> report >> filter >> [ templates Javadoc ] |
org.jfree.report.filter.templates: Javadoc index of package org.jfree.report.filter.templates.
Package Samples:
org.jfree.report.filter.templates: Support for the creation of 'filter chains' used to transform data objects into other forms for presentation on reports.
Classes:
RectangleTemplate: A template to create rectangle elements. The rectangle always has the width and the height of 100 points. This implementation is used to cover the common use of the rectangle shape element. Use the scaling feature of the shape element to adjust the size of the rectangle.
HorizontalLineTemplate: Defines a horizontal line template. The line always has the width of 100 points. This implementation is used to cover the common use of the line shape element. Use the scaling feature of the shape element to adjust the size of the line.
VerticalLineTemplate: Defines a horizontal line template. The line always has the width of 100 points. This implementation is used to cover the common use of the line shape element. Use the scaling feature of the shape element to adjust the size of the line.
AbstractTemplate: An abstract base class that implements the Template interface.
ImageURLFieldTemplate: An image URL field template, which reads the image from an URL supplied from a column in the DataRow.
Template: A template defines a common use case for a DataSource and one or more predefined Filters.
DrawableFieldTemplate: An drawable field template. The drawable content will be read from the datarow.
ResourceFieldTemplate: A resource field template, which reads a String value from a ResourceBundle.
ImageFieldTemplate: An image field template. The image content will be read from the datarow.
ImageURLElementTemplate: An image URL element template, which reads the image from a static URL.
LabelTemplate: A label template can be used to describe static text content.
ResourceLabelTemplate: A resource label template.
NumberFieldTemplate: A number field template.
StringFieldTemplate: A string field template.
ShapeFieldTemplate: A shape field template.
DateFieldTemplate: A date field template.
| Home | Contact Us | Privacy Policy | Terms of Service |