public class SvgCoordinateUtils extends Object
| Constructor and Description |
|---|
SvgCoordinateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
makeRelativeOperatorCoordinatesAbsolute(String[] relativeCoordinates,
double[] currentCoordinates)
Converts relative coordinates to absolute ones.
|
public static String[] makeRelativeOperatorCoordinatesAbsolute(String[] relativeCoordinates, double[] currentCoordinates)
relativeCoordinates - the initial set of coordinatescurrentCoordinates - an array representing the point relative to which the relativeCoordinates are definedCopyright © 1998–2019 iText Group NV. All rights reserved.