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.
 
Method Summary
 java.lang.String getAnimVal()
          DOM: Implements SVGAnimatedString.getAnimVal().
 java.lang.String getBaseVal()
          DOM: Implements SVGAnimatedString.getBaseVal().
 void setBaseVal(java.lang.String baseVal)
          DOM: Implements SVGAnimatedString.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

SVGOMAnimatedString

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

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 © 2001 Apache Software Foundation. All Rights Reserved.