Uses of Class
org.openpdf.text.pdf.parser.GraphicsState
Packages that use GraphicsState
-
Uses of GraphicsState in org.openpdf.text.pdf.parser
Fields in org.openpdf.text.pdf.parser declared as GraphicsStateFields in org.openpdf.text.pdf.parser with type parameters of type GraphicsStateModifier and TypeFieldDescriptionprivate Stack<GraphicsState>PdfContentStreamHandler.gsStackStack keeping track of the graphics state.Methods in org.openpdf.text.pdf.parser that return GraphicsStateModifier and TypeMethodDescription(package private) GraphicsStatePdfContentStreamHandler.graphicsState()Returns the current graphics state.Methods in org.openpdf.text.pdf.parser with parameters of type GraphicsStateModifier and TypeMethodDescriptionprivate static floatParsedText.getStringWidth(String string, GraphicsState graphicsState) Gets the width of a String in text space unitsprivate static floatParsedText.getUnscaledFontSpaceWidth(GraphicsState graphicsState) Calculates the width of a space character.floatParsedText.getUnscaledTextWidth(GraphicsState gs) Constructors in org.openpdf.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.privateParsedText(PdfString text, GraphicsState graphicsState, Matrix textMatrix, float unscaledWidth) Internal constructor for a parsed text item.