|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vizzini.util.GraphvizRunner
public class GraphvizRunner
Provides a utility to run the Graphviz program.
Constructor Summary | |
---|---|
GraphvizRunner()
Construct this object. |
|
GraphvizRunner(String graphvizRunner)
Construct this object with the given parameter. |
Method Summary | |
---|---|
void |
run(String dotString,
String fileRoot)
Run Graphviz using the given parameters. |
void |
run(String dotFilename,
String outputFormat,
String outputFilename)
Run Graphviz using the given parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphvizRunner()
public GraphvizRunner(String graphvizRunner)
graphvizRunner
- Full path to the Graphviz runner script.Method Detail |
---|
public void run(String dotString, String fileRoot)
dotString
- Dot format string to process.fileRoot
- Full path to the root of the dot file and the desired
output file.public void run(String dotFilename, String outputFormat, String outputFilename)
dotFilename
- Full pathname of the dot file to process.outputFormat
- Desired output format. (e.g. png)outputFilename
- Full pathname of the output file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |