org.apache.batik.css.dom

Interface CSSOMSVGPaint.PaintModificationHandler

public interface CSSOMSVGPaint.PaintModificationHandler extends ModificationHandler

To manage the modifications on a SVGPaint value.
Method Summary
voidpaintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified.
voiduriChanged(String uri)
Called when the URI has been modified.

Method Detail

paintChanged

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

uriChanged

public void uriChanged(String uri)
Called when the URI has been modified.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.