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

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

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

Classes in org.apache.batik.dom.svg that implement AttributeModifier
 class SVGOMAnimatedLength
          This class implements SVGAnimatedLength.
 class SVGOMAnimatedTransformList
          This class implements SVGAnimatedLength.
 

Fields in org.apache.batik.dom.svg declared as AttributeModifier
protected  AttributeModifier SVGOMTransformList.attributeModifier
          The attribute modifier.
protected  AttributeModifier SVGOMLength.attributeModifier
          The associated attribute modifier.
 

Methods in org.apache.batik.dom.svg with parameters of type AttributeModifier
 void SVGOMTransformList.setAttributeModifier(AttributeModifier am)
          Sets the associated attribute modifier.
 void SVGOMLength.setAttributeModifier(AttributeModifier am)
          Sets the associated attribute modifier.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.