org.apache.batik.bridge

Interface ClipBridge

public interface ClipBridge extends Bridge

Factory class for vending Shape objects that represents a clipping area.
Method Summary
ClipRablecreateClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
Creates a Clip according to the specified parameters.

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

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.