| Package | Description |
|---|---|
| org.processmining.plugins.graphviz.dot |
| Modifier and Type | Method and Description |
|---|---|
static Dot2Image.Type |
Dot2Image.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dot2Image.Type[] |
Dot2Image.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Dot2Image.dot2image(Dot dot,
java.io.File file,
Dot2Image.Type type) |
static boolean |
Dot2Image.dot2image(java.lang.String dot,
java.io.File file,
Dot2Image.Type type) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(Dot dot,
Dot2Image.Type type) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(java.lang.String dot,
Dot2Image.Type type) |