LiveAttributeValueAbstractSVGAnimatedLength, AbstractSVGAnimatedValue, SVGOMAnimatedBoolean, SVGOMAnimatedEnumeration, SVGOMAnimatedInteger, SVGOMAnimatedLength, SVGOMAnimatedLengthList, SVGOMAnimatedMarkerOrientValue, SVGOMAnimatedNumber, SVGOMAnimatedNumberList, SVGOMAnimatedPathData, SVGOMAnimatedPoints, SVGOMAnimatedPreserveAspectRatio, SVGOMAnimatedRect, SVGOMAnimatedString, SVGOMAnimatedTransformListpublic interface AnimatedLiveAttributeValue extends LiveAttributeValue
LiveAttributeValues that have an animated value
component.| Modifier and Type | Method | Description |
|---|---|---|
void |
addAnimatedAttributeListener(AnimatedAttributeListener aal) |
Adds a listener for changes to the animated value.
|
java.lang.String |
getLocalName() |
Returns the local name of this animated live attribute.
|
java.lang.String |
getNamespaceURI() |
Returns the namespace URI of this animated live attribute.
|
AnimatableValue |
getUnderlyingValue(AnimationTarget target) |
Returns the base value of the attribute as an
AnimatableValue. |
void |
removeAnimatedAttributeListener(AnimatedAttributeListener aal) |
Removes a listener for changes to the animated value.
|
attrAdded, attrModified, attrRemovedjava.lang.String getNamespaceURI()
java.lang.String getLocalName()
AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue.void addAnimatedAttributeListener(AnimatedAttributeListener aal)
void removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.