Uses of Class
org.openpdf.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in org.openpdf.text.pdf.parser
Methods 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.multiplies 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 TypeMethodDescriptionComputes 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.Subtracts a matrix from this matrix and returns the results