Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDExtendedGraphicsState
Packages that use PDExtendedGraphicsState
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with patterns which are used instead of colors.
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 PDExtendedGraphicsStateModifier and TypeMethodDescriptionPDResources.getGraphicsStates()
This will get the map of graphic states.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDExtendedGraphicsStateModifier and TypeMethodDescriptionvoid
PDResources.setGraphicsStates
(Map<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 PDExtendedGraphicsStateModifier and TypeMethodDescriptionPDShadingPatternResources.getExtendedGraphicsState()
This will get the extended graphics state for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDExtendedGraphicsStateModifier and TypeMethodDescriptionvoid
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 PDExtendedGraphicsStateMethod parameters in org.apache.pdfbox.util with type arguments of type PDExtendedGraphicsStateModifier and TypeMethodDescriptionvoid
PDFStreamEngine.setGraphicsStates
(Map<String, PDExtendedGraphicsState> value)