Class SVGClipPathElementBridge

    • Constructor Detail

      • SVGClipPathElementBridge

        public SVGClipPathElementBridge()
        Constructs a new bridge for the <clipPath> element.
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        Returns 'clipPath'.
        Specified by:
        getLocalName in interface Bridge
      • createClip

        public ClipRable createClip​(BridgeContext ctx,
                                    org.w3c.dom.Element clipElement,
                                    org.w3c.dom.Element clipedElement,
                                    GraphicsNode clipedNode)
        Creates a Clip according to the specified parameters.
        Specified by:
        createClip in interface ClipBridge
        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