Documentation
¶
Index ¶
- type Edge
- type Graph
- func (g *Graph) Close() error
- func (g *Graph) CreateEdge(edgeName string, startNode *Node, endNode *Node) (*Edge, error)
- func (g *Graph) CreateNode(name string) (*Node, error)
- func (g *Graph) RenderSVG(ctx context.Context, w io.Writer) error
- func (g *Graph) SetBackgroundColor(color specw.Color)
- func (g *Graph) WithoutBackground()
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct {
// contains filtered or unexported fields
}
func (*Edge) SetFontName ¶
func (*Edge) SetFontSize ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) CreateEdge ¶
func (*Graph) SetBackgroundColor ¶
func (*Graph) WithoutBackground ¶
func (g *Graph) WithoutBackground()
Click to show internal directories.
Click to hide internal directories.