Package org.apache.batik.bridge
Interface ClipBridge
-
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGClipPathElementBridge
public interface ClipBridge extends Bridge
Factory class for vendingShapeobjects that represents a clipping area.- Version:
- $Id: ClipBridge.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClipRablecreateClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)Creates aClipaccording to the specified parameters.-
Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
-
-
-
-
Method Detail
-
createClip
ClipRable createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)
Creates aClipaccording 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
-
-