File
Doc
Category
Size
Date
Package
SVGSVGElement.java
API Doc
phoneME MR2 API (J2ME)
2064
Wed May 02 18:00:34 BST 2007
org.w3c.dom.svg
SVGSVGElement
public interface SVGSVGElement implements SVGLocatableElement
Fields Summary
Constructors Summary
Methods Summary
public
SVGMatrix
createSVGMatrixComponents
(
float
a,
float
b,
float
c,
float
d,
float
e,
float
f)
public
SVGPath
createSVGPath
()
public
SVGRGBColor
createSVGRGBColor
(
int
red,
int
green,
int
blue)
public
SVGRect
createSVGRect
()
public
float
getCurrentRotate
()
public
float
getCurrentScale
()
public
float
getCurrentTime
()
public
SVGPoint
getCurrentTranslate
()
public void
setCurrentRotate
(
float
value)
public void
setCurrentScale
(
float
value)
public void
setCurrentTime
(
float
seconds)
Java Code Source