Uses of Interface
org.apache.batik.anim.dom.AnimatedLiveAttributeValue

Packages that use AnimatedLiveAttributeValue
org.apache.batik.anim.dom   
 

Uses of AnimatedLiveAttributeValue in org.apache.batik.anim.dom
 

Classes in org.apache.batik.anim.dom that implement AnimatedLiveAttributeValue
 class AbstractSVGAnimatedLength
          This class provides an implementation of the SVGAnimatedLength interface.
 class AbstractSVGAnimatedValue
          An abstract base class for the SVGAnimated* classes, that implements an AnimatedAttributeListener list.
 class SVGOMAnimatedBoolean
          This class implements the SVGAnimatedBoolean interface.
 class SVGOMAnimatedEnumeration
          This class provides an implementation of the SVGAnimatedEnumeration interface.
 class SVGOMAnimatedInteger
          This class implements the SVGAnimatedInteger interface.
 class SVGOMAnimatedLength
          This class provides an implementation of the SVGAnimatedLength interface.
 class SVGOMAnimatedLengthList
          This class is the implementation of the SVGAnimatedLengthList interface.
 class SVGOMAnimatedMarkerOrientValue
          A class that handles an SVGAnimatedAngle and an SVGAnimatedEnumeration for the 'marker' element's 'orient' attribute.
 class SVGOMAnimatedNumber
          This class implements the SVGAnimatedNumber interface.
 class SVGOMAnimatedNumberList
          This class is the implementation of the SVGAnimatedNumberList interface.
 class SVGOMAnimatedPathData
          This class is the implementation of the SVGAnimatedPathData interface.
 class SVGOMAnimatedPoints
          This class is the implementation of the SVGAnimatedPoints interface.
 class SVGOMAnimatedPreserveAspectRatio
          This class implements the SVGAnimatedPreserveAspectRatio interface.
 class SVGOMAnimatedRect
          Implementation of SVGAnimatedRect.
 class SVGOMAnimatedString
          This class implements the SVGAnimatedString interface.
 class SVGOMAnimatedTransformList
          This class is the implementation of the SVGAnimatedTransformList interface.
 

Methods in org.apache.batik.anim.dom with parameters of type AnimatedLiveAttributeValue
 void SVGOMDocument.AnimAttrListener.animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
          Called to notify an object of a change to the animated value of an animatable XML attribute.
 void AnimatedAttributeListener.animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
          Called to notify an object of a change to the animated value of an animatable XML attribute.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.