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