Packagecom.distriqt.extension.scanner
Classpublic class Orientation
InheritanceOrientation Inheritance Object

Defines the possible values for the orientation value of a ScanResult

See also

ScanResult


Public Constants
 ConstantDefined By
  ORIENTATION_DOWN : String = orientation:down
[static] Upside-down, read right to left
Orientation
  ORIENTATION_LEFT : String = orientation:left
[static] Sideways, read bottom to top
Orientation
  ORIENTATION_RIGHT : String = orientation:right
[static] Sideways, read top to bottom
Orientation
  ORIENTATION_UNKNOWN : String = orientation:unknown
[static] Unable to determine orientation.
Orientation
  ORIENTATION_UP : String = orientation:up
[static] Upright, read left to right
Orientation
Constant Detail
ORIENTATION_DOWNConstant
public static const ORIENTATION_DOWN:String = orientation:down

Upside-down, read right to left

ORIENTATION_LEFTConstant 
public static const ORIENTATION_LEFT:String = orientation:left

Sideways, read bottom to top

ORIENTATION_RIGHTConstant 
public static const ORIENTATION_RIGHT:String = orientation:right

Sideways, read top to bottom

ORIENTATION_UNKNOWNConstant 
public static const ORIENTATION_UNKNOWN:String = orientation:unknown

Unable to determine orientation.

ORIENTATION_UPConstant 
public static const ORIENTATION_UP:String = orientation:up

Upright, read left to right