org.w3c.dom.svg
Interface SVGTransform
- public interface SVGTransform
SVG_TRANSFORM_UNKNOWN
public static final short SVG_TRANSFORM_UNKNOWN
SVG_TRANSFORM_MATRIX
public static final short SVG_TRANSFORM_MATRIX
SVG_TRANSFORM_TRANSLATE
public static final short SVG_TRANSFORM_TRANSLATE
SVG_TRANSFORM_SCALE
public static final short SVG_TRANSFORM_SCALE
SVG_TRANSFORM_ROTATE
public static final short SVG_TRANSFORM_ROTATE
SVG_TRANSFORM_SKEWX
public static final short SVG_TRANSFORM_SKEWX
SVG_TRANSFORM_SKEWY
public static final short SVG_TRANSFORM_SKEWY
getType
public short getType()
getMatrix
public SVGMatrix getMatrix()
getAngle
public float getAngle()
setMatrix
public void setMatrix(SVGMatrix matrix)
setTranslate
public void setTranslate(float tx,
float ty)
setScale
public void setScale(float sx,
float sy)
setRotate
public void setRotate(float angle,
float cx,
float cy)
setSkewX
public void setSkewX(float angle)
setSkewY
public void setSkewY(float angle)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.