Module io.sf.carte.echosvg.anim
Package io.sf.carte.echosvg.anim.dom
Class SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
java.lang.Object
io.sf.carte.echosvg.dom.svg.SVGOMAngle
io.sf.carte.echosvg.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
- All Implemented Interfaces:
SVGAngle
- Enclosing class:
SVGOMAnimatedMarkerOrientValue
This class represents the SVGAngle returned by
SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().-
Field Summary
Fields inherited from class io.sf.carte.echosvg.dom.svg.SVGOMAngle
K, UNITS, valueFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertToSpecifiedUnits(short unit) DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short).shortDOM: ImplementsSVGAngle.getUnitType().floatgetValue()DOM: ImplementsSVGAngle.getValue().DOM: ImplementsSVGAngle.getValueAsString().floatDOM: ImplementsSVGAngle.getValueInSpecifiedUnits().voidnewValueSpecifiedUnits(short unit, float value) DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float).protected voidsetAnimatedValue(int type, float val) Sets the animated value.voidsetValue(float value) DOM: ImplementsSVGAngle.setValue(float).voidsetValueAsString(String value) DOM: ImplementsSVGAngle.setValueAsString(String).voidsetValueInSpecifiedUnits(float value) DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float).Methods inherited from class io.sf.carte.echosvg.dom.svg.SVGOMAngle
parse, reset, revalidate, setUnitType, toUnit
-
Constructor Details
-
AnimSVGAngle
protected AnimSVGAngle()
-
-
Method Details
-
getUnitType
public short getUnitType()DOM: ImplementsSVGAngle.getUnitType().- Specified by:
getUnitTypein interfaceSVGAngle- Overrides:
getUnitTypein classSVGOMAngle
-
getValue
public float getValue()DOM: ImplementsSVGAngle.getValue().- Specified by:
getValuein interfaceSVGAngle- Overrides:
getValuein classSVGOMAngle
-
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()DOM: ImplementsSVGAngle.getValueInSpecifiedUnits().- Specified by:
getValueInSpecifiedUnitsin interfaceSVGAngle- Overrides:
getValueInSpecifiedUnitsin classSVGOMAngle
-
getValueAsString
DOM: ImplementsSVGAngle.getValueAsString().- Specified by:
getValueAsStringin interfaceSVGAngle- Overrides:
getValueAsStringin classSVGOMAngle
-
setValue
DOM: ImplementsSVGAngle.setValue(float).- Specified by:
setValuein interfaceSVGAngle- Overrides:
setValuein classSVGOMAngle- Throws:
DOMException
-
setValueInSpecifiedUnits
DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float).- Specified by:
setValueInSpecifiedUnitsin interfaceSVGAngle- Overrides:
setValueInSpecifiedUnitsin classSVGOMAngle- Throws:
DOMException
-
setValueAsString
DOM: ImplementsSVGAngle.setValueAsString(String).- Specified by:
setValueAsStringin interfaceSVGAngle- Overrides:
setValueAsStringin classSVGOMAngle- Throws:
DOMException
-
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unit, float value) DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float).- Specified by:
newValueSpecifiedUnitsin interfaceSVGAngle- Overrides:
newValueSpecifiedUnitsin classSVGOMAngle
-
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unit) DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short).- Specified by:
convertToSpecifiedUnitsin interfaceSVGAngle- Overrides:
convertToSpecifiedUnitsin classSVGOMAngle
-
setAnimatedValue
protected void setAnimatedValue(int type, float val) Sets the animated value.
-