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 Element |
element
The associated element. |
Constructor Summary |
SVGOMAnimatedInteger(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedInteger object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
SVGOMAnimatedInteger
public SVGOMAnimatedInteger(Element elt,
java.lang.String nsURI,
java.lang.String attr)
- Creates a new SVGAnimatedInteger object.
- Parameters:
elt
- The associated element.attr
- The associated attribute name.
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 © 2000 Apache Software Foundation. All Rights Reserved.