public final class ShapeTransformUtil extends Object
| Constructor and Description |
|---|
ShapeTransformUtil() |
| Modifier and Type | Method and Description |
|---|---|
static BezierCurve |
transformBezierCurve(BezierCurve bezierCurve,
Matrix ctm)
Method for transforming a bezier curve.
|
static Line |
transformLine(Line line,
Matrix ctm)
Method for transforming a line.
|
static Path |
transformPath(Path path,
Matrix ctm)
Method for transforming a path.
|
public static BezierCurve transformBezierCurve(BezierCurve bezierCurve, Matrix ctm)
bezierCurve - the source bezier curve for transformationctm - the transformation matrixpublic static Line transformLine(Line line, Matrix ctm)
line - the source line for transformationctm - the transformation matrixCopyright © 1998–2022 iText Group NV. All rights reserved.