Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.content: Javadoc index of package org.jfree.report.content.


Package Samples:

org.jfree.report.content

Classes:

DefaultContentFactory: The DefaultContentFactory provides a default implementation for output targets, which support all known content types. The implementation provides support for text , image and shape content.
TextParagraph: A paragraph of an given text content. A paragraph consists of one or more TextLine s. Todo: Can the content size be cached?
ContentType: A class for representing a content type. The four predefined content types are: TEXT ; SHAPE ; IMAGE ; CONTAINER ;
ShapeContentFactoryModule: The ShapeContentFactoryModule is used to create a content wrapper for java.awt.Shape objects. This FactoryModules is able to handle all elements with the content type "shape/*".
ContentFactoryModule: The ContentFactoryModule is a delegator for the DefaultContentFactory. This module is able to create a certain content type from the given element's data.
TextContentFactoryModule: The TextContentFactoryModule creates plain text content from the given element. The content type of the used element should be "text/plain".
DrawableContent: A simple wrapper around the DrawableContainer. The ContentImplementation is able to adjust the Clipping Bounds of the DrawableContainer.
ImageContentFactoryModule: The ImageContentFactoryModule creates image content from the given element. The content type of the used element should fit "image/*".
ContentFactory: The content factory is resopnsible for creating content from a given element and the rawdata contained in the element's datasource.
ContentCreationException: A ContentCreationException is thrown whenever a content could not be created.
TextContent: A container for text content. The content will be split into paragraphs.
ShapeContent: A report content item that encapsulates a Shape object.
ContentContainer: A report content item that contains other report content items.
DrawableContentFactoryModule: A factory module for drawable content.
ShapeTransform: Utility class, which resizes a Shape.
Content: An interface for report content.
TextLine: Represents a line of text.
ImageContent: Image content.

Home | Contact Us | Privacy Policy | Terms of Service