org.apache.batik.bridge
Interface GraphicsNodeEventFilterBridge

All Superinterfaces:
Bridge

public interface GraphicsNodeEventFilterBridge
extends Bridge

Factory class for vending GraphicsNodeEventFilter objects.


Method Summary
 GraphicsNodeEventFilter createGraphicsNodeEventFilter(BridgeContext ctx, Element element)
          Creates a GraphicsNodeEventFilter using the specified context and element.
 void update(BridgeMutationEvent evt)
          Updates an Element coresponding to the specified BridgeMutationEvent.
 

Method Detail

createGraphicsNodeEventFilter

public GraphicsNodeEventFilter createGraphicsNodeEventFilter(BridgeContext ctx,
                                                             Element element)
Creates a GraphicsNodeEventFilter using the specified context and element.
Parameters:
ctx - the context to use
element - the Element with the 'pointer-events' attribute

update

public void update(BridgeMutationEvent evt)
Updates an Element coresponding to the specified BridgeMutationEvent.
Parameters:
evt - the event that describes the modification to perform


Copyright © 2000 Apache Software Foundation. All Rights Reserved.