Uses of Class
com.lowagie.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in com.lowagie.text.pdf.parser
Methods in com.lowagie.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 com.lowagie.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