A | |
arrow_style [Avl_draw] |
Available arrows styles:
|
arrow_style [Avl_graphviz] | |
C | |
color [Avl_draw] |
Colors are represented by integers, using the same encoding than that
of the Objective Caml graphics library.
|
color [Avl_graphviz] | |
E | |
edge [Avl_draw.GRAPH] | |
edge [Avl_graphviz.Neato.INPUT] | |
edge [Avl_graphviz.Neato.Attributes] |
Attributes of edges.
|
edge [Avl_graphviz.Dot.INPUT] | |
edge [Avl_graphviz.Dot.Attributes] |
Attributes of edges.
|
edge [Avl_graphviz.CommonAttributes] |
Attributes of edges.
|
edge_attributes [Avl_draw] |
The drawing attributes of an edge are specified by a record of type
edge_attributes .
|
engine [Avl_draw.MakeGraphics] | |
engine [Avl_draw.Make] |
Spatial arrangement of nodes and edges is performed by an
external engine.
|
G | |
graph [Avl_draw.GRAPH] | |
graph [Avl_graphviz.Neato.INPUT] | |
graph [Avl_graphviz.Neato.Attributes] |
Attributes of graphs.
|
graph [Avl_graphviz.Dot.INPUT] | |
graph [Avl_graphviz.Dot.Attributes] |
Attributes of graphs.
|
graph [Avl_graphviz.CommonAttributes] |
Attributes of graphs.
|
graph [Avl_kernel.GRAPH] |
The type of graphs.
|
graph [Avl_kernel.GRAPH_acyclic] |
The type of graphs.
|
graph [Avl_closure.GRAPH] |
The type of graphs.
|
graph [Avl_tarjan.GRAPH] |
The type of graphs.
|
graph [Avl_topo.GRAPH] |
The type of graphs.
|
N | |
node [Avl_draw.GRAPH] | |
node [Avl_graphviz.Neato.INPUT] | |
node [Avl_graphviz.Neato.Attributes] |
Attributes of nodes.
|
node [Avl_graphviz.Dot.INPUT] | |
node [Avl_graphviz.Dot.Attributes] |
Attributes of nodes.
|
node [Avl_graphviz.CommonAttributes] |
Attributes of nodes.
|
node [Avl_kernel.GRAPH] |
The type of nodes.
|
node [Avl_kernel.GRAPH_acyclic] |
The type of nodes.
|
node [Avl_closure.GRAPH] |
The type of nodes.
|
node [Avl_tarjan.GRAPH] |
The type of nodes.
|
node [Avl_topo.GRAPH] |
The type of nodes.
|
node_attributes [Avl_draw] |
The drawing attributes of a node are specified by a record of
type
'a node_attributes .
|
P | |
point [Avl_draw] |
Coordinates of point are given by a pair of integers.
|
S | |
scc [Avl_kernel] |
In the general case, nodes must provide an additional internal field
of type
'a scc .
|
T | |
text_label_attributes [Avl_draw] |
The attributes of a text label are specified by a record of type
text_label_attributes .
|
W | |
window [Avl_draw.DRAW] |