fop 0.91beta

Uses of Class
org.apache.fop.pdf.PDFGState

Packages that use PDFGState
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
 

Uses of PDFGState in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFGState
static PDFGState PDFGState.DEFAULT
          Default GState object
 PDFGState PDFState.Data.gstate
           
 

Methods in org.apache.fop.pdf that return PDFGState
 PDFGState PDFFactory.makeGState(java.util.Map settings, PDFGState current)
          make an ExtGState for extra graphics options This tries to find a GState that will setup the correct values for the current context.
protected  PDFGState PDFDocument.findGState(PDFGState wanted, PDFGState current)
          Looks for an existing GState to use
 PDFGState PDFState.getGState()
          Get the grapics state.
 

Methods in org.apache.fop.pdf with parameters of type PDFGState
 PDFGState PDFFactory.makeGState(java.util.Map settings, PDFGState current)
          make an ExtGState for extra graphics options This tries to find a GState that will setup the correct values for the current context.
 void PDFResourceContext.addGState(PDFGState gstate)
          A a GState to this resource context.
protected  PDFGState PDFDocument.findGState(PDFGState wanted, PDFGState current)
          Looks for an existing GState to use
 void PDFResources.addGState(PDFGState gs)
          Add a PDFGState to the resources.
 void PDFGState.addValues(PDFGState state)
          Adds all values from another GState object to this one.
 


fop 0.91beta

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