net.sf.jasperreports.components.map
Class MapElementPptxHandler
java.lang.Object
net.sf.jasperreports.components.map.MapElementPptxHandler
- All Implemented Interfaces:
- GenericElementHandler, GenericElementPptxHandler
public class MapElementPptxHandler
- extends Object
- implements GenericElementPptxHandler
- Version:
- $Id: MapElementPptxHandler.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapElementPptxHandler
public MapElementPptxHandler()
getInstance
public static MapElementPptxHandler getInstance()
exportElement
public void exportElement(JRPptxExporterContext exporterContext,
JRGenericPrintElement element)
- Description copied from interface:
GenericElementPptxHandler
- Exports a generic element.
Access to the exporter output and environment is provided via the
JRPptxExporterContext argument.
- Specified by:
exportElement in interface GenericElementPptxHandler
- Parameters:
exporterContext - the exporter contextelement - the generic element to export
toExport
public boolean toExport(JRGenericPrintElement element)
- Description copied from interface:
GenericElementHandler
- Decides whether a generic print element is to be exported.
- Specified by:
toExport in interface GenericElementHandler
- Parameters:
element - the element
- Returns:
- whether the element is to be exported or skipped
getImage
public JRPrintImage getImage(JRPptxExporterContext exporterContext,
JRGenericPrintElement element)
throws JRException
- Description copied from interface:
GenericElementPptxHandler
- Creates an equivalent image of the
JRGenericPrintElement element to be exported instead.
- Specified by:
getImage in interface GenericElementPptxHandler
element - the generic element to export
- Returns:
- JRPrintImage the equivalent image
- Throws:
JRException
Copyright © 2012. All Rights Reserved.