protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().SVG_ANGLETYPE_DEG, SVG_ANGLETYPE_GRAD, SVG_ANGLETYPE_RAD, SVG_ANGLETYPE_UNKNOWN, SVG_ANGLETYPE_UNSPECIFIEDK, UNITS, value| Modifier | Constructor | Description |
|---|---|---|
protected |
AnimSVGAngle() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
convertToSpecifiedUnits(short unit) |
DOM: Implements
SVGAngle.convertToSpecifiedUnits(short). |
short |
getUnitType() |
DOM: Implements
SVGAngle.getUnitType(). |
float |
getValue() |
DOM: Implements
SVGAngle.getValue(). |
java.lang.String |
getValueAsString() |
DOM: Implements
SVGAngle.getValueAsString(). |
float |
getValueInSpecifiedUnits() |
DOM: Implements
SVGAngle.getValueInSpecifiedUnits(). |
void |
newValueSpecifiedUnits(short unit,
float value) |
DOM: Implements
SVGAngle.newValueSpecifiedUnits(short,float). |
protected void |
setAnimatedValue(int type,
float val) |
Sets the animated value.
|
void |
setValue(float value) |
DOM: Implements
SVGAngle.setValue(float). |
void |
setValueAsString(java.lang.String value) |
DOM: Implements
SVGAngle.setValueAsString(String). |
void |
setValueInSpecifiedUnits(float value) |
DOM: Implements
SVGAngle.setValueInSpecifiedUnits(float). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparse, reset, revalidate, setUnitType, toUnitpublic short getUnitType()
SVGAngle.getUnitType().getUnitType in class SVGOMAnglepublic float getValue()
SVGAngle.getValue().getValue in class SVGOMAnglepublic float getValueInSpecifiedUnits()
SVGAngle.getValueInSpecifiedUnits().getValueInSpecifiedUnits in class SVGOMAnglepublic java.lang.String getValueAsString()
SVGAngle.getValueAsString().getValueAsString in class SVGOMAnglepublic void setValue(float value)
throws org.w3c.dom.DOMException
SVGAngle.setValue(float).setValue in class SVGOMAngleorg.w3c.dom.DOMExceptionpublic void setValueInSpecifiedUnits(float value)
throws org.w3c.dom.DOMException
SVGAngle.setValueInSpecifiedUnits(float).setValueInSpecifiedUnits in class SVGOMAngleorg.w3c.dom.DOMExceptionpublic void setValueAsString(java.lang.String value)
throws org.w3c.dom.DOMException
SVGAngle.setValueAsString(String).setValueAsString in class SVGOMAngleorg.w3c.dom.DOMExceptionpublic void newValueSpecifiedUnits(short unit,
float value)
SVGAngle.newValueSpecifiedUnits(short,float).newValueSpecifiedUnits in class SVGOMAnglepublic void convertToSpecifiedUnits(short unit)
SVGAngle.convertToSpecifiedUnits(short).convertToSpecifiedUnits in class SVGOMAngleprotected void setAnimatedValue(int type,
float val)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.