Class DOTExporter<T>

    • Method Detail

      • export

        public String export​(T graph)
        Renders a graph to a DOT string.
        Parameters:
        graph - the graph to export
        Returns:
        the DOT source
      • export

        public abstract void export​(T graph,
                                    Writer output)
        Writes the DOT rendering of a graph.
        Parameters:
        graph - the graph to export
        output - the writer that receives the DOT source