|
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.AbstractGraphics2DAdapter
org.apache.fop.render.pcl.PCLGraphics2DAdapter
Graphics2DAdapter implementation for PCL and HP GL/2.
| Constructor Summary | |
PCLGraphics2DAdapter()
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 org.apache.fop.render.AbstractGraphics2DAdapter |
paintToBufferedImage, setRenderingHintsForBufferedImage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PCLGraphics2DAdapter()
| Method Detail |
public void paintImage(Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
throws java.io.IOException
Graphics2DAdapter
painter - 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 | ||||||||||