Uses of Interface
org.apache.batik.bridge.BridgeUpdateHandler

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

Uses of BridgeUpdateHandler in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement BridgeUpdateHandler
 class AbstractGraphicsNodeBridge
          The base bridge class for SVG graphics node.
 class SVGAElementBridge
          Bridge class for the <a> element.
 class SVGCircleElementBridge
          Bridge class for the <circle> element.
 class SVGDecoratedShapeElementBridge
          The base bridge class for decorated shapes.
 class SVGEllipseElementBridge
          Bridge class for the <ellipse> element.
 class SVGGElementBridge
          Bridge class for the <g> element.
 class SVGImageElementBridge
          Bridge class for the <image> element.
 class SVGLineElementBridge
          Bridge class for the <line> element.
 class SVGPathElementBridge
          Bridge class for the <path> element.
 class SVGPolygonElementBridge
          Bridge class for the <polygon> element.
 class SVGPolylineElementBridge
          Bridge class for the <polyline> element.
 class SVGRectElementBridge
          Bridge class for the <rect> element.
 class SVGShapeElementBridge
          The base bridge class for shapes.
 class SVGTextElementBridge
          Bridge class for the <text> element.
 

Fields in org.apache.batik.bridge declared as BridgeUpdateHandler
protected  BridgeUpdateHandler AbstractSVGBridge.handler
          The update handler to notify each time the GVT product associated to this bridge changes.
protected  BridgeUpdateHandler BridgeContext.BridgeUpdateHandlerInfo.handler
           
 

Methods in org.apache.batik.bridge that return BridgeUpdateHandler
 BridgeUpdateHandler AbstractSVGBridge.getBridgeUpdateHandler()
          Returns the handler that is called each time this bridge updates its GVT product.
 BridgeUpdateHandler Bridge.getBridgeUpdateHandler()
          Returns the handler that is called each time this bridge updates its GVT product.
 BridgeUpdateHandler BridgeContext.getCurrentBridgeUpdateHandler()
           
 

Methods in org.apache.batik.bridge with parameters of type BridgeUpdateHandler
 void AbstractSVGBridge.setBridgeUpdateHandler(BridgeUpdateHandler handler, int handlerKey)
          Sets the handler that is used to track each update of this bridge's GVT product.
 void Bridge.setBridgeUpdateHandler(BridgeUpdateHandler handler, int handlerKey)
          Sets the handler that is used to track each update of this bridge's GVT product.
 void BridgeContext.pushBridgeUpdateHandler(BridgeUpdateHandler handler)
           
 

Constructors in org.apache.batik.bridge with parameters of type BridgeUpdateHandler
BridgeContext.BridgeUpdateHandlerInfo(BridgeUpdateHandler handler)
           
 

Uses of BridgeUpdateHandler in org.apache.batik.extension.svg
 

Classes in org.apache.batik.extension.svg that implement BridgeUpdateHandler
 class BatikMultiImageElementBridge
          Bridge class for the <multiImage> element.
 class BatikRegularPolygonElementBridge
          Bridge class for a regular polygon element.
 class BatikStarElementBridge
          Bridge class for a star element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.