public class SVGOMAnimatedLength extends AbstractSVGAnimatedLength
org.w3c.dom.svg.SVGAnimatedLength interface.AbstractSVGAnimatedLength.AnimSVGLength, AbstractSVGAnimatedLength.BaseSVGLength| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultValue
The default value if the attribute is not specified.
|
animVal, baseVal, changing, direction, HORIZONTAL_LENGTH, nonNegative, OTHER_LENGTH, VERTICAL_LENGTHelement, hasAnimVal, listeners, localName, namespaceURI| Constructor and Description |
|---|
SVGOMAnimatedLength(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
java.lang.String def,
short dir,
boolean nonneg)
Creates a new SVGOMAnimatedLength.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDefaultValue()
Returns the default value to use when the associated attribute
was not specified.
|
attrAdded, attrChanged, attrModified, attrRemoved, getAnimVal, getBaseVal, getCheckedValue, getUnderlyingValue, updateAnimatedValueaddAnimatedAttributeListener, fireAnimatedAttributeListeners, fireBaseAttributeListeners, getLocalName, getNamespaceURI, isSpecified, removeAnimatedAttributeListenerprotected java.lang.String defaultValue
public SVGOMAnimatedLength(AbstractElement elt, java.lang.String ns, java.lang.String ln, java.lang.String def, short dir, boolean nonneg)
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.protected java.lang.String getDefaultValue()
getDefaultValue in class AbstractSVGAnimatedLengthCopyright ? 2009 Apache Software Foundation. All Rights Reserved.