Uses of Class
com.aowagie.text.pdf.parser.Matrix
-
Packages that use Matrix Package Description com.aowagie.text.pdf.parser -
-
Uses of Matrix in com.aowagie.text.pdf.parser
Fields in com.aowagie.text.pdf.parser declared as Matrix Modifier and Type Field Description (package private) MatrixGraphicsState. ctmThe current transformation matrix.private MatrixSimpleTextExtractingPdfContentStreamProcessor. lastEndingTextMatrixkeeps track of a text matrix.private MatrixSimpleTextExtractingPdfContentStreamProcessor. lastTextLineMatrixkeeps track of a text matrix.private MatrixPdfContentStreamProcessor. textLineMatrixText line matrix.private MatrixPdfContentStreamProcessor. textMatrixText matrix.Methods in com.aowagie.text.pdf.parser that return Matrix Modifier and Type Method Description MatrixPdfContentStreamProcessor. getCurrentTextLineMatrix()Returns the current line matrix.MatrixPdfContentStreamProcessor. getCurrentTextMatrix()Returns the current text matrix.MatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationMethods in com.aowagie.text.pdf.parser with parameters of type Matrix Modifier and Type Method Description abstract voidPdfContentStreamProcessor. displayText(java.lang.String text, Matrix nextTextMatrix)Displays text.voidSimpleTextExtractingPdfContentStreamProcessor. displayText(java.lang.String text, Matrix endingTextMatrix)Writes text to the result.MatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplication
-