Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.bridge
Interface ClipBridge  view ClipBridge download ClipBridge.java

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGClipPathElementBridge

public interface ClipBridge
extends Bridge

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

Version:
$Id: ClipBridge.java,v 1.11 2004/08/18 07:12:31 vhardy Exp $

Method Summary
 org.apache.batik.ext.awt.image.renderable.ClipRable createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, org.apache.batik.gvt.GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 
Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
 

Method Detail

createClip

public org.apache.batik.ext.awt.image.renderable.ClipRable createClip(BridgeContext ctx,
                                                                      org.w3c.dom.Element clipElement,
                                                                      org.w3c.dom.Element clipedElement,
                                                                      org.apache.batik.gvt.GraphicsNode clipedNode)
Creates a Clip according to the specified parameters.