net.sf.jasperreports.engine.export
Interface GenericElementGraphics2DHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
MapElementGraphics2DHandler

public interface GenericElementGraphics2DHandler
extends GenericElementHandler

A generic print element Graphics2D export handler.

Version:
$Id: GenericElementGraphics2DHandler.java 4698 2011-10-14 10:47:26Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 void exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, java.awt.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,
                   java.awt.Graphics2D grx,
                   Offset offset)
Exports a generic element.

Parameters:
grx - the graphic context
element - the generic element to export


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com