org.apache.batik.bridge
Class SVGTextElementBridge.TspanBridge
java.lang.Object
org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildTextContent
org.apache.batik.bridge.SVGTextElementBridge.TspanBridge
- All Implemented Interfaces:
- BridgeUpdateHandler, SVGContext, SVGTextContent
- Enclosing class:
- SVGTextElementBridge
- protected class SVGTextElementBridge.TspanBridge
- extends SVGTextElementBridge.AbstractTextChildTextContent
BridgeUpdateHandle for <tspan> element.
Methods inherited from class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext |
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getTextBridge, getViewportHeight, getViewportWidth, setScreenTransform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGTextElementBridge.TspanBridge
public SVGTextElementBridge.TspanBridge(BridgeContext ctx,
SVGTextElementBridge parent,
Element e)
handleDOMAttrModifiedEvent
public void handleDOMAttrModifiedEvent(MutationEvent evt)
- Handle the dynamic update for the attributes of
<tspan> : 'x', 'y', 'dx', 'dy' and 'rotate'.
- Specified by:
handleDOMAttrModifiedEvent
in interface BridgeUpdateHandler
- Overrides:
handleDOMAttrModifiedEvent
in class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.