Package org.w3c.dom.svg
Interface SVGNumber
-
public interface SVGNumber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getValue()
void
setValue(float value)
-
-
-
Method Detail
-
getValue
float getValue()
-
setValue
void setValue(float value) throws DOMException
- Throws:
DOMException
-
-