Uses of Interface
net.sf.jasperreports.export.ExporterOutput
-
Packages that use ExporterOutput Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.export.parameters Provides support for export parameters -
-
Uses of ExporterOutput in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ExporterOutput Modifier and Type Class Description classJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>interfaceJRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>Deprecated.Replaced byExporter.Fields in net.sf.jasperreports.engine declared as ExporterOutput Modifier and Type Field Description protected OJRAbstractExporter. exporterOutput -
Uses of ExporterOutput in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ExporterOutput Modifier and Type Interface Description interfaceExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>All document exporting in JasperReports is done through this interface.Subinterfaces of ExporterOutput in net.sf.jasperreports.export Modifier and Type Interface Description interfaceGraphics2DExporterOutputinterfaceHtmlExporterOutputinterfaceJsonExporterOutputinterfaceOutputStreamExporterOutputinterfaceWriterExporterOutputinterfaceXmlExporterOutputClasses in net.sf.jasperreports.export that implement ExporterOutput Modifier and Type Class Description classSimpleGraphics2DExporterOutputclassSimpleHtmlExporterOutputclassSimpleJsonExporterOutputclassSimpleOutputStreamExporterOutputclassSimpleWriterExporterOutputclassSimpleXmlExporterOutput -
Uses of ExporterOutput in net.sf.jasperreports.export.parameters
Classes in net.sf.jasperreports.export.parameters that implement ExporterOutput Modifier and Type Class Description classAbstractParametersExporterOutputDeprecated.To be removed.classParametersGraphics2DExporterOutputDeprecated.To be removed.classParametersHtmlExporterOutputDeprecated.To be removed.classParametersJsonExporterOutputDeprecated.To be removed.classParametersOutputStreamExporterOutputDeprecated.To be removed.classParametersWriterExporterOutputDeprecated.To be removed.classParametersXmlExporterOutputDeprecated.To be removed.
-