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) Matrix
GraphicsState. ctm
The current transformation matrix.private Matrix
SimpleTextExtractingPdfContentStreamProcessor. lastEndingTextMatrix
keeps track of a text matrix.private Matrix
SimpleTextExtractingPdfContentStreamProcessor. lastTextLineMatrix
keeps track of a text matrix.private Matrix
PdfContentStreamProcessor. textLineMatrix
Text line matrix.private Matrix
PdfContentStreamProcessor. textMatrix
Text matrix.Methods in com.aowagie.text.pdf.parser that return Matrix Modifier and Type Method Description Matrix
PdfContentStreamProcessor. getCurrentTextLineMatrix()
Returns the current line matrix.Matrix
PdfContentStreamProcessor. getCurrentTextMatrix()
Returns the current text matrix.Matrix
Matrix. 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 void
PdfContentStreamProcessor. displayText(java.lang.String text, Matrix nextTextMatrix)
Displays text.void
SimpleTextExtractingPdfContentStreamProcessor. displayText(java.lang.String text, Matrix endingTextMatrix)
Writes text to the result.Matrix
Matrix. multiply(Matrix by)
multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplication
-