Package net.sf.jasperreports.pdf
Interface GenericElementPdfHandler
-
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementPdfHandler
,MapElementPdfHandler
public interface GenericElementPdfHandler extends GenericElementHandler
A generic print element PDF export handler.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)
Exports a generic element.-
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
-
-
-
Method Detail
-
exportElement
void exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)
Exports a generic element.Access to the exporter output and environment is provided via the
JRPdfExporterContext
argument.- Parameters:
exporterContext
- the exporter contextelement
- the generic element to export
-
-