Class IconLabelElementPdfHandler
java.lang.Object
net.sf.jasperreports.pdf.components.iconlabel.IconLabelElementPdfHandler
- All Implemented Interfaces:
GenericElementHandler,GenericElementPdfHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.static IconLabelElementPdfHandlerbooleantoExport(JRGenericPrintElement element) Decides whether a generic print element is to be exported.
-
Method Details
-
getInstance
-
exportElement
Description copied from interface:GenericElementPdfHandlerExports a generic element.Access to the exporter output and environment is provided via the
JRPdfExporterContextargument.- Specified by:
exportElementin interfaceGenericElementPdfHandler- Parameters:
exporterContext- the exporter contextelement- the generic element to export
-
toExport
Description copied from interface:GenericElementHandlerDecides whether a generic print element is to be exported.- Specified by:
toExportin interfaceGenericElementHandler- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-