org.apache.batik.bridge
Interface CursorBridge
- All Superinterfaces:
- Bridge
- public interface CursorBridge
- extends Bridge
Factory class for vending Cursor objects.
createCursor
public java.awt.Cursor createCursor(BridgeContext ctx,
Element element)
- Creates a Cursor using the specified context and element.
- Parameters:
ctx
- the context to useelement
- the Element with the 'cursor' 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.