Package 

Enum Reference

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

    
    public enum Reference
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BASE

      The base reference system has its 'north' aligned with the device naturalorientation.

      SENSOR

      This reference system has its 'north' aligned with the camera sensor.

      VIEW

      This reference system has its 'north' aligned with the View hierarchy.This can be different than BASE if the activity is allowed to rotate(or forced into a non natural position).

      OUTPUT

      This reference system has its 'north' aligned with the output picture/video.This means that it takes into account the device orientation.

    • Method Summary

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

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