Class ISVGImageUpdate.SVGImageUpdateResult

java.lang.Object
org.eclnt.util.image.ISVGImageUpdate.SVGImageUpdateResult
Enclosing interface:
ISVGImageUpdate

public static class ISVGImageUpdate.SVGImageUpdateResult extends Object
  • Constructor Details

    • SVGImageUpdateResult

      public SVGImageUpdateResult()
    • SVGImageUpdateResult

      public SVGImageUpdateResult(boolean wasUpdated, String updatedSvg)
  • Method Details

    • getWasUpdated

      public boolean getWasUpdated()
      False if this implementation if ISVGImageUpdate is not responsible for the SVG that is processed. In this case the SVG will be passed to other implementations of this interface and finally will be passed into the default SVG update by CaptainCasa.
    • setWasUpdated

      public void setWasUpdated(boolean wasUpdated)
    • getUpdatedSvg

      public String getUpdatedSvg()
    • setUpdatedSvg

      public void setUpdatedSvg(String updatedSvg)