Interface GenericElementGraphics2DHandler
-
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementGraphics2DHandler
,MapElementGraphics2DHandler
public interface GenericElementGraphics2DHandler extends GenericElementHandler
A generic print element Graphics2D export handler.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, Graphics2D grx, Offset offset)
Exports a generic element.-
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
-
-
-
Method Detail
-
exportElement
void exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, Graphics2D grx, Offset offset)
Exports a generic element.- Parameters:
grx
- the graphic contextelement
- the generic element to export
-
-