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
Methods in org.apache.pdfbox.contentstream that return PDGraphicsState Modifier and Type Method Description PDGraphicsStatePDFStreamEngine. 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 voidPDFStreamEngine. 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 PDGraphicsStatePDGraphicsState. clone()Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDGraphicsState Modifier and Type Method Description voidPDExtendedGraphicsState. copyIntoGraphicsState(PDGraphicsState gs)This will implement the gs operator.
-