public class SVGTransform
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
angle |
SVGMatrix |
matrix |
static double |
SVG_TRANSFORM_MATRIX |
static double |
SVG_TRANSFORM_ROTATE |
static double |
SVG_TRANSFORM_SCALE |
static double |
SVG_TRANSFORM_SKEWX |
static double |
SVG_TRANSFORM_SKEWY |
static double |
SVG_TRANSFORM_TRANSLATE |
static double |
SVG_TRANSFORM_UNKNOWN |
int |
type |
| Constructor and Description |
|---|
SVGTransform() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMatrix(SVGMatrix matrix) |
void |
setRotate(double angle,
double cx,
double cy) |
void |
setScale(double sx,
double sy) |
void |
setSkewX(double angle) |
void |
setSkewY(double angle) |
void |
setTranslate(double tx,
double ty) |
public static final double SVG_TRANSFORM_MATRIX
public static final double SVG_TRANSFORM_ROTATE
public static final double SVG_TRANSFORM_SCALE
public static final double SVG_TRANSFORM_SKEWX
public static final double SVG_TRANSFORM_SKEWY
public static final double SVG_TRANSFORM_TRANSLATE
public static final double SVG_TRANSFORM_UNKNOWN
public double angle
public SVGMatrix matrix
public int type
public void setMatrix(SVGMatrix matrix)
public void setRotate(double angle,
double cx,
double cy)
public void setScale(double sx,
double sy)
public void setSkewX(double angle)
public void setSkewY(double angle)
public void setTranslate(double tx,
double ty)