|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.render.java2d.Java2DGraphics2DAdapter
Graphics2DAdapter implementation for Java2D.
| Constructor Summary | |
Java2DGraphics2DAdapter(Java2DGraphicsState state)
Main constructor |
|
| Method Summary | |
void |
paintImage(Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
Paints an arbitrary images on a given Graphics2D instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Java2DGraphics2DAdapter(Java2DGraphicsState state)
state - the state tracker for this rendering run| Method Detail |
public void paintImage(Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
throws java.io.IOException
Graphics2DAdapter
paintImage in interface Graphics2DAdapterpainter - the painter which will paint the actual imagecontext - the renderer context for the current rendererx - X position of the imagey - Y position of the imagewidth - width of the imageheight - height of the image
java.io.IOException - In case of an I/O error while writing the output formatGraphics2DAdapter
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||