Uses of Class
com.itextpdf.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return MatrixModifier and TypeMethodDescriptionGraphicsState.getCtm()Getter for the current transformation matrixPathConstructionRenderInfo.getCtm()PathPaintingRenderInfo.getCtm()ImageRenderInfo.getImageCTM()multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationSubtracts a matrix from this matrix and returns the resultsMethods in com.itextpdf.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_multiplicationSubtracts a matrix from this matrix and returns the resultsLineSegment.transformBy(Matrix m) Transforms the segment by the specified matrixConstructors in com.itextpdf.text.pdf.parser with parameters of type MatrixModifierConstructorDescriptionPathConstructionRenderInfo(int operation, Matrix ctm) PathConstructionRenderInfo(int operation, List<Float> segmentData, Matrix ctm)