Interface GenericElementGraphics2DHandler
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementGraphics2DHandler
A generic print element Graphics2D export handler.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
exportElement
void exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, Graphics2D grx, Offset offset) Exports a generic element.- Parameters:
element
- the generic element to exportgrx
- the graphic context
-