Class SVGAnimatedEnumerationImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGAnimatedEnumerationImpl
- All Implemented Interfaces:
SVGAnimatedEnumeration
SVGAnimatedEnumerationImpl class.
-
Constructor Summary
ConstructorDescriptionSVGAnimatedEnumerationImpl
(short baseVal) Constructor for SVGAnimatedEnumerationImpl. -
Method Summary
Modifier and TypeMethodDescriptionshort
getAnimVal.short
getBaseVal.void
setBaseVal
(short baseVal) setBaseVal.
-
Constructor Details
-
SVGAnimatedEnumerationImpl
public SVGAnimatedEnumerationImpl(short baseVal) Constructor for SVGAnimatedEnumerationImpl.
- Parameters:
baseVal
- a short.
-
-
Method Details
-
getBaseVal
public short getBaseVal()getBaseVal.
- Specified by:
getBaseVal
in interfaceSVGAnimatedEnumeration
- Returns:
- a short.
-
setBaseVal
public void setBaseVal(short baseVal) setBaseVal.
- Specified by:
setBaseVal
in interfaceSVGAnimatedEnumeration
- Parameters:
baseVal
- a short.
-
getAnimVal
public short getAnimVal()getAnimVal.
- Specified by:
getAnimVal
in interfaceSVGAnimatedEnumeration
- Returns:
- a short.
-