Package com.jrefinery.report.targets.pageable.physicals

Representing physical and logical pages.

See:
          Description

Class Summary
LogicalPageImpl A simple logical page implementation.
PhysicalPage Represents a physical page.
 

Package com.jrefinery.report.targets.pageable.physicals Description

Representing physical and logical pages. Physical pages collect all operations needed to output an page to the OutputTarget. LogicalPages create the contents from Bands and Elements and distribute the resulting PhysicalOperations over all PhysicalPages.