Class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler

All Implemented Interfaces:
SVGAnimationTargetContext, Bridge, BridgeUpdateHandler, XMLConstants, SVGContext, CSSConstants, SVGConstants
Direct Known Subclasses:
SVGTextElementBridge.AbstractTextChildTextContent
Enclosing class:
SVGTextElementBridge

protected abstract class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler extends SVGTextElementBridge.AbstractTextChildSVGContext implements BridgeUpdateHandler
Implementation for the 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.