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.10 2003/08/08 11:38:50 vhardy Exp $
- Author:
- Thierry Kormann, Thomas DeWeese
createClip
public ClipRable createClip(BridgeContext ctx,
org.w3c.dom.Element clipElement,
org.w3c.dom.Element clipedElement,
GraphicsNode clipedNode)
- Creates a Clip according to the specified parameters.
- Parameters:
ctx - the bridge context to useclipElement - the element that defines the clipclipedElement - the element that references the clip elementclipedNode - the graphics node to clip
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.