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 class
CSSOMValue.AbstractModificationHandler
This 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.ModificationHandler
CSSOMValue. handler
The modifications handler.Methods in org.apache.batik.css.dom with parameters of type CSSOMValue.ModificationHandler Modifier and Type Method Description void
CSSOMValue. setModificationHandler(CSSOMValue.ModificationHandler h)
Sets the modification handler of this value.
-