Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDGraphicsState
-
Packages that use PDGraphicsState Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel.graphics.state 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 PDGraphicsState Modifier and Type Field Description private java.util.Deque<PDGraphicsState>
PDFStreamEngine. graphicsStack
Methods in org.apache.pdfbox.contentstream that return PDGraphicsState Modifier and Type Method Description PDGraphicsState
PDFStreamEngine. getGraphicsState()
Methods in org.apache.pdfbox.contentstream that return types with arguments of type PDGraphicsState Modifier and Type Method Description protected java.util.Deque<PDGraphicsState>
PDFStreamEngine. saveGraphicsStack()
Saves the entire graphics stack.Method parameters in org.apache.pdfbox.contentstream with type arguments of type PDGraphicsState Modifier and Type Method Description protected void
PDFStreamEngine. restoreGraphicsStack(java.util.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 PDGraphicsState Modifier and Type Method Description PDGraphicsState
PDGraphicsState. clone()
Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDGraphicsState Modifier and Type Method Description void
PDExtendedGraphicsState. copyIntoGraphicsState(PDGraphicsState gs)
This will implement the gs operator.
-