| Package | Description |
|---|---|
| net.dontdrinkandroot.visualization.graphviz |
| Modifier and Type | Method and Description |
|---|---|
static LayoutEngine |
LayoutEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutEngine[] |
LayoutEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphvizVisualization.render(File inFile,
File outFile,
LayoutEngine layoutEngine)
Render a dot file using Graphviz.
|
static void |
GraphvizVisualization.render(File inFile,
File outFile,
LayoutEngine layoutEngine,
long generationTimeout)
Render a dot file using Graphviz.
|
void |
GraphvizVisualization.render(File outFile,
LayoutEngine layoutEngine)
Perform the actual graph rendering.
|
void |
GraphvizVisualization.render(File outFile,
LayoutEngine layoutEngine,
long generationTimeout)
Perform the graph rendering with limited maximal time.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.