public static final enum

HVTVars.HVTLevelerLockedOrientation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.hvt.horizonSDK.HVTVars.HVTLevelerLockedOrientation

Class Overview

Enum specifying the expected physical orientation of the device when the leveler's crop mode is LOCKED.

Since leveling is disabled when crop mode is LOCKED, the leveler will correct the orientation at multiples of 90 degrees. However, you may want adjustment per 180 degrees, if the user is expected to hold the device only horizontally or vertically. This behaviour is defined by this enum.

For example, if the user is intended to hold the device vertically, use VERTICAL.

See Also

Summary

Enum Values
HVTVars.HVTLevelerLockedOrientation  AUTO  Horizontal or vertical orientation will be chosen according on the device's physical orientation. 
HVTVars.HVTLevelerLockedOrientation  HORIZONTAL  Device must be held horizontally. 
HVTVars.HVTLevelerLockedOrientation  VERTICAL  Device must be held vertically. 
Public Methods
static HVTVars.HVTLevelerLockedOrientation valueOf(String name)
final static HVTLevelerLockedOrientation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final HVTVars.HVTLevelerLockedOrientation AUTO

Horizontal or vertical orientation will be chosen according on the device's physical orientation.

public static final HVTVars.HVTLevelerLockedOrientation HORIZONTAL

Device must be held horizontally.

public static final HVTVars.HVTLevelerLockedOrientation VERTICAL

Device must be held vertically.

Public Methods

public static HVTVars.HVTLevelerLockedOrientation valueOf (String name)

public static final HVTLevelerLockedOrientation[] values ()