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(OutputStream os)
String
dotVersion()
File
getDotExe()
ExeState
getExeState()
boolean
graphviz244onWindows()
-
-
-
Method Detail
-
createFile3
ProcessState createFile3(OutputStream os)
-
getDotExe
File getDotExe()
-
dotVersion
String dotVersion()
-
getExeState
ExeState getExeState()
-
graphviz244onWindows
boolean graphviz244onWindows()
-
-