Uses of Interface
org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
-
Packages that use CSSOMSVGColor.ModificationHandler Package Description org.apache.batik.css.dom -
-
Uses of CSSOMSVGColor.ModificationHandler in org.apache.batik.css.dom
Subinterfaces of CSSOMSVGColor.ModificationHandler in org.apache.batik.css.dom Modifier and Type Interface Description static interface
CSSOMSVGPaint.PaintModificationHandler
To manage the modifications on a SVGPaint value.Classes in org.apache.batik.css.dom that implement CSSOMSVGColor.ModificationHandler Modifier and Type Class Description class
CSSOMSVGColor.AbstractModificationHandler
Provides an abstract implementation of a ModificationHandler.class
CSSOMSVGPaint.AbstractModificationHandler
Provides an abstract implementation of a PaintModificationHandler.Fields in org.apache.batik.css.dom declared as CSSOMSVGColor.ModificationHandler Modifier and Type Field Description protected CSSOMSVGColor.ModificationHandler
CSSOMSVGColor. handler
The modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMSVGColor.ModificationHandler Modifier and Type Method Description void
CSSOMSVGColor. setModificationHandler(CSSOMSVGColor.ModificationHandler h)
Sets the modification handler of this value.void
CSSOMSVGPaint. setModificationHandler(CSSOMSVGColor.ModificationHandler h)
Sets the modification handler of this value.
-