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

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

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

Classes in org.apache.batik.dom.svg that implement LiveAttributeValue
 class SVGOMAnimatedBoolean
          This class implements the SVGAnimatedBoolean interface.
 

Methods in org.apache.batik.dom.svg that return LiveAttributeValue
 LiveAttributeValue AbstractElement.getLiveAttributeValue(java.lang.String ns, java.lang.String ln)
          Returns the live attribute value associated with given attribute, if any.
 

Methods in org.apache.batik.dom.svg with parameters of type LiveAttributeValue
 void AbstractElement.putLiveAttributeValue(java.lang.String ns, java.lang.String ln, LiveAttributeValue val)
          Associates a live attribute value to this element.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.