Uses of Interface
org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler
Packages that use CSSOMSVGColor.ModificationHandler
-
Uses of CSSOMSVGColor.ModificationHandler in org.apache.batik.css.dom
Subinterfaces of CSSOMSVGColor.ModificationHandler in org.apache.batik.css.domModifier and TypeInterfaceDescriptionstatic interface
To manage the modifications on a SVGPaint value.Classes in org.apache.batik.css.dom that implement CSSOMSVGColor.ModificationHandlerModifier and TypeClassDescriptionclass
Provides an abstract implementation of a ModificationHandler.class
Provides an abstract implementation of a PaintModificationHandler.Fields in org.apache.batik.css.dom declared as CSSOMSVGColor.ModificationHandlerModifier and TypeFieldDescriptionprotected CSSOMSVGColor.ModificationHandler
CSSOMSVGColor.handler
The modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMSVGColor.ModificationHandlerModifier and TypeMethodDescriptionvoid
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.