fop 1.1

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

Packages that use Graphics2DAdapter
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.ps PostScript Renderer 
 

Uses of Graphics2DAdapter in org.apache.fop.render
 

Classes in org.apache.fop.render that implement Graphics2DAdapter
 class AbstractGraphics2DAdapter
          Abstract base class for Graphics2DAdapter implementations.
 

Methods in org.apache.fop.render that return Graphics2DAdapter
 Graphics2DAdapter AbstractRenderer.getGraphics2DAdapter()
          
 Graphics2DAdapter Renderer.getGraphics2DAdapter()
           
 

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

Classes in org.apache.fop.render.afp that implement Graphics2DAdapter
 class AFPGraphics2DAdapter
          Graphics2DAdapter implementation for AFP.
 

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

Classes in org.apache.fop.render.java2d that implement Graphics2DAdapter
 class Java2DGraphics2DAdapter
          Graphics2DAdapter implementation for Java2D.
 

Methods in org.apache.fop.render.java2d that return Graphics2DAdapter
 Graphics2DAdapter Java2DRenderer.getGraphics2DAdapter()
          
 

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

Classes in org.apache.fop.render.ps that implement Graphics2DAdapter
 class PSGraphics2DAdapter
          Graphics2DAdapter implementation for PostScript.
 


fop 1.1

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