Uses of Class
com.lowagie.text.pdf.parser.GraphicsState
Packages that use GraphicsState
-
Uses of GraphicsState in com.lowagie.text.pdf.parser
Fields in com.lowagie.text.pdf.parser declared as GraphicsStateModifier and TypeFieldDescriptionprivate final GraphicsStateParsedText.graphicsStateDeprecated.Fields in com.lowagie.text.pdf.parser with type parameters of type GraphicsStateModifier and TypeFieldDescriptionprivate Stack<GraphicsState>PdfContentStreamHandler.gsStackDeprecated.Stack keeping track of the graphics state.Methods in com.lowagie.text.pdf.parser that return GraphicsStateModifier and TypeMethodDescription(package private) GraphicsStatePdfContentStreamHandler.graphicsState()Deprecated.Returns the current graphics state.Methods in com.lowagie.text.pdf.parser with parameters of type GraphicsStateModifier and TypeMethodDescriptionprivate static floatParsedText.getStringWidth(String string, GraphicsState graphicsState) Deprecated.Gets the width of a String in text space unitsprivate static floatParsedText.getUnscaledFontSpaceWidth(GraphicsState graphicsState) Deprecated.Calculates the width of a space character.floatParsedText.getUnscaledTextWidth(GraphicsState gs) Deprecated.Constructors in com.lowagie.text.pdf.parser with parameters of type GraphicsStateModifierConstructorDescriptionGraphicsState(GraphicsState source) Deprecated.Copy constructor.(package private)ParsedText(PdfString text, GraphicsState graphicsState, Matrix textMatrix) Deprecated.This constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.privateParsedText(PdfString text, GraphicsState graphicsState, Matrix textMatrix, float unscaledWidth) Deprecated.Internal constructor for a parsed text item.