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 java.lang.Object implements org.w3c.dom.svg.SVGAnimatedEnumeration
TheSVGAnimatedEnumeration
component of the marker orient value.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnimatedEnumeration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getAnimVal()
DOM: ImplementsSVGAnimatedEnumeration.getAnimVal()
.short
getBaseVal()
DOM: ImplementsSVGAnimatedEnumeration.getBaseVal()
.void
setBaseVal(short baseVal)
DOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short)
.
-
-
-
Method Detail
-
getBaseVal
public short getBaseVal()
DOM: ImplementsSVGAnimatedEnumeration.getBaseVal()
.- Specified by:
getBaseVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-
setBaseVal
public void setBaseVal(short baseVal) throws org.w3c.dom.DOMException
DOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short)
.- Specified by:
setBaseVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
- Throws:
org.w3c.dom.DOMException
-
getAnimVal
public short getAnimVal()
DOM: ImplementsSVGAnimatedEnumeration.getAnimVal()
.- Specified by:
getAnimVal
in interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-
-