Package 

Enum Ticker.Position

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Ticker.Position
    
                        

    Describes the positions where the Ticker can start.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TICKER

      Specifies to use the current position of the Ticker.

      PLAYER

      Specifies to use the current position of the Player.

    • Method Summary

      Modifier and Type Method Description
      static Array<Ticker.Position> values()
      static Ticker.Position valueOf(String name)
      • Methods inherited from class java.lang.Object

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