FileDocCategorySizeDatePackage
SVGSVGElement.javaAPI DocphoneME MR2 API (J2ME)2064Wed May 02 18:00:34 BST 2007org.w3c.dom.svg

SVGSVGElement

public interface SVGSVGElement implements SVGLocatableElement

Fields Summary
Constructors Summary
Methods Summary
public SVGMatrixcreateSVGMatrixComponents(float a, float b, float c, float d, float e, float f)

public SVGPathcreateSVGPath()

public SVGRGBColorcreateSVGRGBColor(int red, int green, int blue)

public SVGRectcreateSVGRect()

public floatgetCurrentRotate()

public floatgetCurrentScale()

public floatgetCurrentTime()

public SVGPointgetCurrentTranslate()

public voidsetCurrentRotate(float value)

public voidsetCurrentScale(float value)

public voidsetCurrentTime(float seconds)