org.apache.batik.dom.svg
Class SVGOMAnimatedNumber

java.lang.Object
  |
  +--org.apache.batik.dom.svg.SVGOMAnimatedNumber
All Implemented Interfaces:
SVGAnimatedNumber

public class SVGOMAnimatedNumber
extends java.lang.Object
implements SVGAnimatedNumber

This class implements SVGAnimatedNumber.


Field Summary
protected  java.lang.String attributeName
          The associated attribute name.
protected  java.lang.String attributeNsURI
          The associated attribute namespace URI.
protected  Element element
          The associated element.
 
Constructor Summary
SVGOMAnimatedNumber(Element elt, java.lang.String nsURI, java.lang.String attr)
          Creates a new SVGAnimatedNumber object.
 
Method Summary
 float getAnimVal()
          DOM: Implements SVGAnimatedNumber.getAnimVal().
 float getBaseVal()
          DOM: Implements SVGAnimatedNumber.getBaseVal().
 void setBaseVal(float baseVal)
          DOM: Implements SVGAnimatedNumber.getBaseVal().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected Element element
The associated element.

attributeNsURI

protected java.lang.String attributeNsURI
The associated attribute namespace URI.

attributeName

protected java.lang.String attributeName
The associated attribute name.
Constructor Detail

SVGOMAnimatedNumber

public SVGOMAnimatedNumber(Element elt,
                           java.lang.String nsURI,
                           java.lang.String attr)
Creates a new SVGAnimatedNumber object.
Parameters:
elt - The associated element.
attr - The associated attribute name.
Method Detail

getBaseVal

public float getBaseVal()
DOM: Implements SVGAnimatedNumber.getBaseVal().
Specified by:
getBaseVal in interface SVGAnimatedNumber

setBaseVal

public void setBaseVal(float baseVal)
                throws DOMException
DOM: Implements SVGAnimatedNumber.getBaseVal().
Specified by:
setBaseVal in interface SVGAnimatedNumber

getAnimVal

public float getAnimVal()
DOM: Implements SVGAnimatedNumber.getAnimVal().
Specified by:
getAnimVal in interface SVGAnimatedNumber


Copyright © 2000 Apache Software Foundation. All Rights Reserved.