| Home >> All >> org >> jfree >> report >> [ elementfactory Javadoc ] |
org.jfree.report.elementfactory: Javadoc index of package org.jfree.report.elementfactory.
Package Samples:
org.jfree.report.elementfactory: Main classes in the JFreeReport class library.
Classes:
StaticShapeElementFactory: A factory to produce static shape elements. The shapes must not contain negative coordinates and should start at (0,0). The factory does not scale shapes which have a negative width or height. This behaviour was valid for JFreeReport versions up to version 0.8.3 and is highly dangerous. The shape is considered immutable. The static utility methods provided in that class try to map negative values of lines and rectangles in the createLineShapeElement and createRectangleElement to preserve the old behaviour. The static method createShapeElement(String, Color, Stroke, Shape, boolean, boolean) 55 extracts ...
ElementFactory: The class element factory is the base class for all Element Factories. Element factories can be used to create predefined element types. The properties allow null values, if a property is null, it will not be defined. Undefined properties can inherit their values from the element's parent bands.
ResourceLabelElementFactory: A factory to define translateable LabelElements. LabelElements are considered immutable and should not be modified once they are created. The label expects plain text. The content of the label will be translated using an assigned resource bundle.
DateFieldElementFactory: The date format factory can be used to create date/time text elements. These text elements have special abilities to format date/time values. Once the desired properties are set, the factory can be reused to create similiar text elements.
NumberFieldElementFactory: The number format factory can be used to create numeric text elements. These text elements have special abilities to format numeric values. Once the desired properties are set, the factory can be reused to create similiar text elements.
DrawableFieldElementFactory: The drawable field element factory can be used to create elements that display org.jfree.ui.Drawable elements. Once the desired properties are set, the factory can be reused to create similiar elements.
ImageURLFieldElementFactory: A factory to define ImageURLFieldElements. These elements expect an java.net.URL or an String as content and will display the image content of that URL in the report.
ImageFieldElementFactory: A factory to define ImageFieldElements. These elements expect an java.awt.Image or an ImageReference instance as content and will display the content in the report.
TextElementFactory: The text element factory is the abstract base class for all text element factory implementations. It provides common properties shared among all text elements.
StaticImageURLElementFactory: A factory to create an image element that loads its image from an static URL. The content string may contain a relative URL if an valid base URL is given.
LabelElementFactory: A factory to define LabelElements. LabelElements are considered immutable and should not be modified once they are created. The label expects plain text.
TextFieldElementFactory: A factory to define text fields. Text fields read their content from the dataRow and try to print it as plain text (using toString() if required).
StaticImageElementFactory: A factory to create static image elements. These element contain an immutable image. The image should not be modified.
ImageElementFactory: An ElementFactory that can be used to create ImageElements. This is the base class for all image element factories.
ResourceFieldElementFactory: A factory to define ResourceFieldElements. ResourceField translate their content using a ResourceBundle instance.
ShapeElementFactory: A base implementation of a factory to define ShapeElements.
ShapeFieldElementFactory: A factory to define Shape field elements.
| Home | Contact Us | Privacy Policy | Terms of Service |