org.w3c.dom.svg
Interface SVGAngle
- public interface SVGAngle
SVG_ANGLETYPE_UNKNOWN
public static final short SVG_ANGLETYPE_UNKNOWN
- See Also:
- Constant Field Values
SVG_ANGLETYPE_UNSPECIFIED
public static final short SVG_ANGLETYPE_UNSPECIFIED
- See Also:
- Constant Field Values
SVG_ANGLETYPE_DEG
public static final short SVG_ANGLETYPE_DEG
- See Also:
- Constant Field Values
SVG_ANGLETYPE_RAD
public static final short SVG_ANGLETYPE_RAD
- See Also:
- Constant Field Values
SVG_ANGLETYPE_GRAD
public static final short SVG_ANGLETYPE_GRAD
- See Also:
- Constant Field Values
getUnitType
public short getUnitType()
getValue
public float getValue()
setValue
public void setValue(float value)
throws DOMException
- Throws:
DOMException
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()
setValueInSpecifiedUnits
public void setValueInSpecifiedUnits(float valueInSpecifiedUnits)
throws DOMException
- Throws:
DOMException
getValueAsString
public String getValueAsString()
setValueAsString
public void setValueAsString(String valueAsString)
throws DOMException
- Throws:
DOMException
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unitType,
float valueInSpecifiedUnits)
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unitType)
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.