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.json.export -
-
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 class
JRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>
Fields in net.sf.jasperreports.engine declared as ExporterOutput Modifier and Type Field Description protected O
JRAbstractExporter. 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 interface
Exporter<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 interface
Graphics2DExporterOutput
interface
HtmlExporterOutput
interface
OutputStreamExporterOutput
interface
WriterExporterOutput
interface
XmlExporterOutput
Classes in net.sf.jasperreports.export that implement ExporterOutput Modifier and Type Class Description class
SimpleGraphics2DExporterOutput
class
SimpleHtmlExporterOutput
class
SimpleOutputStreamExporterOutput
class
SimpleWriterExporterOutput
class
SimpleXmlExporterOutput
-
Uses of ExporterOutput in net.sf.jasperreports.json.export
Subinterfaces of ExporterOutput in net.sf.jasperreports.json.export Modifier and Type Interface Description interface
JsonExporterOutput
Classes in net.sf.jasperreports.json.export that implement ExporterOutput Modifier and Type Class Description class
SimpleJsonExporterOutput
-