Enum Class TLspLonLatHeightBufferEditor.ResizeHandleLocation
java.lang.Object
java.lang.Enum<TLspLonLatHeightBufferEditor.ResizeHandleLocation>
com.luciad.view.lightspeed.editor.TLspLonLatHeightBufferEditor.ResizeHandleLocation
- All Implemented Interfaces:
Serializable
,Comparable<TLspLonLatHeightBufferEditor.ResizeHandleLocation>
,Constable
- Enclosing class:
TLspLonLatHeightBufferEditor
public static enum TLspLonLatHeightBufferEditor.ResizeHandleLocation
extends Enum<TLspLonLatHeightBufferEditor.ResizeHandleLocation>
Enumeration listing possible locations for the buffer's resize handles. These handles are point
drag handles which can be positioned on every corner of the front and/or back plane of the
buffer. They are allowed to move in these planes to modify the height and/or width of the
buffer.
- Since:
- 2012.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFront plane, north-east cornerFront plane, north-west cornerFront plane, south-east cornerFront plane, south-west cornerFront plane, north-east cornerFront plane, north-west cornerFront plane, south-east cornerFront plane, south-west corner -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FNW
Front plane, north-west corner -
FNE
Front plane, north-east corner -
FSE
Front plane, south-east corner -
FSW
Front plane, south-west corner -
BNW
Front plane, north-west corner -
BNE
Front plane, north-east corner -
BSE
Front plane, south-east corner -
BSW
Front plane, south-west corner
-
-
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
-