public final enum

DJIGimbalEndpointDirection

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.gimbal.DJIGimbalEndpointDirection

Class Overview

Gimbal endpoint setting. This is only supported by the Ronin MX gimbal.

Summary

Enum Values
DJIGimbalEndpointDirection  PitchDown  Pitch (also called tilt) endpoint setting in the downwards direction. 
DJIGimbalEndpointDirection  PitchUp  Pitch (also called tilt) endpoint setting in the upwards direction. 
DJIGimbalEndpointDirection  YawLeft  Yaw (also called pan) endpoint setting in the left direction. 
DJIGimbalEndpointDirection  YawRight  Yaw (also called pan) endpoint setting in the right direction. 
Public Methods
static DJIGimbalEndpointDirection valueOf(String name)
final static DJIGimbalEndpointDirection[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIGimbalEndpointDirection PitchDown

Pitch (also called tilt) endpoint setting in the downwards direction.

public static final DJIGimbalEndpointDirection PitchUp

Pitch (also called tilt) endpoint setting in the upwards direction.

public static final DJIGimbalEndpointDirection YawLeft

Yaw (also called pan) endpoint setting in the left direction.

public static final DJIGimbalEndpointDirection YawRight

Yaw (also called pan) endpoint setting in the right direction.

Public Methods

public static DJIGimbalEndpointDirection valueOf (String name)

public static final DJIGimbalEndpointDirection[] values ()