Package | Description |
---|---|
com.itextpdf.kernel.geom | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.parser | |
com.itextpdf.kernel.pdf.canvas.parser.data |
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.add(Matrix arg)
Adds a matrix from this matrix and returns the results.
|
Matrix |
Matrix.multiply(Matrix by)
multiplies this matrix by 'b' and returns the result.
|
Matrix |
Matrix.subtract(Matrix arg)
Subtracts a matrix from this matrix and returns the results.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.add(Matrix arg)
Adds a matrix from this matrix and returns the results.
|
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.
|
Matrix |
Matrix.subtract(Matrix arg)
Subtracts a matrix from this matrix and returns the results.
|
static BezierCurve |
ShapeTransformUtil.transformBezierCurve(BezierCurve bezierCurve, Matrix ctm)
Method for transforming a bezier curve.
|
LineSegment |
LineSegment.transformBy(Matrix m)
Transforms the segment by the specified matrix
|
static Line |
ShapeTransformUtil.transformLine(Line line, Matrix ctm)
Method for transforming a line.
|
static Path |
ShapeTransformUtil.transformPath(Path path, Matrix ctm)
Method for transforming a path.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
CanvasGraphicsState.getCtm() |
Modifier and Type | Method and Description |
---|---|
void |
CanvasGraphicsState.updateCtm(Matrix newCtm)
Updates current transformation matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserGraphicsState.updateCtm(Matrix newCtm) |
Modifier and Type | Method and Description |
---|---|
Matrix |
PathRenderInfo.getCtm()
Gets the current transformation matrix.
|
Matrix |
ClippingPathInfo.getCtm()
Gets the current transformation matrix .
|
Matrix |
ImageRenderInfo.getImageCtm()
Gets the coordinate transformation matrix in User space which was active when this image was rendered.
|
Matrix |
TextRenderInfo.getTextMatrix()
Gets original Text matrix.
|
Constructor and Description |
---|
ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)
Creates a new ClippingPathInfo instance.
|
ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline)
Creates an ImageRenderInfo.
|
TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2023 iText Group NV. All rights reserved.