Uses of Class
com.aowagie.text.pdf.parser.Matrix
Packages that use Matrix
-
Uses of Matrix in com.aowagie.text.pdf.parser
Fields in com.aowagie.text.pdf.parser declared as MatrixModifier and TypeFieldDescription(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 MatrixModifier and TypeMethodDescriptionPdfContentStreamProcessor.getCurrentTextLineMatrix()Returns the current line matrix.PdfContentStreamProcessor.getCurrentTextMatrix()Returns the current text matrix.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 MatrixModifier and TypeMethodDescriptionabstract voidPdfContentStreamProcessor.displayText(String text, Matrix nextTextMatrix) Displays text.voidSimpleTextExtractingPdfContentStreamProcessor.displayText(String text, Matrix endingTextMatrix) Writes text to the result.multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplication