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 interfaceCSSOMSVGPaint.PaintModificationHandlerTo manage the modifications on a SVGPaint value.Classes in org.apache.batik.css.dom that implement CSSOMSVGColor.ModificationHandler Modifier and Type Class Description classCSSOMSVGColor.AbstractModificationHandlerProvides an abstract implementation of a ModificationHandler.classCSSOMSVGPaint.AbstractModificationHandlerProvides an abstract implementation of a PaintModificationHandler.Fields in org.apache.batik.css.dom declared as CSSOMSVGColor.ModificationHandler Modifier and Type Field Description protected CSSOMSVGColor.ModificationHandlerCSSOMSVGColor. handlerThe modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMSVGColor.ModificationHandler Modifier and Type Method Description voidCSSOMSVGColor. setModificationHandler(CSSOMSVGColor.ModificationHandler h)Sets the modification handler of this value.voidCSSOMSVGPaint. setModificationHandler(CSSOMSVGColor.ModificationHandler h)Sets the modification handler of this value.
-