net.sf.jasperreports.components.map
Class MapElementGraphics2DHandler
java.lang.Object
net.sf.jasperreports.components.map.MapElementGraphics2DHandler
- All Implemented Interfaces:
- GenericElementGraphics2DHandler, GenericElementHandler
public class MapElementGraphics2DHandler
- extends Object
- implements GenericElementGraphics2DHandler
- Version:
- $Id: MapElementGraphics2DHandler.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 |
MapElementGraphics2DHandler
public MapElementGraphics2DHandler()
getInstance
public static MapElementGraphics2DHandler getInstance()
exportElement
public void exportElement(JRGraphics2DExporterContext exporterContext,
JRGenericPrintElement element,
Graphics2D grx,
Offset offset)
- Description copied from interface:
GenericElementGraphics2DHandler
- Exports a generic element.
- Specified by:
exportElement in interface GenericElementGraphics2DHandler
element - the generic element to exportgrx - the graphic context
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
Copyright © 2012. All Rights Reserved.