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

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

See:
          Description

Interface Summary
LogicalPage An interface that defines a logical page.
OutputTarget An interface that defines the methods that must be supported by a report output target.
 

Class Summary
AlignedLogicalPage The AlignedLogicalPage corrects all values of the page format so that the bounds are aligned for a given LayoutSupport.
PageableBaseModule The module definition for the pagable export base module.
PageableReportProcessor A report processor for Pageable OutputTargets.
PageProcess  
ReportStateList The ReportState list stores a report states for the beginning of every page.
 

Exception Summary
OutputTargetException An OutputTargetException is thrown if a element could not be printed in the target or an TargetInternalError occurred, that made proceeding impossible.
 

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

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

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