BioMVCClass (version 1.40.0)

graphView-class: Class "graphView": A class to represent a graph view

Description

graphView is a class to represent a view that is a graph. graphView inherits from the class, plotView, which inherits from the virtual class, genView.

Arguments

Objects from the Class

Objects can be created by calls of the form new("graphView", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).

Slots

plotDevice:
the plot device number
plotPar:
the parameter list for the plot, see par()
drArea:
an object of class "GtkDrawingArea"
dataName:
a character string describing what data are shown in the view
win:
an object of class "GtkWindow" that holds the view
winNum:
a number that tells what number view this is (for example, the first view created will have winNum=1)
grLayout:
the Ragraph object, which represents the layout for the graph plot

Extends

Class "plotView", directly. Class "genView", by class "plotView".

Methods

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