AnimatedLiveAttributeValue, LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedStringpublic class SVGOMAnimatedString extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedString
SVGAnimatedString interface.| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
animVal |
The current animated value.
|
element, hasAnimVal, listeners, localName, namespaceURI| Constructor | Description |
|---|---|
SVGOMAnimatedString(AbstractElement elt,
java.lang.String ns,
java.lang.String ln) |
Creates a new SVGOMAnimatedString.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
attrAdded(org.w3c.dom.Attr node,
java.lang.String newv) |
Called when an Attr node has been added.
|
void |
attrModified(org.w3c.dom.Attr node,
java.lang.String oldv,
java.lang.String newv) |
Called when an Attr node has been modified.
|
void |
attrRemoved(org.w3c.dom.Attr node,
java.lang.String oldv) |
Called when an Attr node has been removed.
|
java.lang.String |
getAnimVal() |
DOM: Implements
SVGAnimatedString.getAnimVal(). |
java.lang.String |
getBaseVal() |
DOM: Implements
SVGAnimatedString.getBaseVal(). |
AnimatableValue |
getUnderlyingValue(AnimationTarget target) |
Returns the base value of the attribute as an
AnimatableValue. |
void |
setBaseVal(java.lang.String baseVal) |
DOM: Implements
SVGAnimatedString.setBaseVal(String). |
protected void |
updateAnimatedValue(AnimatableValue val) |
Updates the animated value with the given
AnimatableValue. |
addAnimatedAttributeListener, fireAnimatedAttributeListeners, fireBaseAttributeListeners, getLocalName, getNamespaceURI, isSpecified, removeAnimatedAttributeListenerpublic SVGOMAnimatedString(AbstractElement elt, java.lang.String ns, java.lang.String ln)
elt - The associated element.ns - The attribute's namespace URI.ln - The attribute's local name.public java.lang.String getBaseVal()
SVGAnimatedString.getBaseVal().getBaseVal in interface org.w3c.dom.svg.SVGAnimatedStringpublic void setBaseVal(java.lang.String baseVal)
throws org.w3c.dom.DOMException
SVGAnimatedString.setBaseVal(String).setBaseVal in interface org.w3c.dom.svg.SVGAnimatedStringorg.w3c.dom.DOMExceptionpublic java.lang.String getAnimVal()
SVGAnimatedString.getAnimVal().getAnimVal in interface org.w3c.dom.svg.SVGAnimatedStringpublic AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue.getUnderlyingValue in interface AnimatedLiveAttributeValueprotected void updateAnimatedValue(AnimatableValue val)
AnimatableValue.updateAnimatedValue in class AbstractSVGAnimatedValuepublic void attrAdded(org.w3c.dom.Attr node,
java.lang.String newv)
attrAdded in interface LiveAttributeValuepublic void attrModified(org.w3c.dom.Attr node,
java.lang.String oldv,
java.lang.String newv)
attrModified in interface LiveAttributeValuepublic void attrRemoved(org.w3c.dom.Attr node,
java.lang.String oldv)
attrRemoved in interface LiveAttributeValueCopyright ? 2018 Apache Software Foundation. All Rights Reserved.