org.apache.batik.bridge
protected abstract class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler extends SVGTextElementBridge.AbstractTextChildSVGContext implements BridgeUpdateHandler
BridgeUpdateHandler
for the child elements of <text>.
This implementation relies on the parent bridge
which contains the TextNode
representing the node this context supervised.
All operations are done by the parent bridge
SVGTextElementBridge
which can determine
the impact of a change of one of its children for the others.
Constructor Summary | |
---|---|
protected | AbstractTextChildBridgeUpdateHandler(BridgeContext ctx, SVGTextElementBridge parent, Element e)
Initialize the BridgeUpdateHandler implementation. |
Method Summary | |
---|---|
void | dispose()
Disposes this BridgeUpdateHandler and releases all resources. |
void | handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animatable attribute has
changed. |
void | handleCSSEngineEvent(CSSEngineEvent evt)
Invoked when an CSSEngineEvent is fired. |
void | handleDOMAttrModifiedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMAttrModified' is fired. |
void | handleDOMCharacterDataModified(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMCharacterDataModified'
is fired. |
void | handleDOMNodeInsertedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired. |
void | handleDOMNodeRemovedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired. |
void | handleOtherAnimationChanged(String type)
Invoked when an 'other' animation value has changed. |