org.apache.batik.bridge
public class SVGClipPathElementBridge extends AnimatableGenericSVGBridge implements ClipBridge
| Constructor Summary | |
|---|---|
| SVGClipPathElementBridge()
Constructs a new bridge for the <clipPath> element. | |
| Method Summary | |
|---|---|
| ClipRable | createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
Creates a Clip according to the specified parameters.
|
| String | getLocalName()
Returns 'clipPath'. |
Parameters: ctx the bridge context to use clipElement the element that defines the clip clipedElement the element that references the clip element clipedNode the graphics node to clip