Class SVGOMDocument.AnimAttrListener

java.lang.Object
org.apache.batik.anim.dom.SVGOMDocument.AnimAttrListener
All Implemented Interfaces:
AnimatedAttributeListener
Enclosing class:
SVGOMDocument

protected class SVGOMDocument.AnimAttrListener extends Object implements AnimatedAttributeListener
Listener class for animated attribute changes.
  • Constructor Details

    • AnimAttrListener

      protected AnimAttrListener()
  • Method Details

    • animatedAttributeChanged

      public void animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
      Called to notify an object of a change to the animated value of an animatable XML attribute.
      Specified by:
      animatedAttributeChanged in interface AnimatedAttributeListener
      Parameters:
      e - the owner element of the changed animatable attribute
      alav - the AnimatedLiveAttributeValue that changed
    • otherAnimationChanged

      public void otherAnimationChanged(Element e, String type)
      Called to notify an object of a change to the value of an 'other' animation.
      Specified by:
      otherAnimationChanged in interface AnimatedAttributeListener
      Parameters:
      e - the element being animated
      type - the type of animation whose value changed