Package com.jrefinery.report.targets.pageable.output

Output target interfaces and classes.

See:
          Description

Class Summary
AbstractOutputTarget The abstract OutputTarget implements base code for all OutputTargets.
DummyOutputTarget The dummy output target wraps an output target for the layouting process, so that no real output is done.
EpsonPrinterCommandSet Implements the printer command set for Epson ESC/P compatible printers.
G2OutputTarget A report output target that uses a Graphics2D object to draw the report.
IBMPrinterCommandSet Implements the printer command set for IBM compatible printers.
PDFOutputTarget An output target for the report engine that generates a PDF file using the iText class library (see http://www.lowagie.com/iText, note that the URL is case-sensitive!).
PlainTextOutputTarget An outputtarget, that generates plaintext.
PlainTextPage The plain text page is used to buffer a complete page and to write the buffered data when the page is closed.
PrinterCommandSet Implements a printer command set for plain text output.
 

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

Output target interfaces and classes. There is support for on-screen print preview, printers, export to PDF and plain text. More output targets are supported by other ReportProcessors.