|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayerConstraint>
de.cau.cs.kieler.klay.layered.properties.LayerConstraint
public enum LayerConstraint
Enumeration of layer constraint types. May be set on nodes to constrain in which layer they may appear.
EdgeAndLayerConstraintEdgeReverser
,
LayerConstraintProcessor
Enum Constant Summary | |
---|---|
FIRST
put into the first layer. |
|
FIRST_SEPARATE
put into a separate first layer; used internally. |
|
LAST
put into the last layer. |
|
LAST_SEPARATE
put into a separate last layer; used internally. |
|
NONE
no constraint on the layering. |
Method Summary | |
---|---|
static LayerConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayerConstraint[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LayerConstraint NONE
public static final LayerConstraint FIRST
public static final LayerConstraint FIRST_SEPARATE
public static final LayerConstraint LAST
public static final LayerConstraint LAST_SEPARATE
Method Detail |
---|
public static LayerConstraint[] values()
for (LayerConstraint c : LayerConstraint.values()) System.out.println(c);
public static LayerConstraint valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |