Uses of Interface
org.apache.batik.dom.svg.ModificationHandler

Packages that use ModificationHandler
org.apache.batik.dom.svg   
 

Uses of ModificationHandler in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement ModificationHandler
 class SVGOMAnimatedLength
          This class implements SVGAnimatedLength.
 class SVGOMAnimatedNumberList
          This class implements SVGAnimatedNumberList.
 class SVGOMAnimatedTransformList
          This class implements SVGAnimatedLength.
 class SVGOMNumberList
          This class implements the SVGNumberList interface.
 

Fields in org.apache.batik.dom.svg declared as ModificationHandler
protected  ModificationHandler SVGOMTransformList.modificationHandler
          The modification handler.
protected  ModificationHandler SVGOMRect.modificationHandler
          The associated modification handler.
protected  ModificationHandler SVGOMNumber.modificationHandler
          The associated attribute modifier.
protected  ModificationHandler SVGOMNumberList.modificationHandler
          The modification handler.
protected  ModificationHandler SVGOMLength.modificationHandler
          The associated attribute modifier.
 

Methods in org.apache.batik.dom.svg with parameters of type ModificationHandler
 void SVGOMTransformList.setModificationHandler(ModificationHandler mh)
          Sets the associated modification handler.
 void SVGOMRect.setModificationHandler(ModificationHandler mh)
          Sets the associated attribute modifier.
 void SVGOMNumber.setModificationHandler(ModificationHandler mh)
          Sets the associated attribute modifier.
 void SVGOMNumberList.setModificationHandler(ModificationHandler mh)
          Sets the modification handler.
 void SVGOMLength.setModificationHandler(ModificationHandler mh)
          Sets the associated attribute modifier.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.