Class SVGTextPathElementBridge

    • Constructor Detail

      • SVGTextPathElementBridge

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

      • getLocalName

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

        public TextPath createTextPath​(BridgeContext ctx,
                                       org.w3c.dom.Element textPathElement)
        Creates a TextPath object that represents the path along which the text is to be rendered.
        Parameters:
        ctx - The bridge context.
        textPathElement - The <textPath> element.
        Returns:
        The new TextPath.