Package com.jrefinery.report.targets.pageable.operations

Operations that can be applied to any OutputTarget.

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 OutputTarget.
PhysicalOperation.AddComment An operation that adds a comment to the debug log.
PhysicalOperation.PrintFilledShapeOperation An operation that draws a filled shape on an OutputTarget.
PhysicalOperation.PrintImageOperation An operation that prints an Image on an OutputTarget.
PhysicalOperation.PrintShapeOperation An operation that draws a shape on an OutputTarget.
PhysicalOperation.PrintTextOperation An operation that draws text on an OutputTarget.
PhysicalOperation.ProcessDrawableOperation An operation that processes a Drawable on an OutputTarget.
PhysicalOperation.SetBoundsOperation An operation that sets the bounds for an OutputTarget.
PhysicalOperation.SetFontOperation An operation that sets the font for an OutputTarget.
PhysicalOperation.SetPaintOperation An operation that sets the paint for an OutputTarget.
PhysicalOperation.SetStrokeOperation An operation that sets the stroke for an 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 com.jrefinery.report.targets.pageable.operations Description

Operations that can be applied to any OutputTarget. This package also contains utility classes for performing alignment of two rectangles.

Content is created from Elements by using a ContentFactory. The OperationFactory is used to get a OperationModul for the content of the element. OperationModules define methods to convert content into physical operations. Feel free to add more OperationModules to the Factory.

ToDo: Formated Text OperationModul to display preformated text (like HTML Content).