org.apache.batik.bridge
Interface ClipBridge

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGClipPathElementBridge

public interface ClipBridge
extends Bridge

Factory class for vending Shape objects that represents a clipping area.


Method Summary
 ClipRable createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 void update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 
Methods inherited from interface org.apache.batik.bridge.Bridge
getLocalName, getNamespaceURI
 

Method Detail

createClip

public ClipRable createClip(BridgeContext ctx,
                            Element clipElement,
                            Element clipedElement,
                            GraphicsNode clipedNode)
Creates a Clip according to the specified parameters.
Parameters:
ctx - the bridge context to use
clipElement - the element that defines the clip
clipedElement - the element that references the clip element
clipedNode - the graphics node to clip

update

public void update(BridgeMutationEvent evt)
Performs an update according to the specified event.
Parameters:
evt - the event describing the update to perform


Copyright © 2001 Apache Software Foundation. All Rights Reserved.