Class SVGGradientUtilities
- java.lang.Object
-
- kiyut.sketsa.windows.defs.gradient.SVGGradientUtilities
-
public class SVGGradientUtilities extends Object
Collection of Gradient Utilities- Author:
- KIYUT
-
-
Constructor Summary
Constructors Constructor Description SVGGradientUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidupdateReferenceElement(String baseUri, String fragment, String newBaseUri, String newFragment, Document doc)updateReferenceElementstatic voidupdateReferenceElement(org.w3c.dom.svg.SVGElement element, String newId)updateReferenceElement
-
-
-
Method Detail
-
updateReferenceElement
public static void updateReferenceElement(org.w3c.dom.svg.SVGElement element, String newId)updateReferenceElement- Parameters:
element- the the referencedSVGElementnewId- newId to be set
-
updateReferenceElement
public static void updateReferenceElement(String baseUri, String fragment, String newBaseUri, String newFragment, Document doc)
updateReferenceElement- Parameters:
baseUri- the URIfragment- theElementidnewBaseUri- the new URInewFragment- the newElementiddoc- theDocument
-
-