public interface GraphicJava2d extends GraphicOutput
Modifier and Type | Method and Description |
---|---|
void |
drawGraphic(java.awt.Graphics2D graphics,
java.awt.geom.Rectangle2D.Float contentRectangle)
Draws the graphic in a Graphics2D instance.
|
getGraphic
void drawGraphic(java.awt.Graphics2D graphics, java.awt.geom.Rectangle2D.Float contentRectangle) throws GraphicException
graphics
- The Graphics instance into which the painting should
be done.contentRectangle
- The rectangle into which the graphic should be
drawn. This rectangle's coordinates must be expressed in Java2D user
space, whose point of origin (0,0) is in the upper left corner of the
page.GraphicException
- For errors rendering the graphic.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.