public class SVGOMAnimatedLength extends AbstractSVGAnimatedLength
SVGAnimatedLength interface.AbstractSVGAnimatedLength.AnimSVGLength, AbstractSVGAnimatedLength.BaseSVGLength| Modifier and Type | Field and Description |
|---|---|
protected 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,
String ns,
String ln,
String def,
short dir,
boolean nonneg)
Creates a new SVGOMAnimatedLength.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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 String defaultValue
public SVGOMAnimatedLength(AbstractElement elt, String ns, String ln, 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 String getDefaultValue()
getDefaultValue in class AbstractSVGAnimatedLengthCopyright © 2000–2020 Apache Software Foundation. All rights reserved.