Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.ParserGraphicsState
-
Packages that use ParserGraphicsState Package Description com.itextpdf.kernel.pdf.canvas.parser -
-
Uses of ParserGraphicsState in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type ParserGraphicsState Modifier and Type Field Description private java.util.Stack<ParserGraphicsState>
PdfCanvasProcessor. gsStack
Stack keeping track of the graphics state.Methods in com.itextpdf.kernel.pdf.canvas.parser that return ParserGraphicsState Modifier and Type Method Description ParserGraphicsState
PdfCanvasProcessor. getGraphicsState()
Gets the currentParserGraphicsState
Constructors in com.itextpdf.kernel.pdf.canvas.parser with parameters of type ParserGraphicsState Constructor Description ParserGraphicsState(ParserGraphicsState source)
Copy constructor.
-