org.apache.batik.dom.svg
Class SVGOMAnimatedNumberList

java.lang.Object
  |
  +--org.apache.batik.dom.svg.SVGOMAnimatedNumberList
All Implemented Interfaces:
ModificationHandler, SVGAnimatedNumberList

public class SVGOMAnimatedNumberList
extends java.lang.Object
implements SVGAnimatedNumberList, ModificationHandler

This class implements SVGAnimatedNumberList.


Field Summary
protected  java.lang.String attributeName
          The associated attribute name.
protected  java.lang.String attributeNsURI
          The asociated attribute namespace URI.
protected  SVGOMNumberList baseVal
          The baseVal attribute.
protected  DefaultAttributeValueProducer defaultValueProducer
          The default value producer
protected  SVGOMElement element
          The element this length is attached to.
 
Constructor Summary
SVGOMAnimatedNumberList(SVGOMElement elt, java.lang.String nsURI, java.lang.String attr, DefaultAttributeValueProducer def)
          Creates a new SVGOMAnimatedLength object.
 
Method Summary
 SVGNumberList getAnimVal()
          DOM: Implements SVGAnimatedNumberList.getAnimVal().
 SVGNumberList getBaseVal()
          DOM: Implements SVGAnimatedNumberList.getBaseVal().
 java.lang.Object getObject(java.lang.Object key)
          Implements ModificationHandler.getObject(Object).
 void valueChanged(java.lang.Object object, java.lang.String value)
          Implements ModificationHandler.valueChanged(Object,String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected SVGOMElement element
The element this length is attached to.

attributeNsURI

protected java.lang.String attributeNsURI
The asociated attribute namespace URI.

attributeName

protected java.lang.String attributeName
The associated attribute name.

defaultValueProducer

protected DefaultAttributeValueProducer defaultValueProducer
The default value producer

baseVal

protected SVGOMNumberList baseVal
The baseVal attribute.
Constructor Detail

SVGOMAnimatedNumberList

public SVGOMAnimatedNumberList(SVGOMElement elt,
                               java.lang.String nsURI,
                               java.lang.String attr,
                               DefaultAttributeValueProducer def)
Creates a new SVGOMAnimatedLength object.
Parameters:
elt - The owner element.
nsURI - The associated attribute namespace URI.
attr - The associated attribute name.
def - The default value if the attribute is unspecified.
Method Detail

getBaseVal

public SVGNumberList getBaseVal()
DOM: Implements SVGAnimatedNumberList.getBaseVal().
Specified by:
getBaseVal in interface SVGAnimatedNumberList

getAnimVal

public SVGNumberList getAnimVal()
DOM: Implements SVGAnimatedNumberList.getAnimVal().
Specified by:
getAnimVal in interface SVGAnimatedNumberList

valueChanged

public void valueChanged(java.lang.Object object,
                         java.lang.String value)
Implements ModificationHandler.valueChanged(Object,String).
Specified by:
valueChanged in interface ModificationHandler
Following copied from interface: org.apache.batik.dom.svg.ModificationHandler
Parameters:
object - The modified object.
value - The new value.

getObject

public java.lang.Object getObject(java.lang.Object key)
Implements ModificationHandler.getObject(Object).
Specified by:
getObject in interface ModificationHandler
Following copied from interface: org.apache.batik.dom.svg.ModificationHandler
Parameters:
key - The key to use to retreive the object.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.