public final class TransformUtils extends Object
This class only supports the transformations as described in the SVG specification: - matrix - rotate - scale - skewX - skewY - translate
| Modifier and Type | Method and Description |
|---|---|
static com.itextpdf.kernel.geom.AffineTransform |
parseTransform(String transform)
Converts a string containing a transform declaration into an AffineTransform object.
|
public static com.itextpdf.kernel.geom.AffineTransform parseTransform(String transform)
transform - value to be parsedCopyright © 1998–2023 iText Group NV. All rights reserved.