org.w3c.dom.svg
public interface SVGAngle
| Field Summary | |
|---|---|
| static short | SVG_ANGLETYPE_DEG |
| static short | SVG_ANGLETYPE_GRAD |
| static short | SVG_ANGLETYPE_RAD |
| static short | SVG_ANGLETYPE_UNKNOWN |
| static short | SVG_ANGLETYPE_UNSPECIFIED |
| Method Summary | |
|---|---|
| void | convertToSpecifiedUnits(short unitType) |
| short | getUnitType() |
| float | getValue() |
| String | getValueAsString() |
| float | getValueInSpecifiedUnits() |
| void | newValueSpecifiedUnits(short unitType, float valueInSpecifiedUnits) |
| void | setValue(float value) |
| void | setValueAsString(String valueAsString) |
| void | setValueInSpecifiedUnits(float valueInSpecifiedUnits) |