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  DefaultAttributeValueProducer defaultValueProducer
          The default value producer.
protected  Element element
          The associated element.
 
Constructor Summary
SVGOMAnimatedNumber(Element elt, java.lang.String nsURI, java.lang.String attr, DefaultAttributeValueProducer def)
          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.setBaseVal(float).
 
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.

defaultValueProducer

protected DefaultAttributeValueProducer defaultValueProducer
The default value producer.
Constructor Detail

SVGOMAnimatedNumber

public SVGOMAnimatedNumber(Element elt,
                           java.lang.String nsURI,
                           java.lang.String attr,
                           DefaultAttributeValueProducer def)
Creates a new SVGAnimatedNumber object.
Parameters:
elt - The associated element.
nsURI - The associated element namespace URI.
attr - The associated attribute name.
def - The default value producer.
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.setBaseVal(float).
Specified by:
setBaseVal in interface SVGAnimatedNumber

getAnimVal

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


Copyright © 2001 Apache Software Foundation. All Rights Reserved.