fop 0.94

Uses of Interface
org.apache.fop.render.Graphics2DImagePainter

Packages that use Graphics2DImagePainter
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
 

Uses of Graphics2DImagePainter in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type Graphics2DImagePainter
 void Graphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
          Paints an arbitrary images on a given Graphics2D instance.
protected  java.awt.image.BufferedImage AbstractGraphics2DAdapter.paintToBufferedImage(Graphics2DImagePainter painter, RendererContext.RendererContextWrapper context, int resolution, boolean gray, boolean withAlpha)
          Paints the image to a BufferedImage and returns that.
 

Uses of Graphics2DImagePainter in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type Graphics2DImagePainter
 void AFPGraphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
           
 

Uses of Graphics2DImagePainter in org.apache.fop.render.java2d
 

Methods in org.apache.fop.render.java2d with parameters of type Graphics2DImagePainter
 void Java2DGraphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
           
 

Uses of Graphics2DImagePainter in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type Graphics2DImagePainter
 void PCLGraphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
           
 

Uses of Graphics2DImagePainter in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type Graphics2DImagePainter
 void PDFGraphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
           
 

Uses of Graphics2DImagePainter in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type Graphics2DImagePainter
 void PSGraphics2DAdapter.paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height)
           
 


fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.