Package org.loboevolution.svg.dom
Class SVGAnimatedEnumerationImpl
java.lang.Object
org.loboevolution.svg.dom.SVGAnimatedEnumerationImpl
- All Implemented Interfaces:
SVGAnimatedEnumeration
SVGAnimatedEnumerationImpl class.
-
Constructor Summary
ConstructorsConstructorDescriptionSVGAnimatedEnumerationImpl(short baseVal) Constructor for SVGAnimatedEnumerationImpl. -
Method Summary
Modifier and TypeMethodDescriptionshortgetAnimVal.shortgetBaseVal.voidsetBaseVal(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:
getBaseValin interfaceSVGAnimatedEnumeration- Returns:
- a short.
-
setBaseVal
public void setBaseVal(short baseVal) setBaseVal.
- Specified by:
setBaseValin interfaceSVGAnimatedEnumeration- Parameters:
baseVal- a short.
-
getAnimVal
public short getAnimVal()getAnimVal.
- Specified by:
getAnimValin interfaceSVGAnimatedEnumeration- Returns:
- a short.
-