Interface Graphviz
-
- All Known Implementing Classes:
GraphvizJs
public interface Graphviz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessStatecreateFile3(java.io.OutputStream os)java.lang.StringdotVersion()java.io.FilegetDotExe()ExeStategetExeState()
-
-
-
Method Detail
-
createFile3
ProcessState createFile3(java.io.OutputStream os)
-
getDotExe
java.io.File getDotExe()
-
dotVersion
java.lang.String dotVersion()
-
getExeState
ExeState getExeState()
-
-