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 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thierry Kormann, Thomas DeWeese
createClip
ClipRable createClip(BridgeContext ctx,
Element clipElement,
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
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.