Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDGraphicsState
-
Packages that use PDGraphicsState Package Description org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.util 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 PDGraphicsState Modifier and Type Method Description void
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 PDGraphicsState Modifier and Type Method Description PDGraphicsState
PDFStreamEngine. getGraphicsState()
Methods in org.apache.pdfbox.util that return types with arguments of type PDGraphicsState Modifier and Type Method Description java.util.Stack<PDGraphicsState>
PDFStreamEngine. getGraphicsStack()
Methods in org.apache.pdfbox.util with parameters of type PDGraphicsState Modifier and Type Method Description void
PDFStreamEngine. setGraphicsState(PDGraphicsState value)
Method parameters in org.apache.pdfbox.util with type arguments of type PDGraphicsState Modifier and Type Method Description void
PDFStreamEngine. setGraphicsStack(java.util.Stack<PDGraphicsState> value)
-