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

java.lang.Object
  extended byorg.apache.batik.dom.svg.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
All Implemented Interfaces:
SVGAnimatedAngle
Enclosing class:
SVGOMAnimatedMarkerOrientValue

protected class SVGOMAnimatedMarkerOrientValue.AnimatedAngle
extends Object
implements SVGAnimatedAngle

The SVGAnimatedAngle component of the marker orient value.


Constructor Summary
protected SVGOMAnimatedMarkerOrientValue.AnimatedAngle()
           
 
Method Summary
 SVGAngle getAnimVal()
          DOM: Implements SVGAnimatedAngle.getAnimVal().
 SVGAngle getBaseVal()
          DOM: Implements SVGAnimatedAngle.getBaseVal().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMAnimatedMarkerOrientValue.AnimatedAngle

protected SVGOMAnimatedMarkerOrientValue.AnimatedAngle()
Method Detail

getBaseVal

public SVGAngle getBaseVal()
DOM: Implements SVGAnimatedAngle.getBaseVal().

Specified by:
getBaseVal in interface SVGAnimatedAngle

getAnimVal

public SVGAngle getAnimVal()
DOM: Implements SVGAnimatedAngle.getAnimVal().

Specified by:
getAnimVal in interface SVGAnimatedAngle


Copyright © 2009 Apache Software Foundation. All Rights Reserved.