Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.ParserGraphicsState
Packages that use ParserGraphicsState
-
Uses of ParserGraphicsState in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type ParserGraphicsStateModifier and TypeFieldDescriptionprivate final Stack
<ParserGraphicsState> PdfCanvasProcessor.gsStack
Stack keeping track of the graphics state.Methods in com.itextpdf.kernel.pdf.canvas.parser that return ParserGraphicsStateModifier and TypeMethodDescriptionPdfCanvasProcessor.getGraphicsState()
Gets the currentParserGraphicsState
Constructors in com.itextpdf.kernel.pdf.canvas.parser with parameters of type ParserGraphicsStateModifierConstructorDescription(package private)
Copy constructor.