Package org.loboevolution.html.dom.svg
Interface SVGAnimatedEnumeration
- All Known Implementing Classes:
SVGAnimatedEnumerationImpl
public interface SVGAnimatedEnumeration
SVGAnimatedEnumeration interface.
-
Method Summary
Modifier and TypeMethodDescriptionshort
getAnimVal.short
getBaseVal.void
setBaseVal
(short baseVal) setBaseVal.
-
Method Details
-
getBaseVal
short getBaseVal()getBaseVal.
- Returns:
- a short.
-
setBaseVal
void setBaseVal(short baseVal) setBaseVal.
- Parameters:
baseVal
- a short.- Throws:
DOMException
- if any.
-
getAnimVal
short getAnimVal()getAnimVal.
- Returns:
- a short.
-