org.apache.batik.dom.svg
Class SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration

java.lang.Object
  extended by org.apache.batik.dom.svg.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
Enclosing class:
SVGOMAnimatedMarkerOrientValue

protected class SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
extends Object

The SVGAnimatedEnumeration component of the marker orient value.


Constructor Summary
protected SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration()
           
 
Method Summary
 short getAnimVal()
          DOM: Implements SVGAnimatedEnumeration#getAnimVal().
 short getBaseVal()
          DOM: Implements SVGAnimatedEnumeration#getBaseVal().
 void setBaseVal(short baseVal)
          DOM: Implements SVGAnimatedEnumeration#setBaseVal(short).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration

protected SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration()
Method Detail

getBaseVal

public short getBaseVal()
DOM: Implements SVGAnimatedEnumeration#getBaseVal().


setBaseVal

public void setBaseVal(short baseVal)
                throws DOMException
DOM: Implements SVGAnimatedEnumeration#setBaseVal(short).

Throws:
DOMException

getAnimVal

public short getAnimVal()
DOM: Implements SVGAnimatedEnumeration#getAnimVal().



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.