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 GraphicsStateFields in com.lowagie.text.pdf.parser with type parameters of type GraphicsStateModifier and TypeFieldDescriptionprivate Stack
<GraphicsState> PdfContentStreamHandler.gsStack
Stack keeping track of the graphics state.Methods in com.lowagie.text.pdf.parser that return GraphicsStateModifier and TypeMethodDescription(package private) GraphicsState
PdfContentStreamHandler.graphicsState()
Returns the current graphics state.Methods in com.lowagie.text.pdf.parser with parameters of type GraphicsStateModifier and TypeMethodDescriptionprivate static float
ParsedText.getStringWidth
(String string, GraphicsState graphicsState) Gets the width of a String in text space unitsprivate static float
ParsedText.getUnscaledFontSpaceWidth
(GraphicsState graphicsState) Calculates the width of a space character.float
ParsedText.getUnscaledTextWidth
(GraphicsState gs) Constructors in com.lowagie.text.pdf.parser with parameters of type GraphicsStateModifierConstructorDescriptionGraphicsState
(GraphicsState source) Copy constructor.(package private)
ParsedText
(PdfString text, GraphicsState graphicsState, Matrix textMatrix) 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.private
ParsedText
(PdfString text, GraphicsState graphicsState, Matrix textMatrix, float unscaledWidth) Internal constructor for a parsed text item.