|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGOMAngle
org.apache.batik.dom.svg.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
This class represents the SVGAngle returned by AnimatedAngle#getAnimVal().
| Field Summary |
| Fields inherited from class org.apache.batik.dom.svg.SVGOMAngle |
K, UNITS, unitType, value |
| Fields inherited from interface org.w3c.dom.svg.SVGAngle |
SVG_ANGLETYPE_DEG, SVG_ANGLETYPE_GRAD, SVG_ANGLETYPE_RAD, SVG_ANGLETYPE_UNKNOWN, SVG_ANGLETYPE_UNSPECIFIED |
| Constructor Summary | |
protected |
SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
|
| Method Summary | |
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). |
| Methods inherited from class org.apache.batik.dom.svg.SVGOMAngle |
parse, reset, revalidate, toUnit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SVGOMAnimatedMarkerOrientValue.AnimSVGAngle()
| Method Detail |
public short getUnitType()
SVGAngle.getUnitType().
getUnitType in interface SVGAnglegetUnitType in class SVGOMAnglepublic float getValue()
SVGAngle.getValue().
getValue in interface SVGAnglegetValue in class SVGOMAnglepublic float getValueInSpecifiedUnits()
SVGAngle.getValueInSpecifiedUnits().
getValueInSpecifiedUnits in interface SVGAnglegetValueInSpecifiedUnits in class SVGOMAnglepublic String getValueAsString()
SVGAngle.getValueAsString().
getValueAsString in interface SVGAnglegetValueAsString in class SVGOMAngle
public void setValue(float value)
throws DOMException
SVGAngle.setValue(float).
setValue in interface SVGAnglesetValue in class SVGOMAngleDOMException
public void setValueInSpecifiedUnits(float value)
throws DOMException
SVGAngle.setValueInSpecifiedUnits(float).
setValueInSpecifiedUnits in interface SVGAnglesetValueInSpecifiedUnits in class SVGOMAngleDOMException
public void setValueAsString(String value)
throws DOMException
SVGAngle.setValueAsString(String).
setValueAsString in interface SVGAnglesetValueAsString in class SVGOMAngleDOMException
public void newValueSpecifiedUnits(short unit,
float value)
SVGAngle.newValueSpecifiedUnits(short,float).
newValueSpecifiedUnits in interface SVGAnglenewValueSpecifiedUnits in class SVGOMAnglepublic void convertToSpecifiedUnits(short unit)
SVGAngle.convertToSpecifiedUnits(short).
convertToSpecifiedUnits in interface SVGAngleconvertToSpecifiedUnits in class SVGOMAngle
protected void setAnimatedValue(int type,
float val)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||