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, 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
convertToSpecifiedUnits
(short unit) DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short)
.short
DOM: ImplementsSVGAngle.getUnitType()
.float
getValue()
DOM: ImplementsSVGAngle.getValue()
.DOM: ImplementsSVGAngle.getValueAsString()
.float
DOM: ImplementsSVGAngle.getValueInSpecifiedUnits()
.void
newValueSpecifiedUnits
(short unit, float value) DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float)
.protected void
setAnimatedValue
(int type, float val) Sets the animated value.void
setValue
(float value) DOM: ImplementsSVGAngle.setValue(float)
.void
setValueAsString
(String value) DOM: ImplementsSVGAngle.setValueAsString(String)
.void
setValueInSpecifiedUnits
(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:
getUnitType
in interfaceSVGAngle
- Overrides:
getUnitType
in classSVGOMAngle
-
getValue
public float getValue()DOM: ImplementsSVGAngle.getValue()
.- Specified by:
getValue
in interfaceSVGAngle
- Overrides:
getValue
in classSVGOMAngle
-
getValueInSpecifiedUnits
public float getValueInSpecifiedUnits()DOM: ImplementsSVGAngle.getValueInSpecifiedUnits()
.- Specified by:
getValueInSpecifiedUnits
in interfaceSVGAngle
- Overrides:
getValueInSpecifiedUnits
in classSVGOMAngle
-
getValueAsString
DOM: ImplementsSVGAngle.getValueAsString()
.- Specified by:
getValueAsString
in interfaceSVGAngle
- Overrides:
getValueAsString
in classSVGOMAngle
-
setValue
DOM: ImplementsSVGAngle.setValue(float)
.- Specified by:
setValue
in interfaceSVGAngle
- Overrides:
setValue
in classSVGOMAngle
- Throws:
DOMException
-
setValueInSpecifiedUnits
DOM: ImplementsSVGAngle.setValueInSpecifiedUnits(float)
.- Specified by:
setValueInSpecifiedUnits
in interfaceSVGAngle
- Overrides:
setValueInSpecifiedUnits
in classSVGOMAngle
- Throws:
DOMException
-
setValueAsString
DOM: ImplementsSVGAngle.setValueAsString(String)
.- Specified by:
setValueAsString
in interfaceSVGAngle
- Overrides:
setValueAsString
in classSVGOMAngle
- Throws:
DOMException
-
newValueSpecifiedUnits
public void newValueSpecifiedUnits(short unit, float value) DOM: ImplementsSVGAngle.newValueSpecifiedUnits(short,float)
.- Specified by:
newValueSpecifiedUnits
in interfaceSVGAngle
- Overrides:
newValueSpecifiedUnits
in classSVGOMAngle
-
convertToSpecifiedUnits
public void convertToSpecifiedUnits(short unit) DOM: ImplementsSVGAngle.convertToSpecifiedUnits(short)
.- Specified by:
convertToSpecifiedUnits
in interfaceSVGAngle
- Overrides:
convertToSpecifiedUnits
in classSVGOMAngle
-
setAnimatedValue
protected void setAnimatedValue(int type, float val) Sets the animated value.
-