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 AffineTransform |
parseTransform(String transform)
Converts a string containing a transform declaration into an AffineTransform object.
|
public static AffineTransform parseTransform(String transform)
transform
- value to be parsed
Copyright © 1998–2023 iText Group NV. All rights reserved.