Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawGraphSVG ¶
func DrawGraphSVG(g graph.DirectedGraphView, path string) error
Types ¶
type GraphvizGraph ¶
type GraphvizGraph struct {
// contains filtered or unexported fields
}
func BuildGraphvizGraph ¶
func BuildGraphvizGraph(g graph.DirectedGraphView) (*GraphvizGraph, error)
func (*GraphvizGraph) Close ¶
func (g *GraphvizGraph) Close() error
func (*GraphvizGraph) RenderDOT ¶
func (g *GraphvizGraph) RenderDOT() (string, error)
func (*GraphvizGraph) RenderSVG ¶
func (g *GraphvizGraph) RenderSVG() (string, error)
func (*GraphvizGraph) RenderSVGToFile ¶
func (g *GraphvizGraph) RenderSVGToFile(path string) error
Click to show internal directories.
Click to hide internal directories.