protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal()
.K, UNITS, unitType, value
Modifier | Constructor and Description |
---|---|
protected |
SVGOMAnimatedMarkerOrientValue.AnimSVGAngle() |
Modifier and Type | Method and Description |
---|---|
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) . |
parse, reset, revalidate, toUnit
protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
public short getUnitType()
SVGOMAngle.getUnitType()
.getUnitType
in class SVGOMAngle
public float getValue()
SVGOMAngle.getValue()
.getValue
in class SVGOMAngle
public float getValueInSpecifiedUnits()
SVGOMAngle.getValueInSpecifiedUnits()
.getValueInSpecifiedUnits
in class SVGOMAngle
public java.lang.String getValueAsString()
SVGOMAngle.getValueAsString()
.getValueAsString
in class SVGOMAngle
public void setValue(float value) throws org.w3c.dom.DOMException
SVGOMAngle.setValue(float)
.setValue
in class SVGOMAngle
org.w3c.dom.DOMException
public void setValueInSpecifiedUnits(float value) throws org.w3c.dom.DOMException
SVGOMAngle.setValueInSpecifiedUnits(float)
.setValueInSpecifiedUnits
in class SVGOMAngle
org.w3c.dom.DOMException
public void setValueAsString(java.lang.String value) throws org.w3c.dom.DOMException
SVGOMAngle.setValueAsString(String)
.setValueAsString
in class SVGOMAngle
org.w3c.dom.DOMException
public void newValueSpecifiedUnits(short unit, float value)
SVGOMAngle.newValueSpecifiedUnits(short,float)
.newValueSpecifiedUnits
in class SVGOMAngle
public void convertToSpecifiedUnits(short unit)
SVGOMAngle.convertToSpecifiedUnits(short)
.convertToSpecifiedUnits
in class SVGOMAngle
protected void setAnimatedValue(int type, float val)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.