org.apache.batik.dom.svg
Class SVGOMAnimatedInteger

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

public class SVGOMAnimatedInteger
extends java.lang.Object
implements SVGAnimatedInteger

This class implements SVGAnimatedInteger.


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
SVGOMAnimatedInteger(Element elt, java.lang.String nsURI, java.lang.String attr, DefaultAttributeValueProducer def)
          Creates a new SVGAnimatedInteger object.
 
Method Summary
 int getAnimVal()
          DOM: Implements SVGAnimatedInteger.getAnimVal().
 int getBaseVal()
          DOM: Implements SVGAnimatedInteger.getBaseVal().
 void setBaseVal(int baseVal)
          DOM: Implements SVGAnimatedInteger.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.

defaultValueProducer

protected DefaultAttributeValueProducer defaultValueProducer
The default value producer.
Constructor Detail

SVGOMAnimatedInteger

public SVGOMAnimatedInteger(Element elt,
                            java.lang.String nsURI,
                            java.lang.String attr,
                            DefaultAttributeValueProducer def)
Creates a new SVGAnimatedInteger 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 int getBaseVal()
DOM: Implements SVGAnimatedInteger.getBaseVal().
Specified by:
getBaseVal in interface SVGAnimatedInteger

setBaseVal

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

getAnimVal

public int getAnimVal()
DOM: Implements SVGAnimatedInteger.getAnimVal().
Specified by:
getAnimVal in interface SVGAnimatedInteger


Copyright © 2001 Apache Software Foundation. All Rights Reserved.