Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryProvider ¶
func NewSimpleCategoryProvider ¶
func NewSimpleCategoryProvider(id, background, textColor string) CategoryProvider
type DirectedGraph ¶
type DirectedGraph struct { //https://msdn.microsoft.com/en-us/library/dn966108.aspx Nodes []*Node `xml:"Nodes>Node"` Links []*Link `xml:"Links>Link"` Categories []*Category `xml:"Categories>Category"` }
type Drawer ¶
type Drawer struct {
// contains filtered or unexported fields
}
func (*Drawer) AddCategory ¶
func (d *Drawer) AddCategory(categoryProvider CategoryProvider)
func (*Drawer) AddLink ¶
func (d *Drawer) AddLink(fromID, toID, linkName string, categoryProvider CategoryProvider)
func (*Drawer) AddNode ¶
func (d *Drawer) AddNode(label string, categoryProvider CategoryProvider) (id string)
func (*Drawer) SaveToDGML ¶
Click to show internal directories.
Click to hide internal directories.