Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
Matrix |
GraphicsState.getCtm()
Get the current transformation matrix.
|
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 |
GraphicsState.multiplyCtm(Matrix matrix)
Multiply transformation matrix and get result.
|
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 |
GraphicsState.multiplyCtm(Matrix matrix)
Multiply transformation matrix and get result.
|
Matrix |
Matrix.subtract(Matrix arg)
Subtracts a matrix from this matrix and returns the results
|
Copyright © 2020. All rights reserved.