org.apache.batik.dom.svg
public class SVGOMAnimatedLength extends AbstractSVGAnimatedLength
Field Summary | |
---|---|
protected String | defaultValue
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 String | getDefaultValue()
Returns the default value to use when the associated attribute
was not specified. |
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.