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

Quick Search    Search Deep

Package org.jfree.report.modules.output.pageable.base.operations

Support for the output targets that are page- and print oriented.

See:
          Description

Interface Summary
PhysicalOperationsCollector A collector of PhysicalOperation objects.
 

Class Summary
BottomAlignment A utility class that can align a Rectangle2D to the bottom edge of its reference bounds.
BoundsAlignment An abstract base class for performing alignment of one Rectangle2D to another.
CenterAlignment A utility class that can align a rectangle to the (horizontal) center of the current bounds.
DrawableOperationModule A DrawableOperation module.
HorizontalBoundsAlignment An abstract base class for performing horizontal alignment.
ImageOperationModule Creates the required operations to display/print image content in the output target.
LeftAlignment A utility class that can align a rectangle to the left edge of the current bounds.
MiddleAlignment A utility class that can align a rectangle to the (vertical) middle of the current bounds.
OperationFactory The OperationFactory is used to transform content into OutputTarget operations.
OperationModule The base class for an operation module.
PhysicalOperation The base class for an operation that can be applied to an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.AddComment An operation that adds a comment to the debug log.
PhysicalOperation.PrintFilledShapeOperation An operation that draws a filled shape on an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.PrintImageOperation An operation that prints an Image on an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.PrintShapeOperation An operation that draws a shape on an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.PrintTextOperation An operation that draws text on an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.ProcessDrawableOperation An operation that processes a Drawable on an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.SetBoundsOperation An operation that sets the bounds for an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.SetFontOperation An operation that sets the font for an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.SetPaintOperation An operation that sets the paint for an org.jfree.report.modules.output.pageable.base.OutputTarget.
PhysicalOperation.SetStrokeOperation An operation that sets the stroke for an org.jfree.report.modules.output.pageable.base.OutputTarget.
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.
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.
VerticalBoundsAlignment An abstract base class for performing vertical alignment.
 

Package org.jfree.report.modules.output.pageable.base.operations Description

Support for the output targets that are page- and print oriented.

Currently Graphics2D, PDF and PlainText output are supported by this implementation.