Interface GenericElementRtfHandler
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementRtfHandler
A generic print element RTF export handler.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Method Details
-
exportElement
Exports a generic element.Access to the exporter output and environment is provided via the
JRRtfExporterContextargument.- Parameters:
exporterContext- the exporter contextelement- the generic element to export
-