|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KGraphDotTransformation.Command>
de.cau.cs.kieler.kiml.graphviz.dot.transformations.KGraphDotTransformation.Command
public static enum KGraphDotTransformation.Command
definition of Graphviz commands.
Enum Constant Summary | |
---|---|
CIRCO
command for Circo layout. |
|
DOT
command for Dot layout. |
|
FDP
command for Fdp layout. |
|
INVALID
invalid command. |
|
NEATO
command for Neato layout. |
|
TWOPI
command for Twopi layout. |
Method Summary | |
---|---|
String |
toString()
|
static KGraphDotTransformation.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KGraphDotTransformation.Command[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KGraphDotTransformation.Command INVALID
public static final KGraphDotTransformation.Command DOT
public static final KGraphDotTransformation.Command NEATO
public static final KGraphDotTransformation.Command TWOPI
public static final KGraphDotTransformation.Command FDP
public static final KGraphDotTransformation.Command CIRCO
Method Detail |
---|
public static KGraphDotTransformation.Command[] values()
for (KGraphDotTransformation.Command c : KGraphDotTransformation.Command.values()) System.out.println(c);
public static KGraphDotTransformation.Command 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 nullpublic String toString()
toString
in class Enum<KGraphDotTransformation.Command>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |