Enum Class TLsp3DArcBandEditor.HandleIdentifier
java.lang.Object
java.lang.Enum<TLsp3DArcBandEditor.HandleIdentifier>
com.luciad.view.lightspeed.editor.TLsp3DArcBandEditor.HandleIdentifier
- All Implemented Interfaces:
Serializable
,Comparable<TLsp3DArcBandEditor.HandleIdentifier>
,Constable
- Enclosing class:
TLsp3DArcBandEditor
public static enum TLsp3DArcBandEditor.HandleIdentifier
extends Enum<TLsp3DArcBandEditor.HandleIdentifier>
Identifies a handle used by the enclosing editor implementation.
- Since:
- 2016.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionIdentifies the corner point at (max radius, end angle, pitch end angle).Identifies the corner point at (max radius, end angle, pitch start angle).Identifies the height translation handle of the 3D arc band.Identifies the corner point at (max radius, start angle, pitch end angle).Identifies the corner point at (max radius, start angle, pitch start angle). -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLsp3DArcBandEditor.HandleIdentifier[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HEIGHT
Identifies the height translation handle of the 3D arc band. -
START_ANGLE_LOW_PITCH_CORNER
Identifies the corner point at (max radius, start angle, pitch start angle). -
START_ANGLE_HIGH_PITCH_CORNER
Identifies the corner point at (max radius, start angle, pitch end angle). -
END_ANGLE_LOW_PITCH_CORNER
Identifies the corner point at (max radius, end angle, pitch start angle). -
END_ANGLE_HIGH_PITCH_CORNER
Identifies the corner point at (max radius, end angle, pitch end angle).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-