CanvasProto-class {dynamicGraph}R Documentation

Class "CanvasProto"

Description

The class for objects unique to each dynamic graph.

Objects from the Class

Objects can be created by calls of the form new("CanvasProto", ...).

Slots

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.
id:
Object of class "numeric": Integer, increased for each redraw of the graph window.
visibleVertices:
Object of class "numeric": Numeric vector of the indices of the vertices of vertexList plotted in the graph window.
extraVertices:
Object of class "list": The extraList of the graph in the window.
graphEdges:
Object of class "list": The edgeList of the graph in the window.
blockEdges:
Object of class "list": The blockEdgeList of the graph in the window.
factorVertices:
Object of class "list": The factorVertexList of the graph in the window.
factorEdges:
Object of class "list": The factorEdgeList of the graph in the window.

Methods

No methods defined with class "CanvasProto" in the signature.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, GraphLatticeProto-class.


[Package Contents]