|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnimatedLiveAttributeValue
An interface for LiveAttributeValue
s that have an animated value
component.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.batik.dom.svg.LiveAttributeValue |
---|
attrAdded, attrModified, attrRemoved |
Method Detail |
---|
java.lang.String getNamespaceURI()
java.lang.String getLocalName()
AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue
.
void addAnimatedAttributeListener(AnimatedAttributeListener aal)
void removeAnimatedAttributeListener(AnimatedAttributeListener aal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |