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

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

Uses of BridgeMutationEvent in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return BridgeMutationEvent
 BridgeMutationEvent BridgeMutationEvent.getStyleMutationEvent()
          Returns the style mutation event.
 

Methods in org.apache.batik.bridge with parameters of type BridgeMutationEvent
 void AbstractGraphicsNodeBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void FilterPrimitiveBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGMaskElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void AbstractSVGFilterPrimitiveElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void BridgeMutationEvent.setStyleMutationEvent(BridgeMutationEvent event)
          Sets a style mutation event.
 void SVGUseElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGSwitchElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void AbstractSVGGradientElementBridge.SVGStopElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGFilterElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGTextElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void MarkerBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void FilterBridge.update(BridgeMutationEvent evt)
          Update the Filter object to reflect the current configuration in the Element that models the filter.
 void SVGSVGElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void GraphicsNodeBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGClipPathElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void MaskBridge.update(BridgeMutationEvent evt)
          Updates the Mask object to reflect the current configuration in the Element that models the mask.
 void SVGMarkerElementBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 void ClipBridge.update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.