Package org.apache.batik.anim.dom
Class SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
java.lang.Object
org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
- All Implemented Interfaces:
org.w3c.dom.svg.SVGAnimatedEnumeration
- Enclosing class:
- SVGOMAnimatedMarkerOrientValue
protected class SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
extends Object
implements org.w3c.dom.svg.SVGAnimatedEnumeration
The
SVGAnimatedEnumeration
component of the marker orient value.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort
DOM: ImplementsSVGAnimatedEnumeration.getAnimVal()
.short
DOM: ImplementsSVGAnimatedEnumeration.getBaseVal()
.void
setBaseVal
(short baseVal) DOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short)
.
-
Constructor Details
-
AnimatedEnumeration
protected AnimatedEnumeration()
-
-
Method Details
-
getBaseVal
public short getBaseVal()DOM: ImplementsSVGAnimatedEnumeration.getBaseVal()
.- Specified by:
getBaseVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-
setBaseVal
DOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short)
.- Specified by:
setBaseVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
- Throws:
DOMException
-
getAnimVal
public short getAnimVal()DOM: ImplementsSVGAnimatedEnumeration.getAnimVal()
.- Specified by:
getAnimVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-