fop 0.91beta

Uses of Class
org.apache.fop.render.ps.AbstractPSDocumentGraphics2D

Packages that use AbstractPSDocumentGraphics2D
org.apache.fop.render.ps PostScript Renderer 
 

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

Subclasses of AbstractPSDocumentGraphics2D in org.apache.fop.render.ps
 class EPSDocumentGraphics2D
          This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.
 class PSDocumentGraphics2D
          This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.
 

Fields in org.apache.fop.render.ps declared as AbstractPSDocumentGraphics2D
protected  AbstractPSDocumentGraphics2D AbstractPSTranscoder.graphics
           
 

Methods in org.apache.fop.render.ps that return AbstractPSDocumentGraphics2D
protected abstract  AbstractPSDocumentGraphics2D AbstractPSTranscoder.createDocumentGraphics2D()
           
protected  AbstractPSDocumentGraphics2D EPSTranscoder.createDocumentGraphics2D()
           
protected  AbstractPSDocumentGraphics2D PSTranscoder.createDocumentGraphics2D()
           
 

Constructors in org.apache.fop.render.ps with parameters of type AbstractPSDocumentGraphics2D
AbstractPSDocumentGraphics2D(AbstractPSDocumentGraphics2D g)
          This constructor supports the create method
 


fop 0.91beta

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