Interface CSSOMSVGPaint.PaintModificationHandler

All Superinterfaces:
CSSOMSVGColor.ModificationHandler
All Known Implementing Classes:
CSSOMSVGPaint.AbstractModificationHandler
Enclosing class:
CSSOMSVGPaint

public static interface CSSOMSVGPaint.PaintModificationHandler extends CSSOMSVGColor.ModificationHandler
To manage the modifications on a SVGPaint value.
  • Method Details

    • uriChanged

      void uriChanged(String uri)
      Called when the URI has been modified.
    • paintChanged

      void paintChanged(short type, String uri, String rgb, String icc)
      Called when the paint value has beem modified.