Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDExtendedGraphicsState
-
Packages that use PDExtendedGraphicsState Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDExtendedGraphicsState Modifier and Type Method Description java.util.Map<java.lang.String,PDExtendedGraphicsState>
PDResources. getGraphicsStates()
This will get the map of graphic states.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDExtendedGraphicsState Modifier and Type Method Description void
PDResources. setGraphicsStates(java.util.Map<java.lang.String,PDExtendedGraphicsState> states)
This will set the map of graphics states. -
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDExtendedGraphicsState Modifier and Type Method Description PDExtendedGraphicsState
PDShadingPatternResources. getExtendedGraphicsState()
This will get the extended graphics state for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDExtendedGraphicsState Modifier and Type Method Description void
PDShadingPatternResources. setExtendedGraphicsState(PDExtendedGraphicsState extendedGraphicsState)
This will set the extended graphics state for this pattern. -
Uses of PDExtendedGraphicsState in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return types with arguments of type PDExtendedGraphicsState Modifier and Type Method Description java.util.Map<java.lang.String,PDExtendedGraphicsState>
PDFStreamEngine. getGraphicsStates()
Method parameters in org.apache.pdfbox.util with type arguments of type PDExtendedGraphicsState Modifier and Type Method Description void
PDFStreamEngine. setGraphicsStates(java.util.Map<java.lang.String,PDExtendedGraphicsState> value)
-