Uses of Class
org.openpdf.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in org.openpdf.text.pdf.parser
Fields in org.openpdf.text.pdf.parser declared as MatrixModifier and TypeFieldDescriptionprivate MatrixGraphicsState.ctmThe current transformation matrix.private MatrixPdfContentStreamHandler.textLineMatrixText line matrix.private MatrixPdfContentStreamHandler.textMatrixText matrix.private final MatrixParsedText.textToUserSpaceTransformMatrixMethods in org.openpdf.text.pdf.parser that return MatrixModifier and TypeMethodDescriptionGraphicsState.getCtm()Get the current transformation matrix.protected MatrixPdfContentStreamHandler.getCurrentTextLineMatrix()Returns the current line matrix.protected MatrixPdfContentStreamHandler.getCurrentTextMatrix()Returns the current text matrix.private static Matrixmultiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationGraphicsState.multiplyCtm(Matrix matrix) Multiply transformation matrix and get result.Subtracts a matrix from this matrix and returns the resultsMethods in org.openpdf.text.pdf.parser with parameters of type MatrixModifier and TypeMethodDescriptionprivate static floatParsedText.convertHeightToUser(float height, Matrix textToUserSpaceTransformMatrix) private static floatParsedText.convertWidthToUser(float width, Matrix textToUserSpaceTransformMatrix) Computes the cross product of this vector and the specified matrixmultiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationGraphicsState.multiplyCtm(Matrix matrix) Multiply transformation matrix and get result.private static VectorParsedText.pointToUserSpace(float xOffset, float yOffset, Matrix textToUserSpaceTransformMatrix) Subtracts a matrix from this matrix and returns the resultsConstructors in org.openpdf.text.pdf.parser with parameters of type MatrixModifierConstructorDescription(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.