|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EGraphvizOutputFormat>
edu.tum.cs.commons.graph.EGraphvizOutputFormat
public enum EGraphvizOutputFormat
Enumeration for the different output formats supported by Graphviz.
Enum Constant Summary | |
---|---|
CANON
canon |
|
DOT
dot |
|
GIF
gif |
|
JPG
jpeg |
|
PNG
png |
|
PS2
ps2 |
|
SVG
svg |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get format description. |
java.lang.String |
getFileExtension()
Get file extension typically used for this format. |
static EGraphvizOutputFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EGraphvizOutputFormat[] |
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 EGraphvizOutputFormat CANON
public static final EGraphvizOutputFormat DOT
public static final EGraphvizOutputFormat GIF
public static final EGraphvizOutputFormat JPG
public static final EGraphvizOutputFormat PS2
public static final EGraphvizOutputFormat PNG
public static final EGraphvizOutputFormat SVG
Method Detail |
---|
public static EGraphvizOutputFormat[] values()
for (EGraphvizOutputFormat c : EGraphvizOutputFormat.values()) System.out.println(c);
public static EGraphvizOutputFormat 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()
public java.lang.String getFileExtension()
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |