Class SVGGradientUtilities


  • public class SVGGradientUtilities
    extends Object
    Collection of Gradient Utilities
    Author:
    KIYUT
    • Constructor Detail

      • SVGGradientUtilities

        public SVGGradientUtilities()
    • Method Detail

      • updateReferenceElement

        public static void updateReferenceElement​(org.w3c.dom.svg.SVGElement element,
                                                  String newId)
        updateReferenceElement
        Parameters:
        element - the the referenced SVGElement
        newId - newId to be set
      • updateReferenceElement

        public static void updateReferenceElement​(String baseUri,
                                                  String fragment,
                                                  String newBaseUri,
                                                  String newFragment,
                                                  Document doc)
        updateReferenceElement
        Parameters:
        baseUri - the URI
        fragment - the Element id
        newBaseUri - the new URI
        newFragment - the new Element id
        doc - theDocument