Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DynamicGraphView-class

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


dynamicGraph

dynamicGraph

v0.2.2.6
GPL (>= 2)
Authors
Jens Henrik Badsberg <coco@badsberg.eu>
Initial release
2010/01/30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.