protected class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle extends SVGOMAngle
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().K, UNITS, valueSVG_ANGLETYPE_DEG, SVG_ANGLETYPE_GRAD, SVG_ANGLETYPE_RAD, SVG_ANGLETYPE_UNKNOWN, SVG_ANGLETYPE_UNSPECIFIED| Modifier | Constructor and Description |
|---|---|
protected |
AnimSVGAngle() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertToSpecifiedUnits(short unit)
DOM: Implements
SVGAngle.convertToSpecifiedUnits(short). |
short |
getUnitType()
DOM: Implements
SVGAngle.getUnitType(). |
float |
getValue()
DOM: Implements
SVGAngle.getValue(). |
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(String value)
DOM: Implements
SVGAngle.setValueAsString(String). |
void |
setValueInSpecifiedUnits(float value)
DOM: Implements
SVGAngle.setValueInSpecifiedUnits(float). |
parse, reset, revalidate, setUnitType, toUnitpublic short getUnitType()
SVGAngle.getUnitType().getUnitType in interface org.w3c.dom.svg.SVGAnglegetUnitType in class SVGOMAnglepublic float getValue()
SVGAngle.getValue().getValue in interface org.w3c.dom.svg.SVGAnglegetValue in class SVGOMAnglepublic float getValueInSpecifiedUnits()
SVGAngle.getValueInSpecifiedUnits().getValueInSpecifiedUnits in interface org.w3c.dom.svg.SVGAnglegetValueInSpecifiedUnits in class SVGOMAnglepublic String getValueAsString()
SVGAngle.getValueAsString().getValueAsString in interface org.w3c.dom.svg.SVGAnglegetValueAsString in class SVGOMAnglepublic void setValue(float value)
throws DOMException
SVGAngle.setValue(float).setValue in interface org.w3c.dom.svg.SVGAnglesetValue in class SVGOMAngleDOMExceptionpublic void setValueInSpecifiedUnits(float value)
throws DOMException
SVGAngle.setValueInSpecifiedUnits(float).setValueInSpecifiedUnits in interface org.w3c.dom.svg.SVGAnglesetValueInSpecifiedUnits in class SVGOMAngleDOMExceptionpublic void setValueAsString(String value) throws DOMException
SVGAngle.setValueAsString(String).setValueAsString in interface org.w3c.dom.svg.SVGAnglesetValueAsString in class SVGOMAngleDOMExceptionpublic void newValueSpecifiedUnits(short unit,
float value)
SVGAngle.newValueSpecifiedUnits(short,float).newValueSpecifiedUnits in interface org.w3c.dom.svg.SVGAnglenewValueSpecifiedUnits in class SVGOMAnglepublic void convertToSpecifiedUnits(short unit)
SVGAngle.convertToSpecifiedUnits(short).convertToSpecifiedUnits in interface org.w3c.dom.svg.SVGAngleconvertToSpecifiedUnits in class SVGOMAngleprotected void setAnimatedValue(int type,
float val)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.