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