- SampleData - Class in com.fourjs.report.designtime
-
A class representing a sample data file (.rds)
- SampleData(String, String) - Constructor for class com.fourjs.report.designtime.SampleData
-
- SampleData(String, String, String) - Constructor for class com.fourjs.report.designtime.SampleData
-
- SchemaUtil - Class in com.fourjs.report.designtime
-
Collection of utility functions for introspection of XML schema files
- SchemaUtil() - Constructor for class com.fourjs.report.designtime.SchemaUtil
-
- setAntialiasFonts(Boolean) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets whether text is drawn using antialiasing.
- setAntialiasShapes(Boolean) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets whether shapes are drawn using antialiasing.
- setAuthor(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the report's author metadata attribute.
- setAuthor(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Sets the report's author metadata attribute.
- setBottomMargin(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the bottom margin as a PXML numeric expression (e.g.
- setBottomMargin(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the bottom margin as a PXML numeric expression (e.g.
- setCharsetToEmbed(String) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Selects a character set for font embedding whose characters will be
embedded (if available in the selected fonts).
- setCharsetToEmbed(String) - Method in class com.fourjs.report.runtime.SVGRenderer
-
Selects a character set for font embedding whose characters will be
embedded (if available in the selected fonts).
- setClient(AbstractStreamingClient.Client) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Sets the client application as determined by the client
argument.
- setClientHost(String) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Sets the host name of the remote client application.
- setClientHost(String) - Method in class com.fourjs.report.runtime.FileViewer
-
Sets the host name of the remote viewer application.
- setClientPort(Integer) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Sets the port number at which the client application is listening.
- setClientPort(Integer) - Method in class com.fourjs.report.runtime.FileViewer
-
Sets the port number at which the viewer application is listening.
- setCompressOutput(Boolean) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Indicates whether or not the output will be compressed.
- setConsumer(LayoutedPagesConsumer) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the output consumer.
- setConsumer(LayoutedPagesConsumer) - Method in class com.fourjs.report.runtime.LayoutedPagesProducer
-
Sets the specified consumer
as the consumer
for the output produced by this processor.
- setConsumer(PXMLConsumer) - Method in class com.fourjs.report.runtime.PXMLProducer
-
Sets the output consumer.
- setConsumer(DataConsumer) - Method in class com.fourjs.report.runtime.RemoteConnection
-
Sets the DataConsumer that receives the output.
- setCopies(Integer) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Specifies the number of copies.
- setCreator(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the report creator.
- setCreator(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Sets the report creator.
- setDebugLevel(Integer) - Method in interface com.fourjs.report.runtime.DataConsumer
-
Sets the debug level as determined by the level
.
- setDebugLevel(Integer) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the debug level as determined by the level
.
- setDebugLevel(Integer) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Sets the debug level as determined by the level
.
- setDebugLevel(Integer) - Method in class com.fourjs.report.runtime.RemoteConnection
-
Sets the debug level as determined by the level
.
- setDebugLevel(Integer) - Method in class com.fourjs.report.runtime.Transformer
-
Sets the debug level as determined by the level
.
- setDocumentDirectory(String) - Method in class com.fourjs.report.runtime.BrowserViewer
-
Specifies the directory in which the document will be generated
Please note that the directory should be empty or non existent in which case it will be
created during report generation.
- setDocumentDirectoryURL(URL) - Method in class com.fourjs.report.runtime.BrowserViewer
-
Specifies the URL to the directory by which the generated document will be visible from the web server.
- setDocumentLocator(Locator) - Method in class com.fourjs.report.runtime.ContentHandlerFactory.PIStrippingContentHandler
-
- setDocumentLocator(Locator) - Method in class com.fourjs.report.runtime.GreContentHandler
-
Receive an object for locating the origin of SAX document events.
- setEmbedFonts(Boolean) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Activates font embedding if true, external font
referencing if false.
- setEmbedFonts(Boolean) - Method in class com.fourjs.report.runtime.SVGRenderer
-
Activates font embedding if true, external font
referencing if false.
- setEmbedImages(Boolean) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Activates image embedding if true, external image file
referencing if false.
- setEncodeImagesAsJPEG(Boolean) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets whether images included in the document are encoded in JPEG
format or in a more space consuming lossless format.
- setEnvironment(Attributes) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies variable values in the private environment of the report
Can be used to specify the value of environment variables like GREOUTPUTDIR or user defined variables for the purpose of using the values in calls to the RTL function Runtime.getEnvironmentVariable().
- setEnvironment(Attributes) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies variable values in the private environment of the report
Can be used to specify the value of environment variables like GREOUTPUTDIR or user defined variables for the purpose of using the values in calls to the RTL function Runtime.getEnvironmentVariable().
- setFGLDIR(String) - Method in class com.fourjs.report.runtime.RemoteConnection
-
Sets the value of the FGLDIR property on the remote server.
- setFGLLocalizationCharset(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specified the charset
in which the
".42s" localization files are encoded.
- setFGLLocalizationCharset(String) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specified the charset
in which the
".42s" localization files are encoded.
- setFGLLocalizationNumberFormat(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the format pattern to be used for number formatting.
- setFGLLocalizationNumberFormat(String) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies the format pattern to be used for number formatting.
- setFGLLocalizationResourcePath(String[]) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the search path for localization (".42s") files.
- setFGLLocalizationResourcePath(String[]) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies the search path for localization (".42s") files.
- setFGLPROFILE(String) - Method in class com.fourjs.report.runtime.RemoteConnection
-
- setFGLRESOURCEPATH(String) - Method in class com.fourjs.report.runtime.RemoteConnection
-
Sets the value of the FGLRESOURCEPATH property on the remote server.
- setFileName(String) - Method in class com.fourjs.report.runtime.FormatWriter
-
Sets the name of the file to create.
- setFileNamePrefix(String) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the file name prefix of the generated image files.
- setFileType(ImageRenderer.ImageFormat) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the output format as determined by the fileType
argument.
- setFileType(String) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the output format as determined by the fileType
argument.
- setFontDirectory(String) - Method in class com.fourjs.report.runtime.BrowserViewer
-
Specifies the directory in which web fonts will be placed.
- setFontDirectory(String) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets an additional search directory for font files.
- setFontDirectoryURL(URL) - Method in class com.fourjs.report.runtime.BrowserViewer
-
Specifies the URL to the directory in which the web fonts will be visible from the web server.
- setFontFileFormat(BrowserViewer.FontFileFormat) - Method in class com.fourjs.report.runtime.BrowserViewer
-
Sets the web font file format format
argument.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the first page to be included in the document.
- setFromPage(Integer) - Method in class com.fourjs.report.runtime.SVGRenderer
-
Sets the first page to be included in the document.
- setGenerationDirectoryName(String) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the name of the directory in which the files are created.
- setGrayscale(Boolean) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets whether the images produced are gray scale or color bitmaps.
- setHandleBorders(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Activates border handling if true, borders are added to cells
when borders are present in the document.
- setHandler(FormatHandler) - Method in class com.fourjs.report.runtime.FormatProducer
-
Sets the specified handler
as the handler
for the output produced by this processor.
- setHeight(String) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the height of an idividual label as a PXML numeric expression (e.g.
- setHost(String) - Method in class com.fourjs.report.runtime.RemoteConnection
-
Sets the host name of the remote GRE server.
- setIgnoreColumnAlignment(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Sets whether the column alignment of items can be ignored
allowing a more compact representation.
- setIgnoreColumnAlignment(Boolean) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets whether the column alignment of items can be ignored
allowing a more compact representation.
- setIgnoreRowAlignment(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Sets whether the row alignment of items can be ignored
allowing a more compact representation.
- setIgnoreRowAlignment(Boolean) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets whether the row alignment of items can be ignored
allowing a more compact representation.
- setImageFormat(RTFRenderer.ImageFormat) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the image format of images contained in the document
as determined by the imageFormat
argument.
- setImageGenerationDirectory(String) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets the directory where images files are to be created
when image embedding has been unselected.
- setImageURLPrefix(String) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets the prefix for generated URLs that reference
external images when image embedding has been unselected.
- setIsoNumber(Integer) - Method in class com.fourjs.report.runtime.MultiPageMapper
-
Specifies the ISO value (e.g.
- setJPEGQuality(Double) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets the compression quality to a value between 0
and 1
in case JPEG image inclusion has been selected.
- setKeywords(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the report's keywords meta data attribute.
- setKeywords(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Sets the report's keywords meta data attribute.
- setLabelsPerColumn(Integer) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the number of labels per column.
- setLabelsPerRow(Integer) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the number of labels per row.
- setLeftMargin(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the left margin as a PXML numeric expression (e.g.
- setLeftMargin(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the left margin as a PXML numeric expression (e.g.
- setMarkOverfullBoxesInDocument(Boolean) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Activates visual marking of overfull boxes if true.
- setMarkOverfullBoxesInDocument(Boolean) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Activates visual marking of overfull boxes if true.
- setMaximumImageResolution(Integer) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets the maximum DPI of images included in the document.
- setMaximumImageResolution(Integer) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the maximum DPI of images included in the document.
- setMemoryThreshold(Integer) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the threshold for disk swapping.
- setMergeCells(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Activates cell merging if true, separate empty cells
are created otherwise.
- setMergePages(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Activates page merging if true, separate sheets for each page
are created if false.
- setOrientationRequested(AbstractStreamingClient.Orientation) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Informs the renderer of the orientation of the paper in the printer
as determined by the orientationRequested
argument.
- setOutputFile(File) - Method in class com.fourjs.report.runtime.Transformer
-
Specifies the output file location
- setOutputFormat(ExcelRenderer.OutputFormat) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Sets the output format as determined by the outputFormat
argument.
- setOutputFormat(RTFRenderer.OutputFormat) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the output format as determined by the outputFormat
argument.
- setPageExponent(Integer) - Method in class com.fourjs.report.runtime.MultiPageMapper
-
Specifies the number of logical pages that will be placed on a paper sheet as a index of 2.
- setPageLength(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the page height as a PXML numeric expression (e.g.
- setPageLength(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the page height as a PXML numeric expression (e.g.
- setPageWidth(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the page width as a PXML numeric expression (e.g.
- setPageWidth(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the page width as a PXML numeric expression (e.g.
- setPaperBottomMargin(String) - Method in class com.fourjs.report.runtime.PageMapper
-
Specifies the bottom margin the physical paper label as a PXML numeric expression (e.g.
- setPaperHeight(String) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the physical paper height as a PXML numeric expression (e.g.
- setPaperLeftMargin(String) - Method in class com.fourjs.report.runtime.PageMapper
-
Specifies the left margin the physical paper label as a PXML numeric expression (e.g.
- setPaperRightMargin(String) - Method in class com.fourjs.report.runtime.PageMapper
-
Specifies the right margin the physical paper label as a PXML numeric expression (e.g.
- setPaperSource(String) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Selects a paper source by name.
- setPaperTopMargin(String) - Method in class com.fourjs.report.runtime.PageMapper
-
Specifies the top margin of the physical paper as a PXML numeric expression (e.g.
- setPaperWidth(String) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the physial paper width as a PXML numeric expression (e.g.
- setPJLVariables(Attributes) - Method in class com.fourjs.report.runtime.Printer
-
Specifies PJL Environment Variables to be used to configure a PJL printer (see
Printer.setPrinterName(java.lang.String)
)
Can be used to specify the value of PJL environment variables as listed by the utility
PrinterInfo
.
- setPort(Integer) - Method in class com.fourjs.report.runtime.RemoteConnection
-
- setPortrait(Boolean) - Method in class com.fourjs.report.runtime.MultiPageMapper
-
Specifies the orientation of the report (logical pages).
- setPrinterName(String) - Method in class com.fourjs.report.runtime.Printer
-
Selects a printer by name.
- setPrinterName(String) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Selects a printer by name.
- setPrintFromPage(Integer) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Sets the first page to be printed.
- setPrintToPage(Integer) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Sets the last page (inclusive) to be printed.
- setRecordingFileName(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies input recording for the purpose of play back or debugging.
- setRecordingFileName(String) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies input recording for the purpose of play back or debugging.
- setRemoveBackgroundImages(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Activates background image removal if true, partially obscured images
are preserved if false.
- setRemoveBackgroundImages(Boolean) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Activates background image removal if true, partially obscured images
are preserved if false.
- setRemoveWhitespace(Boolean) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Activates whitespace removal if true, columns or rows containing
whitespace only are preserved if false.
- setRemoveWhitespace(Boolean) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Activates whitespace removal if true, columns or rows containing
whitespace only are preserved if false.
- setRenderingHints(Attributes) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies rendering hints to be used during the rendering process
Can be used to specify the value of rendering hints.
- setRenderingHints(Attributes) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies rendering hints to be used during the rendering process
Can be used to specify the value of rendering hints.
- setReportFileName(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the template file that is used for the transformation of
the input.
- setReportFileName(String) - Method in class com.fourjs.report.runtime.FourRpProcessor
-
Specifies the template file that is used for the transformation of
the input.
- setResolution(Integer) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the resolution of the images produced.
- setRightMargin(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the right margin as a PXML numeric expression (e.g.
- setRightMargin(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the right margin as a PXML numeric expression (e.g.
- setRstFileURL(URL) - Method in class com.fourjs.report.runtime.Transformer
-
Specifies the URL location of the rst file
- setSheetCollate(Boolean) - Method in class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
Activates sheet collation if true.
- setShrinkImageToPageContent(Boolean) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets whether the images produced are cropped to the
page content (size of the page box) or have full page size.
- setSubject(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the report subject.
- setSubject(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Sets the report subject.
- setTitle(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Sets the report title.
- setTitle(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Sets the report title.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.AbstractStreamingClient
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.ExcelRenderer
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.HTMLRenderer
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.PDFRenderer
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.RTFRenderer
-
Sets the last page (inclusive) to be included in the document.
- setToPage(Integer) - Method in class com.fourjs.report.runtime.SVGRenderer
-
Sets the last page (inclusive) to be included in the document.
- setTopMargin(String) - Method in class com.fourjs.report.runtime.FourRpLayouter
-
Specifies the top margin as a PXML numeric expression (e.g.
- setTopMargin(String) - Method in class com.fourjs.report.runtime.PXMLLayouter
-
Specifies the top margin as a PXML numeric expression (e.g.
- setUsePageNamesAsFileNames(Boolean) - Method in class com.fourjs.report.runtime.ImageRenderer
-
Sets whether the page names ("name" attribute) in the document
should be used as file names.
- setWidth(String) - Method in class com.fourjs.report.runtime.LabelMapper
-
Specifies the width of an idividual label as a PXML numeric expression (e.g.
- SimpleListModel - Class in com.fourjs.report.designtime
-
A class representing the model for simple list report templates.
- SimpleListModel() - Constructor for class com.fourjs.report.designtime.SimpleListModel
-
- SimpleListModel(String, String, String, String, String, String, String, String, Integer, Boolean) - Constructor for class com.fourjs.report.designtime.SimpleListModel
-
- SimpleListModel.Field - Class in com.fourjs.report.designtime
-
- SimpleListModel.OuterGroup - Class in com.fourjs.report.designtime
-
- SimpleListModel.OuterGroup.InnerGroup - Class in com.fourjs.report.designtime
-
- SimpleListModel.OuterGroup.InnerGroup.Row - Class in com.fourjs.report.designtime
-
- skippedEntity(String) - Method in class com.fourjs.report.runtime.ContentHandlerFactory.PIStrippingContentHandler
-
- skippedEntity(String) - Method in class com.fourjs.report.runtime.GreContentHandler
-
Receive notification of a skipped entity.
- startDocument() - Method in class com.fourjs.report.runtime.ContentHandlerFactory.PIStrippingContentHandler
-
- startDocument() - Method in class com.fourjs.report.runtime.GreContentHandler
-
Receive notification of the beginning of a document.
- startElement(String, String, String, Attributes) - Method in class com.fourjs.report.runtime.ContentHandlerFactory.PIStrippingContentHandler
-
- startElement(String, String, String, Attributes) - Method in class com.fourjs.report.runtime.GreContentHandler
-
Receive notification of the beginning of an element.
- startPrefixMapping(String, String) - Method in class com.fourjs.report.runtime.ContentHandlerFactory.PIStrippingContentHandler
-
- startPrefixMapping(String, String) - Method in class com.fourjs.report.runtime.GreContentHandler
-
Begin the scope of a prefix-URI Namespace mapping.
- StreamingClientDefaultPrinter - Class in com.fourjs.report.runtime
-
Class for configuring output to the streaming client to print to the default printer.
- StreamingClientDefaultPrinter() - Constructor for class com.fourjs.report.runtime.StreamingClientDefaultPrinter
-
- StreamingClientNamedPrinter - Class in com.fourjs.report.runtime
-
Class for configuring output to the streaming client selecting a specific printer by name and configuring it.
- StreamingClientNamedPrinter(String) - Constructor for class com.fourjs.report.runtime.StreamingClientNamedPrinter
-
- StreamingClientPrinterDialog - Class in com.fourjs.report.runtime
-
Class for configuring output to the streaming client to show the local print dialog and print on confirmation.
- StreamingClientPrinterDialog() - Constructor for class com.fourjs.report.runtime.StreamingClientPrinterDialog
-
- StreamingClientViewer - Class in com.fourjs.report.runtime
-
Class for configuring output to the streaming viewer.
- StreamingClientViewer() - Constructor for class com.fourjs.report.runtime.StreamingClientViewer
-
- SVGRenderer - Class in com.fourjs.report.runtime
-
Class for configuring SVG output.
- SVGRenderer() - Constructor for class com.fourjs.report.runtime.SVGRenderer
-
Creates a SVGRenderer object.
- SVGRenderer(FormatHandler) - Constructor for class com.fourjs.report.runtime.SVGRenderer
-
Creates a SVGRenderer object that outputs to the given
handler object.