Class GraphViz<V>

    • Constructor Detail

      • GraphViz

        public GraphViz()
        Instantiates a new GraphViz writer/renderer.
      • GraphViz

        public GraphViz​(VertexEncoder<V> vertexEncoder)
        Instantiates a new GraphViz writer/renderer.
        Parameters:
        vertexEncoder - the vertex encoder
      • GraphViz

        public GraphViz​(EdgeEncoder<V> edgeEncoder)
        Instantiates a new GraphViz writer/renderer.
        Parameters:
        edgeEncoder - the edge encoder
      • GraphViz

        public GraphViz​(VertexEncoder<V> vertexEncoder,
                        EdgeEncoder<V> edgeEncoder)
        Instantiates a new GraphViz writer/renderer.
        Parameters:
        vertexEncoder - the vertex encoder
        edgeEncoder - the edge encoder
      • GraphViz

        public GraphViz​(VertexEncoder<V> vertexEncoder,
                        EdgeEncoder<V> edgeEncoder,
                        GraphViz.Format format)
        Instantiates a new GraphViz writer/renderer.
        Parameters:
        vertexEncoder - the vertex encoder
        edgeEncoder - the edge encoder
        format - the format