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

Quick Search    Search Deep

org.jfree.report.modules.output.pageable.base.operations: Javadoc index of package org.jfree.report.modules.output.pageable.base.operations.


Package Samples:

org.jfree.report.modules.output.pageable.base.operations: Support for the output targets that are page- and print oriented.  

Classes:

PhysicalOperation: The base class for an operation that can be applied to an org.jfree.report.modules.output.pageable.base.OutputTarget . These operations are typically added to a org.jfree.report.modules.output.pageable.base.physicals.PhysicalPage in the process of being sent to the output target. Refer to the subclasses for some examples. A sequence of operations can be stored in a org.jfree.report.modules.output.pageable.base.Spool and replayed at any time.
OperationModule: The base class for an operation module. Operation modules can be either specific modules for a certain specialized type of content ("text/plain", for instance) or a module can be a generic handler for a certain group of content ("text/*"). While a generic handler may not be as performant as a specialized handler, that handler may be useful for displaying at least some of the content. todo 090 add support for generic handlers to the operation factory.
PhysicalOperationsCollector: A collector of PhysicalOperation objects.
OperationFactory: The OperationFactory is used to transform content into OutputTarget operations. Todo 090 Support for plggable content handler...
BottomAlignment: A utility class that can align a Rectangle2D to the bottom edge of its reference bounds.
CenterAlignment: A utility class that can align a rectangle to the (horizontal) center of the current bounds.
BoundsAlignment: An abstract base class for performing alignment of one Rectangle2D to another.
MiddleAlignment: A utility class that can align a rectangle to the (vertical) middle of the current bounds.
RightAlignment: A utility class that can align a rectangle to the bottom edge of the current bounds.
ShapeOperationModule: Creates the required operations to display/print shape content in the output target.
ImageOperationModule: Creates the required operations to display/print image content in the output target.
TextOperationModule: Creates the required operations to display/print text content in the output target.
TopAlignment: A utility class that can align a rectangle to the top edge of the reference bounds.
LeftAlignment: A utility class that can align a rectangle to the left edge of the current bounds.
HorizontalBoundsAlignment: An abstract base class for performing horizontal alignment.
VerticalBoundsAlignment: An abstract base class for performing vertical alignment.

Home | Contact Us | Privacy Policy | Terms of Service