Package | Description |
---|---|
org.processmining.plugins.graphviz.dot |
Modifier and Type | Method and Description |
---|---|
static Dot2Image.Engine |
Dot2Image.Engine.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dot2Image.Engine[] |
Dot2Image.Engine.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,
Dot2Image.Engine engine) |
static boolean |
Dot2Image.dot2image(java.lang.String dot,
java.io.File file,
Dot2Image.Type type,
Dot2Image.Engine engine) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(Dot dot,
Dot2Image.Type type,
Dot2Image.Engine engine) |
static java.io.InputStream |
Dot2Image.dot2imageInputStream(java.lang.String dot,
Dot2Image.Type type,
Dot2Image.Engine engine) |