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 $
    • Method Detail

      • createClip

        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 use
        clipElement - the element that defines the clip
        clipedElement - the element that references the clip element
        clipedNode - the graphics node to clip