Interface GenericElementHandler
- All Known Subinterfaces:
GenericElementCsvHandler
,GenericElementDocxHandler
,GenericElementGraphics2DHandler
,GenericElementHtmlHandler
,GenericElementJsonHandler
,GenericElementOdsHandler
,GenericElementOdtHandler
,GenericElementPdfHandler
,GenericElementPptxHandler
,GenericElementRtfHandler
,GenericElementTransformer
,GenericElementXlsHandler
,GenericElementXlsMetadataHandler
,GenericElementXlsxHandler
,GenericElementXlsxMetadataHandler
,GenericElementXmlHandler
- All Known Implementing Classes:
BaseElementHtmlHandler
,IconLabelElementCsvHandler
,IconLabelElementDocxHandler
,IconLabelElementGraphics2DHandler
,IconLabelElementHtmlHandler
,IconLabelElementOdsHandler
,IconLabelElementOdtHandler
,IconLabelElementPdfHandler
,IconLabelElementPptxHandler
,IconLabelElementRtfHandler
,IconLabelElementXlsHandler
,IconLabelElementXlsxHandler
,IconLabelElementXmlHandler
public interface GenericElementHandler
A generic print element export handler.
This interface is common to all export handlers. Specialized handler interfaces exist for each exporter.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
toExport
(JRGenericPrintElement element) Decides whether a generic print element is to be exported.
-
Method Details
-
toExport
Decides whether a generic print element is to be exported.- Parameters:
element
- the element- Returns:
- whether the element is to be exported or skipped
-