public enum GraphvizLayoutStrategy extends java.lang.Enum<GraphvizLayoutStrategy>
Modifier and Type | Method and Description |
---|---|
java.io.File |
getSystemForcedExecutable() |
static GraphvizLayoutStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphvizLayoutStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphvizLayoutStrategy DOT
public static final GraphvizLayoutStrategy NEATO
public static final GraphvizLayoutStrategy FDP
public static final GraphvizLayoutStrategy TWOPI
public static final GraphvizLayoutStrategy CIRCO
public static GraphvizLayoutStrategy[] values()
for (GraphvizLayoutStrategy c : GraphvizLayoutStrategy.values()) System.out.println(c);
public static GraphvizLayoutStrategy 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 nullpublic java.io.File getSystemForcedExecutable()