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 transformation
ctm
- the transformation matrix
public static Line transformLine(Line line, Matrix ctm)
line
- the source line for transformation
ctm
- the transformation matrix
Copyright © 1998–2023 iText Group NV. All rights reserved.