Interface ClipBridge
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGClipPathElementBridge
Factory class for vending
Shape objects that represents a
clipping area.- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptioncreateClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode) Creates aClipaccording to the specified parameters.Methods inherited from interface Bridge
getInstance, getLocalName, getNamespaceURI
-
Method Details
-
createClip
ClipRable createClip(BridgeContext ctx, Element clipElement, 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
-