org.w3c.dom.svg

Interface SVGTransform

public interface SVGTransform

Field Summary
static shortSVG_TRANSFORM_MATRIX
static shortSVG_TRANSFORM_ROTATE
static shortSVG_TRANSFORM_SCALE
static shortSVG_TRANSFORM_SKEWX
static shortSVG_TRANSFORM_SKEWY
static shortSVG_TRANSFORM_TRANSLATE
static shortSVG_TRANSFORM_UNKNOWN
Method Summary
floatgetAngle()
SVGMatrixgetMatrix()
shortgetType()
voidsetMatrix(SVGMatrix matrix)
voidsetRotate(float angle, float cx, float cy)
voidsetScale(float sx, float sy)
voidsetSkewX(float angle)
voidsetSkewY(float angle)
voidsetTranslate(float tx, float ty)

Field Detail

SVG_TRANSFORM_MATRIX

public static final short SVG_TRANSFORM_MATRIX

SVG_TRANSFORM_ROTATE

public static final short SVG_TRANSFORM_ROTATE

SVG_TRANSFORM_SCALE

public static final short SVG_TRANSFORM_SCALE

SVG_TRANSFORM_SKEWX

public static final short SVG_TRANSFORM_SKEWX

SVG_TRANSFORM_SKEWY

public static final short SVG_TRANSFORM_SKEWY

SVG_TRANSFORM_TRANSLATE

public static final short SVG_TRANSFORM_TRANSLATE

SVG_TRANSFORM_UNKNOWN

public static final short SVG_TRANSFORM_UNKNOWN

Method Detail

getAngle

public float getAngle()

getMatrix

public SVGMatrix getMatrix()

getType

public short getType()

setMatrix

public void setMatrix(SVGMatrix matrix)

setRotate

public void setRotate(float angle, float cx, float cy)

setScale

public void setScale(float sx, float sy)

setSkewX

public void setSkewX(float angle)

setSkewY

public void setSkewY(float angle)

setTranslate

public void setTranslate(float tx, float ty)