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) 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 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 void
PdfContentStreamProcessor.displayText
(String text, Matrix nextTextMatrix) Displays text.void
SimpleTextExtractingPdfContentStreamProcessor.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