| DynamicGraphView-class {dynamicGraph} | R Documentation |
The class for views of the models of the dynamicGraph.
An object of the class DynamicGraphView-class is created
for each view of an model in dynamicGraphMain.
Objects of this class will be a part of each model in the list of models
of the returned value from dynamicGraphMain,
and will store the view specific items of a model.
Methods are avaliable for returning references to the Tcl/tk window.
id.env:"character":
Internal identification of object. id:"numeric":
(internal) Integer, increased for each redraw of the graph window. title:"character":
The value of the argument title of
dynamicGraphMain, combined with the
viewType of the model object, printed by Str. index:"numeric":
The index of the view. dg:"dg.graphedges" ~~ signature(x = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(x = "DynamicGraphView"):
(This could be a handle for, e.g., adding edges.) signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"):
Compactly display the internal *str*ucture
of a dynamicGraph view object. signature(object = "DynamicGraph"): calls the method
Str. signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(object = "DynamicGraphView"): ... signature(x = "DynamicGraphView"):
See DynamicGraph-class. Jens Henrik Badsberg
dynamicGraphMain,
DynamicGraph-class, and
DynamicGraphModel-class.