org.apache.batik.css.dom
Interface CSSOMSVGPaint.PaintModificationHandler
public
interface
CSSOMSVGPaint.PaintModificationHandler
extends ModificationHandler
To manage the modifications on a SVGPaint value.
Method Summary |
void | paintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified. |
void | uriChanged(String uri)
Called when the URI has been modified. |
public void paintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified.
public void uriChanged(String uri)
Called when the URI has been modified.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.