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

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

Uses of PDGraphicsState in org.pdfbox.pdmodel.graphics
 

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

Uses of PDGraphicsState in org.pdfbox.util
 

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

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