Class GraphOutputDot


  • public class GraphOutputDot
    extends java.lang.Object
    Output the Graph in GraphViz Dot format.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void write​(Graph graph, java.io.File outputFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • write

        public static void write​(Graph graph,
                                 java.io.File outputFile)
                          throws java.io.IOException
        Throws:
        java.io.IOException