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

Packages that use PDExtendedGraphicsState
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Uses of PDExtendedGraphicsState in org.apache.pdfbox.util
 

Methods in org.apache.pdfbox.util that return types with arguments of type PDExtendedGraphicsState
 java.util.Map<java.lang.String,PDExtendedGraphicsState> PDFStreamEngine.getGraphicsStates()
           
 

Method parameters in org.apache.pdfbox.util with type arguments of type PDExtendedGraphicsState
 void PDFStreamEngine.setGraphicsStates(java.util.Map<java.lang.String,PDExtendedGraphicsState> value)