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.TspanBridge
All Implemented Interfaces:
BridgeUpdateHandler, SVGContext
Enclosing class:
SVGTextElementBridge

protected class SVGTextElementBridge.TspanBridge
extends SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler

BridgeUpdateHandle for <tspan> element.


Fields inherited from class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
ctx, e, textBridge
 
Constructor Summary
SVGTextElementBridge.TspanBridge(BridgeContext ctx, SVGTextElementBridge parent, Element e)
           
 
Method Summary
 void handleDOMAttrModifiedEvent(MutationEvent evt)
          Handle the dynamic update for the attributes of <tspan> : 'x', 'y', 'dx', 'dy' and 'rotate'.
 
Methods inherited from class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
dispose, handleCSSEngineEvent, handleDOMCharacterDataModified, handleDOMNodeInsertedEvent, handleDOMNodeRemovedEvent
 
Methods inherited from class org.apache.batik.bridge.SVGTextElementBridge.AbstractTextChildSVGContext
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getViewportHeight, getViewportWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTextElementBridge.TspanBridge

public SVGTextElementBridge.TspanBridge(BridgeContext ctx,
                                        SVGTextElementBridge parent,
                                        Element e)
Method Detail

handleDOMAttrModifiedEvent

public void handleDOMAttrModifiedEvent(MutationEvent evt)
Handle the dynamic update for the attributes of <tspan> : 'x', 'y', 'dx', 'dy' and 'rotate'.
Overrides:
handleDOMAttrModifiedEvent in class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler


Copyright © 2002 Apache Software Foundation. All Rights Reserved.