DynamicGraphView-class {dynamicGraph}R Documentation

Class "DynamicGraphView"

Description

The class for views of the models of the dynamicGraph.

Objects from the Class

Objects of the class DynamicGraphView-class is created in the redrawView function in the drawModel function of dynamicGraphMain.

Objects of this class will be a part of each model in the model list of the returned value from dynamicGraphMain, and will store the view specific items of a model, plus the identification of the Tcl/tk window.

Slots

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.
top:
Object of class "tkwin": The tkwin-top of the graph window.
canvas:
Object of class "tkwin": The canvas-top of the graph window.
tags:
Object of class "list": The tags of the objects drawn in the graph window.
update:
Object of class "function": For updating the view and slots of the view.
id:
Object of class "numeric": Integer, increased for each redraw of the graph window.
viewLabel:
Text string with the type of the view.
visibleVertices:
Object of class "numeric": Numeric vector of the indices of the vertices of vertexList plotted in the view.
visibleBlocks:
Object of class "numeric": Numeric vector of the indices of the blocks of blockList plotted in the view.
extraVertices:
Object of class "dg.Vertexlist": The extraList of the view.
vertexEdges:
Object of class "dg.VertexEdgeList": The edgeList of the view.
blockEdges:
Object of class "dg.BlockEdgeList": The blockEdgeList of the view.
factorVertices:
Object of class "dg.FactorVertexList": The factorVertexList of the view.
factorEdges:
Object of class "dg.FactorEdgeList": The factorEdgeList of the view.
extraEdges:
Object of class "dg.ExtraEdgeList": The extraEdgeList of the view.

Methods

Str
signature(object = "DynamicGraphView"): Compactly display the internal *str*ucture of a dynamicGraph view object.
show
signature(object = "DynamicGraph"): calls the method Str.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraph-class, and DynamicGraphModel-class.


[Package dynamicGraph version 0.1.7.0 Index]