Class AnimationEngine.AnimationInfo

  • Enclosing class:
    AnimationEngine

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

      Fields 
      Modifier and Type Field Description
      java.lang.String attributeLocalName
      The local name of the attribute or the name of the CSS property to animate.
      java.lang.String attributeNamespaceURI
      The namespace URI of the attribute to animate, if this is an XML attribute animation.
      AnimationTarget target
      The target of the animation.
      short type
      The type of animation.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AnimationInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

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

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

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

      • AnimationInfo

        protected AnimationInfo()