Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDGraphicsState
Packages that use PDGraphicsState
Package
Description
This package contains provides classes for working with content streams.
This package deals with graphics states within the PDF document.
-
Uses of PDGraphicsState in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream with type parameters of type PDGraphicsStateMethods in org.apache.pdfbox.contentstream that return PDGraphicsStateMethods in org.apache.pdfbox.contentstream that return types with arguments of type PDGraphicsStateModifier and TypeMethodDescriptionprotected final Deque<PDGraphicsState>
PDFStreamEngine.saveGraphicsStack()
Saves the entire graphics stack.Method parameters in org.apache.pdfbox.contentstream with type arguments of type PDGraphicsStateModifier and TypeMethodDescriptionprotected final void
PDFStreamEngine.restoreGraphicsStack
(Deque<PDGraphicsState> snapshot) Restores the entire graphics stack. -
Uses of PDGraphicsState in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDGraphicsStateMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDGraphicsStateModifier and TypeMethodDescriptionvoid
PDExtendedGraphicsState.copyIntoGraphicsState
(PDGraphicsState gs) This will implement the gs operator.