Skip navigation links

Package com.fourjs.report.runtime

Provides an API to instantiate standard rendering pipes using RTL as a transformation language and PXML as a markup language.

See: Description

Package com.fourjs.report.runtime Description

Provides an API to instantiate standard rendering pipes using RTL as a transformation language and PXML as a markup language. The table below lists the available filters.
Layer Input Class Comment
Data Any XML RemoteConnection Processes data by a remote GRE
FourRpProcessor Transforms data to PXML via a RTL template defined in a ".4rp" file
Transformer Transforms data according to a RST file and writes the result to a XML file
Document     Not used in the standard pipe
Markup PXMLProducer PXMLLayouter Converts PXML markup to layouted PXML
MultiPageMapper Combines several pages of a report on a physical paper sheet
LabelMapper Layouts labels in a grid on a physical paper sheet
Device LayoutedPagesProducer ExcelRenderer Produces XLS and XLSX documents
HTMLRenderer Produces HTML documents with a grid layout
ImageRenderer Produces bitmap output (e.g. jpg, bmp, etc.)
PDFRenderer Produces PDF documents
PostscriptRenderer Produces Postscript documents
Printer Prints to a printer
RTFRenderer Produces RTF format for editing with MS-Word
FileViewer Produces a stream for viewing and printing with GDC (Genero desktop client)
SVGRenderer Produces SVG documents
Device (Transport) FormatHandler FileViewer Views files on the desktop
FormatWriter Writes files to the disk
Since:
2.50
Skip navigation links