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 interfaceTo manage the modifications on a SVGPaint value.Classes in org.apache.batik.css.dom that implement CSSOMSVGColor.ModificationHandlerModifier and TypeClassDescriptionclassProvides an abstract implementation of a ModificationHandler.classProvides an abstract implementation of a PaintModificationHandler.Fields in org.apache.batik.css.dom declared as CSSOMSVGColor.ModificationHandlerModifier and TypeFieldDescriptionprotected CSSOMSVGColor.ModificationHandlerCSSOMSVGColor.handlerThe modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMSVGColor.ModificationHandlerModifier and TypeMethodDescriptionvoidCSSOMSVGColor.setModificationHandler(CSSOMSVGColor.ModificationHandler h) Sets the modification handler of this value.voidCSSOMSVGPaint.setModificationHandler(CSSOMSVGColor.ModificationHandler h) Sets the modification handler of this value.