DynamicGraphView-class {dynamicGraph}R Documentation

Class "DynamicGraphView"

Description

The class for views of the models of the dynamicGraph.

Objects from the Class

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.

Slots

id.env:
Object of class "character": Internal identification of object.
id:
Object of class "numeric": (internal) Integer, increased for each redraw of the graph window.
title:
Object of class "character": The value of the argument title of dynamicGraphMain, combined with the viewType of the model object, printed by Str.
index:
Object of class "numeric": The index of the view.
dg:
Object of class "dg.graphedges" ~~

Methods

label<-
signature(x = "DynamicGraphView"): ...
label
signature(object = "DynamicGraphView"): ...
index
signature(object = "DynamicGraphView"): ...
dg<-
signature(x = "DynamicGraphView"): (This could be a handle for, e.g., adding edges.)
dg
signature(object = "DynamicGraphView"): ...
Str
signature(object = "DynamicGraphView"): Compactly display the internal *str*ucture of a dynamicGraph view object.
show
signature(object = "DynamicGraph"): calls the method Str.
canvas
signature(object = "DynamicGraphView"): ...
tags
signature(object = "DynamicGraphView"): ...
top
signature(object = "DynamicGraphView"): ...
vbox
signature(object = "DynamicGraphView"): ...
viewLabel
signature(object = "DynamicGraphView"): ...
control<-
signature(x = "DynamicGraphView"): See DynamicGraph-class.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraph-class, and DynamicGraphModel-class.


[Package dynamicGraph version 0.2.2.4 Index]