Four Js Genero Report Writer
Package FourJs.Report.Runtime

Classes

class  AbstractStreamingClient
 Class for configuring output to the streaming client. More...
 
class  BrowserViewer
 Class for configuring output for viewing in a browser. More...
 
interface  DataConsumer
 Interface for processors located at the head of the processing pipe. More...
 
class  ExcelRenderer
 Class for configuring Excel (XLS/XLSX) output. More...
 
class  FileViewer
 Class for configuring desktop file viewing. The document is copied to the client and opened their with the default application associated with the file suffix. This feature requires a DVM installation to run the utility application "gviewdoc.42x" and the desktop client GDC. More...
 
interface  FormatHandler
 
class  FormatProducer
 Superclass for processors producing viewable content. More...
 
class  FormatWriter
 Class for writing documents to files. More...
 
class  FourRpLayouter
 Class for conversion of a XML data stream to a layouted PXML document via a ".4rp" template. This class exists for convenience and is a composition of the classes FourRpProcessor and PXMLLayouter containing the methods of both classes. For details refer to the respective documentation. More...
 
class  FourRpProcessor
 Class for conversion of a XML data stream to a PXML document via a ".4rp" template. The template is expected to match the XML data stream. To ensure that, the template is edited against the XML schema (".xsd") of the data stream using the report designer. The schema of the data stream can be conveniently created by the JAXB schema generator schemagen (see Java Architecture for XML Binding (JAXB)) The data stream can be conveniently created using the JAXB marshaller (see javax.xml.bind.JAXB). More...
 
class  GreXmlWriter
 
class  HTMLRenderer
 Class for configuring HTML output. More...
 
class  ImageRenderer
 Class for configuring image (bitmap) output. More...
 
class  LabelMapper
 Class for configuring label output. More...
 
interface  LayoutedPagesConsumer
 
class  LayoutedPagesProducer
 Superclass for processors producing layouted (paged) content. More...
 
class  MultiPageMapper
 Class for rendering several pages of a report on a single physical page. More...
 
class  PageMapper
 Abstract superclass for classes performing logical to physical page mapping. More...
 
class  PDFRenderer
 Class for configuring PDF output. More...
 
class  PostscriptRenderer
 Class for selecting Postscript output. More...
 
class  Printer
 A javax.print.attribute.HashPrintRequestAttributeSet for selecting and configuring a Printer as output device. /summary> More...
 
interface  PXMLConsumer
 Tag interface for processors accepting PXML input. More...
 
class  PXMLLayouter
 Class for conversion of a PXML data stream to a layouted PXML document. The processor transforms the page markup stream into individual pages each containing only object for which position and size are known in absolute coordinates. More...
 
class  PXMLProducer
 Superclass for classes that produce PXML streams. More...
 
class  RemoteConnection
 Class for configuring a connection to a remote GRE server. More...
 
class  Res
 Utility class for retrieving localized strings More...
 
class  RTFRenderer
 Class for configuring RTF output. More...
 
class  RuntimeException
 
class  standardpipe
 A strongly-typed resource class, for looking up localized strings, etc.
 
class  StreamingClientDefaultPrinter
 Class for configuring output to the streaming client to print to the default printer. More...
 
class  StreamingClientNamedPrinter
 Class for configuring output to the streaming client selecting a specific printer by name and configuring it. More...
 
class  StreamingClientPrinterDialog
 Class for configuring output to the streaming client to show the local print dialog and print on confirmation. More...
 
class  StreamingClientViewer
 Class for configuring output to the streaming viewer. More...
 
class  SVGRenderer
 Class for configuring SVG output. More...
 
class  Transformer
 
class  UserAbortException
 
class  Version
 
class  XmlWriterFactory