|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Matrix | |
|---|---|
| com.itextpdf.text.pdf.parser | |
| Uses of Matrix in com.itextpdf.text.pdf.parser |
|---|
| Methods in com.itextpdf.text.pdf.parser that return Matrix | |
|---|---|
Matrix |
PathPaintingRenderInfo.getCtm()
|
Matrix |
PathConstructionRenderInfo.getCtm()
|
Matrix |
GraphicsState.getCtm()
Getter for the current transformation matrix |
Matrix |
ImageRenderInfo.getImageCTM()
|
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 |
| Methods in com.itextpdf.text.pdf.parser with parameters of type Matrix | |
|---|---|
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 |
LineSegment |
LineSegment.transformBy(Matrix m)
Transforms the segment by the specified matrix |
| Constructors in com.itextpdf.text.pdf.parser with parameters of type Matrix | |
|---|---|
PathConstructionRenderInfo(int operation,
List<Float> segmentData,
Matrix ctm)
|
|
PathConstructionRenderInfo(int operation,
Matrix ctm)
See PathConstructionRenderInfo.PathConstructionRenderInfo(int, java.util.List, Matrix) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||