Class IconLabelElementPdfHandler
- java.lang.Object
-
- net.sf.jasperreports.components.iconlabel.IconLabelElementPdfHandler
-
- All Implemented Interfaces:
GenericElementHandler,GenericElementPdfHandler
public class IconLabelElementPdfHandler extends Object implements GenericElementPdfHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description IconLabelElementPdfHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)Exports a generic element.booleantoExport(JRGenericPrintElement element)Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
exportElement
public void exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)
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
public boolean toExport(JRGenericPrintElement element)
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
-
-