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.SVGAnimatedEnumerationTheSVGAnimatedEnumerationcomponent of the marker orient value.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnimatedEnumeration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetAnimVal()DOM: ImplementsSVGAnimatedEnumeration.getAnimVal().shortgetBaseVal()DOM: ImplementsSVGAnimatedEnumeration.getBaseVal().voidsetBaseVal(short baseVal)DOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short).
-
-
-
Method Detail
-
getBaseVal
public short getBaseVal()
DOM: ImplementsSVGAnimatedEnumeration.getBaseVal().- Specified by:
getBaseValin interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-
setBaseVal
public void setBaseVal(short baseVal) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGAnimatedEnumeration.setBaseVal(short).- Specified by:
setBaseValin interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration- Throws:
org.w3c.dom.DOMException
-
getAnimVal
public short getAnimVal()
DOM: ImplementsSVGAnimatedEnumeration.getAnimVal().- Specified by:
getAnimValin interfaceorg.w3c.dom.svg.SVGAnimatedEnumeration
-
-