org.apache.batik.dom.svg
Class SVGOMAnimatedString
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGOMAnimatedString
- All Implemented Interfaces:
- SVGAnimatedString
- public class SVGOMAnimatedString
- extends java.lang.Object
- implements SVGAnimatedString
This class implements SVGAnimatedString
.
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 |
SVGOMAnimatedString(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedString 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.
SVGOMAnimatedString
public SVGOMAnimatedString(Element elt,
java.lang.String nsURI,
java.lang.String attr)
- Creates a new SVGAnimatedString object.
- Parameters:
elt
- The associated element.attr
- The associated attribute name.
getBaseVal
public java.lang.String getBaseVal()
- DOM: Implements
SVGAnimatedString.getBaseVal()
.
- Specified by:
getBaseVal
in interface SVGAnimatedString
setBaseVal
public void setBaseVal(java.lang.String baseVal)
throws DOMException
- DOM: Implements
SVGAnimatedString.getBaseVal()
.
- Specified by:
setBaseVal
in interface SVGAnimatedString
getAnimVal
public java.lang.String getAnimVal()
- DOM: Implements
SVGAnimatedString.getAnimVal()
.
- Specified by:
getAnimVal
in interface SVGAnimatedString
Copyright © 2000 Apache Software Foundation. All Rights Reserved.