Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDGraphicsState
Packages that use PDGraphicsState
Package
Description
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
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 PDGraphicsStateModifier and TypeMethodDescriptionvoid
PDExtendedGraphicsState.copyIntoGraphicsState
(PDGraphicsState gs) This will implement the gs operator. -
Uses of PDGraphicsState in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDGraphicsStateMethods in org.apache.pdfbox.util that return types with arguments of type PDGraphicsStateMethods in org.apache.pdfbox.util with parameters of type PDGraphicsStateMethod parameters in org.apache.pdfbox.util with type arguments of type PDGraphicsStateModifier and TypeMethodDescriptionvoid
PDFStreamEngine.setGraphicsStack
(Stack<PDGraphicsState> value)