org.apache.batik.dom.svg

Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle

protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle

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

Method Detail

convertToSpecifiedUnits

public void convertToSpecifiedUnits(short unit)
DOM: Implements {@link SVGAngle#convertToSpecifiedUnits(short)}.

getUnitType

public short getUnitType()
DOM: Implements {@link SVGAngle#getUnitType()}.

getValue

public float getValue()
DOM: Implements {@link SVGAngle#getValue()}.

getValueAsString

public String getValueAsString()
DOM: Implements {@link SVGAngle#getValueAsString()}.

getValueInSpecifiedUnits

public float getValueInSpecifiedUnits()
DOM: Implements {@link SVGAngle#getValueInSpecifiedUnits()}.

newValueSpecifiedUnits

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

setAnimatedValue

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

setValue

public void setValue(float value)
DOM: Implements {@link SVGAngle#setValue(float)}.

setValueAsString

public void setValueAsString(String value)
DOM: Implements {@link SVGAngle#setValueAsString(String)}.

setValueInSpecifiedUnits

public void setValueInSpecifiedUnits(float value)
DOM: Implements {@link SVGAngle#setValueInSpecifiedUnits(float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.