Package hec.map.annotations.layout
Enum Class LayoutFactory.ConnectionWidgetLayoutAlignment
java.lang.Object
java.lang.Enum<LayoutFactory.ConnectionWidgetLayoutAlignment>
hec.map.annotations.layout.LayoutFactory.ConnectionWidgetLayoutAlignment
- All Implemented Interfaces:
Serializable
,Comparable<LayoutFactory.ConnectionWidgetLayoutAlignment>
,Constable
- Enclosing class:
- LayoutFactory
public static enum LayoutFactory.ConnectionWidgetLayoutAlignment
extends Enum<LayoutFactory.ConnectionWidgetLayoutAlignment>
Alignment of children widgets within a calculated connection widgets used
by default layout used in a connection widget.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
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
-
NONE
-
CENTER
-
TOP_CENTER
-
BOTTOM_CENTER
-
CENTER_LEFT
-
CENTER_RIGHT
-
TOP_LEFT
-
TOP_RIGHT
-
BOTTOM_LEFT
-
BOTTOM_RIGHT
-
CENTER_SOURCE
-
CENTER_TARGET
-
BOTTOM_SOURCE
-
BOTTOM_TARGET
-
TOP_SOURCE
-
TOP_TARGET
-
-
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
-