Package net.sourceforge.plantuml.dot
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()booleangraphviz244onWindows()
-
-
-
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()
-
-