Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDGraphicsState

Packages that use PDGraphicsState
org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Uses of PDGraphicsState in org.apache.pdfbox.pdmodel.graphics
 

Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDGraphicsState
 void PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs)
          This will implement the gs operator.
 

Uses of PDGraphicsState in org.apache.pdfbox.pdmodel.graphics.xobject
 

Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDGraphicsState
 void PDXObjectImage.setGraphicsState(PDGraphicsState newGS)
          Allow the Invoke operator to set the graphics state so that, in the case of an Image Mask, we can get to the current nonstroking colorspace.
 

Uses of PDGraphicsState in org.apache.pdfbox.util
 

Methods in org.apache.pdfbox.util that return PDGraphicsState
 PDGraphicsState PDFStreamEngine.getGraphicsState()
           
 

Methods in org.apache.pdfbox.util that return types with arguments of type PDGraphicsState
 java.util.Stack<PDGraphicsState> PDFStreamEngine.getGraphicsStack()
           
 

Methods in org.apache.pdfbox.util with parameters of type PDGraphicsState
 void PDFStreamEngine.setGraphicsState(PDGraphicsState value)
           
 

Method parameters in org.apache.pdfbox.util with type arguments of type PDGraphicsState
 void PDFStreamEngine.setGraphicsStack(java.util.Stack<PDGraphicsState> value)