org.apache.batik.dom.svg

Class SVGOMAnimatedLength

public class SVGOMAnimatedLength extends AbstractSVGAnimatedLength

This class provides an implementation of the org.w3c.dom.svg.SVGAnimatedLength interface.
Field Summary
protected StringdefaultValue
The default value if the attribute is not specified.
Constructor Summary
SVGOMAnimatedLength(AbstractElement elt, String ns, String ln, String def, short dir, boolean nonneg)
Creates a new SVGOMAnimatedLength.
Method Summary
protected StringgetDefaultValue()
Returns the default value to use when the associated attribute was not specified.

Field Detail

defaultValue

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

Constructor Detail

SVGOMAnimatedLength

public SVGOMAnimatedLength(AbstractElement elt, String ns, String ln, String def, short dir, boolean nonneg)
Creates a new SVGOMAnimatedLength.

Parameters: elt The associated element. ns The attribute's namespace URI. ln The attribute's local name. def The default value if the attribute is not specified. dir The length's direction. nonneg Whether the length must be non-negative.

Method Detail

getDefaultValue

protected String getDefaultValue()
Returns the default value to use when the associated attribute was not specified.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.