Package com.jrefinery.report.targets.pageable

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
AlignedLogicalPageWrapper The AlignedLogicalPageWrapper corrects all values of the wrapped LogicalPage so that the bounds are aligned for a given LayoutSupport.
PageableReportProcessor A report processor for Pageable OutputTargets.
ReportStateList The ReportState list stores a report states for the beginning of every page.
Spool A spool is a sequence of operations (instances of PhysicalOperation) that can be applied to an OutputTarget.
 

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 com.jrefinery.report.targets.pageable Description

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

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