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

Operations that can be applied to any OutputTarget.

See:
          Description

Class Summary
AligningMetaBandProducer  
AlignmentTools  
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.
HorizontalBoundsAlignment An abstract base class for performing horizontal alignment.
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.
RightAlignment A utility class that can align a rectangle to the bottom edge of the current bounds.
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

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).