org.apache.batik.dom.svg
Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle

java.lang.Object
  extended by org.apache.batik.dom.svg.SVGOMAngle
      extended by org.apache.batik.dom.svg.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
Enclosing class:
SVGOMAnimatedMarkerOrientValue

protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
extends SVGOMAngle

This class represents the SVGAngle returned by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().


Field Summary
 
Fields inherited from class org.apache.batik.dom.svg.SVGOMAngle
K, UNITS, unitType, value
 
Constructor Summary
protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
           
 
Method Summary
 void convertToSpecifiedUnits(short unit)
          DOM: Implements SVGOMAngle.convertToSpecifiedUnits(short).
 short getUnitType()
          DOM: Implements SVGOMAngle.getUnitType().
 float getValue()
          DOM: Implements SVGOMAngle.getValue().
 java.lang.String getValueAsString()
          DOM: Implements SVGOMAngle.getValueAsString().
 float getValueInSpecifiedUnits()
          DOM: Implements SVGOMAngle.getValueInSpecifiedUnits().
 void newValueSpecifiedUnits(short unit, float value)
          DOM: Implements SVGOMAngle.newValueSpecifiedUnits(short,float).
protected  void setAnimatedValue(int type, float val)
          Sets the animated value.
 void setValue(float value)
          DOM: Implements SVGOMAngle.setValue(float).
 void setValueAsString(java.lang.String value)
          DOM: Implements SVGOMAngle.setValueAsString(String).
 void setValueInSpecifiedUnits(float value)
          DOM: Implements SVGOMAngle.setValueInSpecifiedUnits(float).
 
Methods inherited from class org.apache.batik.dom.svg.SVGOMAngle
parse, reset, revalidate, toUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMAnimatedMarkerOrientValue.AnimSVGAngle

protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
Method Detail

getUnitType

public short getUnitType()
DOM: Implements SVGOMAngle.getUnitType().

Overrides:
getUnitType in class SVGOMAngle

getValue

public float getValue()
DOM: Implements SVGOMAngle.getValue().

Overrides:
getValue in class SVGOMAngle

getValueInSpecifiedUnits

public float getValueInSpecifiedUnits()
DOM: Implements SVGOMAngle.getValueInSpecifiedUnits().

Overrides:
getValueInSpecifiedUnits in class SVGOMAngle

getValueAsString

public java.lang.String getValueAsString()
DOM: Implements SVGOMAngle.getValueAsString().

Overrides:
getValueAsString in class SVGOMAngle

setValue

public void setValue(float value)
              throws org.w3c.dom.DOMException
DOM: Implements SVGOMAngle.setValue(float).

Overrides:
setValue in class SVGOMAngle
Throws:
org.w3c.dom.DOMException

setValueInSpecifiedUnits

public void setValueInSpecifiedUnits(float value)
                              throws org.w3c.dom.DOMException
DOM: Implements SVGOMAngle.setValueInSpecifiedUnits(float).

Overrides:
setValueInSpecifiedUnits in class SVGOMAngle
Throws:
org.w3c.dom.DOMException

setValueAsString

public void setValueAsString(java.lang.String value)
                      throws org.w3c.dom.DOMException
DOM: Implements SVGOMAngle.setValueAsString(String).

Overrides:
setValueAsString in class SVGOMAngle
Throws:
org.w3c.dom.DOMException

newValueSpecifiedUnits

public void newValueSpecifiedUnits(short unit,
                                   float value)
DOM: Implements SVGOMAngle.newValueSpecifiedUnits(short,float).

Overrides:
newValueSpecifiedUnits in class SVGOMAngle

convertToSpecifiedUnits

public void convertToSpecifiedUnits(short unit)
DOM: Implements SVGOMAngle.convertToSpecifiedUnits(short).

Overrides:
convertToSpecifiedUnits in class SVGOMAngle

setAnimatedValue

protected void setAnimatedValue(int type,
                                float val)
Sets the animated value.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.