Four Js Genero Report Writer
FourJs.Report.Runtime.FormatProducer Class Reference

Superclass for processors producing viewable content. More...

Inheritance diagram for FourJs.Report.Runtime.FormatProducer:
FourJs.Report.Runtime.ExcelRenderer FourJs.Report.Runtime.HTMLRenderer FourJs.Report.Runtime.PDFRenderer FourJs.Report.Runtime.PostscriptRenderer FourJs.Report.Runtime.RTFRenderer FourJs.Report.Runtime.SVGRenderer

Public Member Functions

 FormatProducer (FormatHandler handler)
 Creates a FormatProducer object that outputs to the given handler object. More...
 

Static Public Attributes

static String legalCopyright = Version.CLASS_COPYRIGHT
 

Properties

FormatHandler handler [get]
 Sets the specified handler as the handler for the output produced by this processor. More...
 

Detailed Description

Superclass for processors producing viewable content.

Constructor & Destructor Documentation

FourJs.Report.Runtime.FormatProducer.FormatProducer ( FormatHandler  handler)

Creates a FormatProducer object that outputs to the given handler object.

Parameters
handler

Property Documentation

FormatHandler FourJs.Report.Runtime.FormatProducer.handler
get

Sets the specified handler as the handler for the output produced by this processor.