Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Field and Description |
---|---|
Matrix |
PdfContentStreamHandler.textLineMatrix
Text line matrix.
|
Matrix |
PdfContentStreamHandler.textMatrix
Text matrix.
|
protected Matrix |
ParsedText.textToUserSpaceTransformMatrix |
Modifier and Type | Method and Description |
---|---|
protected Matrix |
PdfContentStreamHandler.getCurrentTextLineMatrix()
Returns the current line matrix.
|
protected Matrix |
PdfContentStreamHandler.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_multiplication
|
Matrix |
Matrix.subtract(Matrix arg)
Subtracts a matrix from this matrix and returns the results
|
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.cross(Matrix by)
Computes the cross product of this vector and the specified matrix
|
Matrix |
Matrix.multiply(Matrix by)
multiplies this matrix by 'b' and returns the result
See http://en.wikipedia.org/wiki/Matrix_multiplication
|
Matrix |
Matrix.subtract(Matrix arg)
Subtracts a matrix from this matrix and returns the results
|
Copyright © 2018. All rights reserved.