|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
- 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.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC