Class dg.Node
A skeleton class for the classes of vertices, edges and block objects.
The objects has the slots and methods relevant to vertices, edges and blocks.
color
:Object of class "character"
with the color
of the object.
label
:Object of class "character"
with the label
of the object.
label.position
:Object of class "numeric"
with the label.positions
of the object.
signature(object = "dg.Node")
:
Add items to the pop up menu (nodePop
\-upMenu
)
of the object by tkadd
.
signature(x = "dg.Node")
:
Set the color
of the object.
signature(object = "dg.Node")
:
Return the color
of the object.
signature(x = "dg.Node")
:
Set the label
of the object.
signature(object = "dg.Node")
:
Return the label
of the object.
signature(x = "dg.Node")
:
Set the label.position
of the object.
signature(object = "dg.Node")
:
Return the label.position
of the object.
signature(object = "dg.Node")
:
Open a Tk/tcl-window with the slots of the node.
signature(object = "dg.Node")
: ...
Jens Henrik Badsberg
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.