AnimatedLiveAttributeValue, LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedRectpublic class SVGOMAnimatedRect extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedRect
SVGAnimatedRect.| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SVGOMAnimatedRect.AnimSVGRect |
This class represents the SVGRect returned by getAnimVal().
|
protected class |
SVGOMAnimatedRect.BaseSVGRect |
This class represents the SVGRect returned by getBaseVal().
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SVGOMAnimatedRect.AnimSVGRect |
animVal |
The animated value.
|
protected SVGOMAnimatedRect.BaseSVGRect |
baseVal |
The base value.
|
protected boolean |
changing |
Whether the value is changing.
|
protected java.lang.String |
defaultValue |
Default value.
|
element, hasAnimVal, listeners, localName, namespaceURI| Constructor | Description |
|---|---|
SVGOMAnimatedRect(AbstractElement elt,
java.lang.String ns,
java.lang.String ln,
java.lang.String def) |
Creates a new SVGOMAnimatedRect.
|
| 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.
|
org.w3c.dom.svg.SVGRect |
getAnimVal() |
DOM: Implements
SVGAnimatedRect.getAnimVal(). |
org.w3c.dom.svg.SVGRect |
getBaseVal() |
DOM: Implements
SVGAnimatedRect.getBaseVal(). |
AnimatableValue |
getUnderlyingValue(AnimationTarget target) |
Returns the base value of the attribute as an
AnimatableValue. |
protected void |
updateAnimatedValue(AnimatableValue val) |
Updates the animated value with the given
AnimatableValue. |
addAnimatedAttributeListener, fireAnimatedAttributeListeners, fireBaseAttributeListeners, getLocalName, getNamespaceURI, isSpecified, removeAnimatedAttributeListenerprotected SVGOMAnimatedRect.BaseSVGRect baseVal
protected SVGOMAnimatedRect.AnimSVGRect animVal
protected boolean changing
protected java.lang.String defaultValue
public SVGOMAnimatedRect(AbstractElement elt, java.lang.String ns, java.lang.String ln, java.lang.String def)
elt - The associated element.ns - The attribute's namespace URI.ln - The attribute's local name.def - The default value for the attribute.public org.w3c.dom.svg.SVGRect getBaseVal()
SVGAnimatedRect.getBaseVal().getBaseVal in interface org.w3c.dom.svg.SVGAnimatedRectpublic org.w3c.dom.svg.SVGRect getAnimVal()
SVGAnimatedRect.getAnimVal().getAnimVal in interface org.w3c.dom.svg.SVGAnimatedRectprotected void updateAnimatedValue(AnimatableValue val)
AnimatableValue.updateAnimatedValue in class AbstractSVGAnimatedValuepublic AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue.getUnderlyingValue in interface AnimatedLiveAttributeValuepublic 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.