Class IconLabelElementRtfHandler
java.lang.Object
net.sf.jasperreports.components.iconlabel.IconLabelElementRtfHandler
- All Implemented Interfaces:
GenericElementHandler,GenericElementRtfHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.static IconLabelElementRtfHandlerbooleantoExport(JRGenericPrintElement element) Decides whether a generic print element is to be exported.
-
Constructor Details
-
IconLabelElementRtfHandler
public IconLabelElementRtfHandler()
-
-
Method Details
-
getInstance
-
exportElement
Description copied from interface:GenericElementRtfHandlerExports a generic element.Access to the exporter output and environment is provided via the
JRRtfExporterContextargument.- Specified by:
exportElementin interfaceGenericElementRtfHandler- 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
-