|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayoutAlgorithm>
de.cau.cs.kieler.kiml.ogdf.options.LayoutAlgorithm
public enum LayoutAlgorithm
Definition of available layout algorithms.
Enum Constant Summary | |
---|---|
CIRCULAR
The circular layout algorithm. |
|
DAVIDSON_HAREL
The Davidson-Harel layout algorithm. |
|
FMMM
The FMMM layout algorithm. |
|
FRUCHTERMAN_REINGOLD
The Fruchterman-Reingold algorithm. |
|
GEM
The GEM algorithm. |
|
PLANARIZATION
The planarization layout algorithm. |
|
RADIAL_TREE
The radial tree layout algorithm. |
|
SUGIYAMA
Sugiyama's layout algorithm. |
|
TREE
The tree layout algorithm. |
|
UPWARD_PLANARIZATION
The upward-planarization layout algorithm. |
Method Summary | |
---|---|
static LayoutAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayoutAlgorithm[] |
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 LayoutAlgorithm SUGIYAMA
public static final LayoutAlgorithm PLANARIZATION
public static final LayoutAlgorithm FMMM
public static final LayoutAlgorithm DAVIDSON_HAREL
public static final LayoutAlgorithm FRUCHTERMAN_REINGOLD
public static final LayoutAlgorithm GEM
public static final LayoutAlgorithm CIRCULAR
public static final LayoutAlgorithm TREE
public static final LayoutAlgorithm RADIAL_TREE
public static final LayoutAlgorithm UPWARD_PLANARIZATION
Method Detail |
---|
public static LayoutAlgorithm[] values()
for (LayoutAlgorithm c : LayoutAlgorithm.values()) System.out.println(c);
public static LayoutAlgorithm 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 |