org.w3c.dom.svg
public interface SVGTransform
| Field Summary | |
|---|---|
| static short | SVG_TRANSFORM_MATRIX |
| static short | SVG_TRANSFORM_ROTATE |
| static short | SVG_TRANSFORM_SCALE |
| static short | SVG_TRANSFORM_SKEWX |
| static short | SVG_TRANSFORM_SKEWY |
| static short | SVG_TRANSFORM_TRANSLATE |
| static short | SVG_TRANSFORM_UNKNOWN |
| Method Summary | |
|---|---|
| float | getAngle() |
| SVGMatrix | getMatrix() |
| short | getType() |
| void | setMatrix(SVGMatrix matrix) |
| void | setRotate(float angle, float cx, float cy) |
| void | setScale(float sx, float sy) |
| void | setSkewX(float angle) |
| void | setSkewY(float angle) |
| void | setTranslate(float tx, float ty) |