Class AnimationEngine.AnimationInfo

java.lang.Object
org.apache.batik.anim.AnimationEngine.AnimationInfo
Enclosing class:
AnimationEngine

protected static class AnimationEngine.AnimationInfo extends Object
Class to hold target information of an animation.
  • Field Details

    • target

      public AnimationTarget target
      The target of the animation.
    • type

      public short type
      The type of animation. Must be one of the ANIM_TYPE_* constants defined in AnimationEngine.
    • attributeNamespaceURI

      public String attributeNamespaceURI
      The namespace URI of the attribute to animate, if this is an XML attribute animation.
    • attributeLocalName

      public String attributeLocalName
      The local name of the attribute or the name of the CSS property to animate.
  • Constructor Details

    • AnimationInfo

      protected AnimationInfo()