Package 

Enum AdvanceResult

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      The animation was already finished and did not advance effectively.

      PINGPONG

      The animation reached an end and reversed direction in PINGPONG mode.

      LOOP

      The animation looped back to the beginning in LOOP mode.

      ONESHOT

      The animation reached its end in ONESHOT mode and stopped.

      ADVANCED

      The animation advanced but did not loop or finish.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait