Uses of Interface
org.apache.batik.css.dom.CSSOMValue.ModificationHandler
-
Packages that use CSSOMValue.ModificationHandler Package Description org.apache.batik.css.dom -
-
Uses of CSSOMValue.ModificationHandler in org.apache.batik.css.dom
Classes in org.apache.batik.css.dom that implement CSSOMValue.ModificationHandler Modifier and Type Class Description static classCSSOMValue.AbstractModificationHandlerThis class provides an abstract implementation of a ModificationHandler.Fields in org.apache.batik.css.dom declared as CSSOMValue.ModificationHandler Modifier and Type Field Description protected CSSOMValue.ModificationHandlerCSSOMValue. handlerThe modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMValue.ModificationHandler Modifier and Type Method Description voidCSSOMValue. setModificationHandler(CSSOMValue.ModificationHandler h)Sets the modification handler of this value.
-