|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGAnimatedValue
public abstract class AbstractSVGAnimatedValue
An abstract base class for the SVGAnimated*
classes, that
implements an AnimatedAttributeListener
list.
Field Summary | |
---|---|
protected AbstractElement |
element
The associated element. |
protected boolean |
hasAnimVal
Whether there is a current animated value. |
protected LinkedList |
listeners
Listener list. |
protected String |
localName
The local name of the attribute. |
protected String |
namespaceURI
The namespace URI of the attribute. |
Constructor Summary | |
---|---|
AbstractSVGAnimatedValue(AbstractElement elt,
String ns,
String ln)
Creates a new AbstractSVGAnimatedValue. |
Method Summary | |
---|---|
void |
addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds a listener for changes to the animated value. |
protected void |
fireAnimatedAttributeListeners()
Fires the listeners for the animated value. |
protected void |
fireBaseAttributeListeners()
Fires the listeners for the base value. |
String |
getLocalName()
Returns the local name of the attribute. |
String |
getNamespaceURI()
Returns the namespace URI of the attribute. |
boolean |
isSpecified()
Returns whether this animated value has a specified value. |
void |
removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value. |
protected abstract void |
updateAnimatedValue(AnimatableValue val)
Updates the animated value with the given AnimatableValue . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.dom.svg.AnimatedLiveAttributeValue |
---|
getUnderlyingValue |
Methods inherited from interface org.apache.batik.dom.svg.LiveAttributeValue |
---|
attrAdded, attrModified, attrRemoved |
Field Detail |
---|
protected AbstractElement element
protected String namespaceURI
protected String localName
protected boolean hasAnimVal
protected LinkedList listeners
Constructor Detail |
---|
public AbstractSVGAnimatedValue(AbstractElement elt, String ns, String ln)
Method Detail |
---|
public String getNamespaceURI()
getNamespaceURI
in interface AnimatedLiveAttributeValue
public String getLocalName()
getLocalName
in interface AnimatedLiveAttributeValue
public boolean isSpecified()
protected abstract void updateAnimatedValue(AnimatableValue val)
AnimatableValue
.
public void addAnimatedAttributeListener(AnimatedAttributeListener aal)
addAnimatedAttributeListener
in interface AnimatedLiveAttributeValue
public void removeAnimatedAttributeListener(AnimatedAttributeListener aal)
removeAnimatedAttributeListener
in interface AnimatedLiveAttributeValue
protected void fireBaseAttributeListeners()
protected void fireAnimatedAttributeListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |