Class IconLabelElementPdfHandler
java.lang.Object
net.sf.jasperreports.pdf.components.iconlabel.IconLabelElementPdfHandler
- All Implemented Interfaces:
GenericElementHandler,GenericElementPdfHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.booleantoExport(JRGenericPrintElement element)
-
Constructor Details
-
IconLabelElementPdfHandler
public IconLabelElementPdfHandler()
-
-
Method Details
-
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
- Specified by:
toExportin interfaceGenericElementHandler
-