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 org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()
setValueInSpecifiedUnits
public void setValueInSpecifiedUnits(float valueInSpecifiedUnits)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getValueAsString
public java.lang.String getValueAsString()
setValueAsString
public void setValueAsString(java.lang.String valueAsString)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unitType,
float valueInSpecifiedUnits)
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unitType)
Copyright © 2004 Apache Software Foundation. All Rights Reserved.