public class SVGTransform extends Object
Modifier and Type | Field and Description |
---|---|
double |
angle |
SVGMatrix |
matrix |
static SVGTransform |
prototype |
double |
SVG_TRANSFORM_MATRIX |
double |
SVG_TRANSFORM_ROTATE |
double |
SVG_TRANSFORM_SCALE |
double |
SVG_TRANSFORM_SKEWX |
double |
SVG_TRANSFORM_SKEWY |
double |
SVG_TRANSFORM_TRANSLATE |
double |
SVG_TRANSFORM_UNKNOWN |
double |
type |
constructor
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) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double angle
public SVGMatrix matrix
public double type
public double SVG_TRANSFORM_MATRIX
public double SVG_TRANSFORM_ROTATE
public double SVG_TRANSFORM_SCALE
public double SVG_TRANSFORM_SKEWX
public double SVG_TRANSFORM_SKEWY
public double SVG_TRANSFORM_TRANSLATE
public double SVG_TRANSFORM_UNKNOWN
public static SVGTransform prototype
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)