Uses of Class
org.apache.batik.bridge.BridgeUpdateEvent

Packages that use BridgeUpdateEvent
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of BridgeUpdateEvent in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type BridgeUpdateEvent
protected  void AbstractSVGBridge.fireBridgeUpdateStarting(BridgeUpdateEvent evt)
          Notifies the BridgeUpdateHandler using the specified event that an update is starting.
protected  void AbstractSVGBridge.fireBridgeUpdateCompleted(BridgeUpdateEvent evt)
          Notifies the BridgeUpdateHandler using the specified event that an update is complete.
 void AbstractGraphicsNodeBridge.bridgeUpdateStarting(BridgeUpdateEvent evt)
          Invoked when a bridge update is starting.
 void AbstractGraphicsNodeBridge.bridgeUpdateCompleted(BridgeUpdateEvent evt)
          Invoked when a bridge update is completed.
 void SVGShapeElementBridge.bridgeUpdateStarting(BridgeUpdateEvent evt)
          Invoked when a bridge update is starting.
 void SVGShapeElementBridge.bridgeUpdateCompleted(BridgeUpdateEvent evt)
          Invoked when a bridge update is completed.
 void BridgeUpdateHandler.bridgeUpdateStarting(BridgeUpdateEvent evt)
          Invoked when a bridge update starts.
 void BridgeUpdateHandler.bridgeUpdateCompleted(BridgeUpdateEvent evt)
          Invoked when a bridge update ends.
 void SVGTextElementBridge.bridgeUpdateStarting(BridgeUpdateEvent evt)
          Invoked when a bridge update is starting.
 void SVGTextElementBridge.bridgeUpdateCompleted(BridgeUpdateEvent evt)
          Invoked when a bridge update is completed.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.