Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom.svg
Class SVGOMAnimatedLength  view SVGOMAnimatedLength download SVGOMAnimatedLength.java

java.lang.Object
  extended byorg.apache.batik.dom.svg.AbstractSVGAnimatedLength
      extended byorg.apache.batik.dom.svg.SVGOMAnimatedLength
All Implemented Interfaces:
LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedLength

public class SVGOMAnimatedLength
extends AbstractSVGAnimatedLength

This class provides an implementation of the org.w3c.dom.svg.SVGAnimatedLength interface.

Version:
$Id: SVGOMAnimatedLength.java,v 1.13 2005/03/27 08:58:32 cam Exp $

Nested Class Summary
 
Nested classes inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
AbstractSVGAnimatedLength.BaseSVGLength
 
Field Summary
protected  java.lang.String defaultValue
          The default value if the attribute is not specified.
 
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
baseVal, changing, direction, element, HORIZONTAL_LENGTH, localName, namespaceURI, OTHER_LENGTH, VERTICAL_LENGTH
 
Constructor Summary
SVGOMAnimatedLength(AbstractElement elt, java.lang.String ns, java.lang.String ln, java.lang.String def, short dir)
          Creates a new SVGAnimatedLength.
 
Method Summary
protected  java.lang.String getDefaultValue()
          Returns the default value to use when the associated attribute was not specified.
 
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGAnimatedLength
attrAdded, attrModified, attrRemoved, getAnimVal, getBaseVal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultValue

protected java.lang.String defaultValue
The default value if the attribute is not specified.

Constructor Detail

SVGOMAnimatedLength

public SVGOMAnimatedLength(AbstractElement elt,
                           java.lang.String ns,
                           java.lang.String ln,
                           java.lang.String def,
                           short dir)
Creates a new SVGAnimatedLength.

Method Detail

getDefaultValue

protected java.lang.String getDefaultValue()
Returns the default value to use when the associated attribute was not specified.

Specified by:
getDefaultValue in class AbstractSVGAnimatedLength