net.sourceforge.plantuml.cucadiagram.dot
Class GraphvizCached
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.GraphvizCached
- All Implemented Interfaces:
- Graphviz
public class GraphvizCached
- extends Object
- implements Graphviz
Constructor Summary |
GraphvizCached(net.sourceforge.plantuml.cucadiagram.dot.AbstractGraphviz graphviz)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphvizCached
public GraphvizCached(net.sourceforge.plantuml.cucadiagram.dot.AbstractGraphviz graphviz)
createFile
public void createFile(OutputStream os)
throws IOException,
InterruptedException
- Specified by:
createFile
in interface Graphviz
- Throws:
IOException
InterruptedException
dotVersion
public String dotVersion()
throws IOException,
InterruptedException
- Specified by:
dotVersion
in interface Graphviz
- Throws:
IOException
InterruptedException
getDotExe
public File getDotExe()
- Specified by:
getDotExe
in interface Graphviz
testFile
public String testFile(String dotfilename,
String outfile)
throws IOException,
InterruptedException
- Specified by:
testFile
in interface Graphviz
- Throws:
IOException
InterruptedException
Copyright © 2011. All Rights Reserved.