Uses of Class
com.lowagie.text.pdf.parser.GraphicsState
-
Packages that use GraphicsState Package Description com.lowagie.text.pdf.parser -
-
Uses of GraphicsState in com.lowagie.text.pdf.parser
Fields in com.lowagie.text.pdf.parser declared as GraphicsState Modifier and Type Field Description private GraphicsState
ParsedText. graphicsState
Fields in com.lowagie.text.pdf.parser with type parameters of type GraphicsState Modifier and Type Field Description private java.util.Stack<GraphicsState>
PdfContentStreamHandler. gsStack
Stack keeping track of the graphics state.Methods in com.lowagie.text.pdf.parser that return GraphicsState Modifier and Type Method Description (package private) GraphicsState
PdfContentStreamHandler. graphicsState()
Returns the current graphics state.Methods in com.lowagie.text.pdf.parser with parameters of type GraphicsState Modifier and Type Method Description private static float
ParsedText. getStringWidth(java.lang.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 GraphicsState Constructor Description GraphicsState(GraphicsState source)
Copy constructor.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.ParsedText(PdfString text, GraphicsState graphicsState, Matrix textMatrix, float unscaledWidth)
Internal constructor for a parsed text item.
-