org.apache.batik.bridge
public abstract class AnimatableSVGBridge extends AbstractSVGBridge implements SVGAnimationTargetContext
Field Summary | |
---|---|
protected BridgeContext | ctx
The bridge context to use for dynamic updates. |
protected Element | e
The element that has been handled by this bridge. |
protected HashMap | targetListeners
Map of CSS property names to {@link LinkedList}s of
{@link AnimationTargetListener}s. |
Method Summary | |
---|---|
void | addTargetListener(String pn, AnimationTargetListener l)
Adds a listener for changes to the given attribute value. |
protected void | fireBaseAttributeListeners(String pn)
Fires the listeners registered for changes to the base value of the
given CSS property. |
void | removeTargetListener(String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value. |