class GraphViz::Edge

Defined in:

graphviz/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node_one : GraphViz::Node | Tuple(GraphViz::Node, String), node_two : GraphViz::Node | Tuple(GraphViz::Node, String), parent_graph : GraphViz) #

[View source]

Instance Method Detail

def <<(node) #

[View source]
def >>(node) #

[View source]
def [](attr_name) #

[View source]
def []=(attr_name, attr_value) #

[View source]
def each_attribute(global = true, &) #

[View source]
def parent_graph : GraphViz #

[View source]
def root_graph #

[View source]
def set(&) #

[View source]
def to_gv(io, o_graph_type) #

[View source]