public final class SVGUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
formatAffineTransformMptToPt(java.awt.geom.AffineTransform transform)
Formats a transformation matrix in millipoints with values as points.
|
static java.lang.String |
formatAffineTransformsMptToPt(java.awt.geom.AffineTransform[] transforms)
Formats an array of transformation matrices in millipoints with values as points.
|
static java.lang.String |
formatMptArrayToPt(int[] lengths)
Formats an array of lengths in millipoints as point values.
|
static java.lang.String |
formatMptToPt(int mpt)
Formats a length in millipoints as a point value.
|
public static java.lang.String formatMptToPt(int mpt)
mpt
- the length in millipointspublic static java.lang.String formatMptArrayToPt(int[] lengths)
lengths
- the lengths in millipointspublic static java.lang.String formatAffineTransformMptToPt(java.awt.geom.AffineTransform transform)
transform
- the transformation matrix in millipointspublic static java.lang.String formatAffineTransformsMptToPt(java.awt.geom.AffineTransform[] transforms)
transforms
- the transformation matrices in millipointsCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.