org.apache.batik.dom.svg

Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle

protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle

This class represents the SVGAngle returned by getAnimVal.
Method Summary
voidconvertToSpecifiedUnits(short unit)
DOM: Implements SVGAngle#convertToSpecifiedUnits(short).
shortgetUnitType()
DOM: Implements SVGAngle#getUnitType().
floatgetValue()
DOM: Implements SVGAngle#getValue().
StringgetValueAsString()
DOM: Implements SVGAngle#getValueAsString().
floatgetValueInSpecifiedUnits()
DOM: Implements SVGAngle#getValueInSpecifiedUnits().
voidnewValueSpecifiedUnits(short unit, float value)
DOM: Implements SVGAngle#newValueSpecifiedUnits(short,float).
protected voidsetAnimatedValue(int type, float val)
Sets the animated value.
voidsetValue(float value)
DOM: Implements SVGAngle#setValue(float).
voidsetValueAsString(String value)
DOM: Implements SVGAngle#setValueAsString(String).
voidsetValueInSpecifiedUnits(float value)
DOM: Implements SVGAngle#setValueInSpecifiedUnits(float).

Method Detail

convertToSpecifiedUnits

public void convertToSpecifiedUnits(short unit)
DOM: Implements SVGAngle#convertToSpecifiedUnits(short).

getUnitType

public short getUnitType()
DOM: Implements SVGAngle#getUnitType().

getValue

public float getValue()
DOM: Implements SVGAngle#getValue().

getValueAsString

public String getValueAsString()
DOM: Implements SVGAngle#getValueAsString().

getValueInSpecifiedUnits

public float getValueInSpecifiedUnits()
DOM: Implements SVGAngle#getValueInSpecifiedUnits().

newValueSpecifiedUnits

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

setAnimatedValue

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

setValue

public void setValue(float value)
DOM: Implements SVGAngle#setValue(float).

setValueAsString

public void setValueAsString(String value)
DOM: Implements SVGAngle#setValueAsString(String).

setValueInSpecifiedUnits

public void setValueInSpecifiedUnits(float value)
DOM: Implements SVGAngle#setValueInSpecifiedUnits(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.