public enum FlowLayoutTraits extends java.lang.Enum<FlowLayoutTraits> implements NamedEnum
Enum Constant and Description |
---|
InLink
Identifies possible incoming links in FlowLayout rules.
|
Lane
Specifies the lane to which a node should be assigned.
|
LaneNode
Specifies that FlowLayout should treat a node as a lane.
|
LogicID
Specifies a string used to identify items in FlowLayout rules.
|
NodeDirection
For internal use.
|
NodeDistance
Specifies the distance left between this node and the next in the sequence.
|
NotSpecified
For internal use.
|
OrderingRule
Specified the preferred order for nodes.
|
OutLink
Identifies possible outgoing links in FlowLayout rules.
|
PossibleConnection
For internal use.
|
StandardLinkBend
For internal use.
|
VerticalSubgroupsAlignment
A boolean value specifying the alignment of nodes within a group.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Gets an integer value corresponding to enumeration member.
|
static FlowLayoutTraits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlowLayoutTraits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowLayoutTraits PossibleConnection
public static final FlowLayoutTraits OrderingRule
public static final FlowLayoutTraits NodeDirection
public static final FlowLayoutTraits NodeDistance
public static final FlowLayoutTraits LaneNode
public static final FlowLayoutTraits LogicID
public static final FlowLayoutTraits Lane
public static final FlowLayoutTraits VerticalSubgroupsAlignment
public static final FlowLayoutTraits StandardLinkBend
public static final FlowLayoutTraits InLink
public static final FlowLayoutTraits OutLink
public static final FlowLayoutTraits NotSpecified
public static FlowLayoutTraits[] values()
for (FlowLayoutTraits c : FlowLayoutTraits.values()) System.out.println(c);
public static FlowLayoutTraits valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null