Package 

Enum PivoSensitivity

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

    
    public enum PivoSensitivity
    
                        

    This enum is used to control Pivo tracking sensitivity. NONE performs only tracking without Pivo rotation; NORMAL tracks while moving in normal pace SLOW tracks while moving in slow pace FAST tracks while moving in fast pace

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SLOWER

      FAST tracks while moving in fast pace

      FAST

      FAST tracks while moving in fast pace

      SLOW

      SLOW tracks while moving in slow pace

      NORMAL

      NORMAL tracks while moving in normal pace

      NONE

      NONE performs only tracking without Pivo rotation;

    • Method Summary

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

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