org.apache.batik.bridge
Interface GraphicsNodeEventFilterBridge
- All Superinterfaces:
- Bridge
- public interface GraphicsNodeEventFilterBridge
- extends Bridge
Factory class for vending GraphicsNodeEventFilter objects.
createGraphicsNodeEventFilter
public GraphicsNodeEventFilter createGraphicsNodeEventFilter(BridgeContext ctx,
Element element)
- Creates a GraphicsNodeEventFilter using the specified
context and element.
- Parameters:
ctx
- the context to useelement
- 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.