Interface ISVGImageUpdate

All Known Implementing Classes:
SVGImageUpdateLibStreamline

public interface ISVGImageUpdate
  • Method Details

    • updateSVG

      ISVGImageUpdate.SVGImageUpdateResult updateSVG(SimpleXMLElement top, String backgroundColor, String color, int width, int height)
      Update SVG that is passed and update the SVG so that it represents the value of the parameters that are passed.
      Parameters:
      color - The color into which the SVG icon should be changed. May be passed as null.
      backgroundColor - The background color of the SVG icons. May be passed as null.