DynamicGraphView-class     package:dynamicGraph     R Documentation

_C_l_a_s_s "_D_y_n_a_m_i_c_G_r_a_p_h_V_i_e_w"

_D_e_s_c_r_i_p_t_i_o_n:

     The class for views of the models of the dynamicGraph.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     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.

_S_l_o_t_s:

     '_i_d._e_n_v': Object of class '"character"': Internal identification
          of object. 

     '_i_d': Object of class '"numeric"': (internal) Integer, increased
          for each redraw of the graph window. 

     '_t_i_t_l_e': Object of class '"character"': The value of the argument
          'title' of  'dynamicGraphMain', combined with the 'viewType'
          of the model object, printed by 'Str'. 

     '_i_n_d_e_x': Object of class '"numeric"': The 'index' of the view. 

     '_d_g': Object of class '"dg.graphedges"' ~~ 

_M_e_t_h_o_d_s:


     _l_a_b_e_l<- 'signature(x = "DynamicGraphView")': ... 

     _l_a_b_e_l 'signature(object = "DynamicGraphView")': ... 

     _i_n_d_e_x 'signature(object = "DynamicGraphView")': ... 

     _d_g<- 'signature(x = "DynamicGraphView")':  (This could be a handle
          for, e.g., adding edges.) 

     _d_g 'signature(object = "DynamicGraphView")': ... 

     _S_t_r 'signature(object = "DynamicGraphView")': Compactly display
          the internal *str*ucture of a dynamicGraph view object. 

     _s_h_o_w 'signature(object = "DynamicGraph")': calls the method 'Str'. 

     _c_a_n_v_a_s 'signature(object = "DynamicGraphView")': ... 

     _t_a_g_s 'signature(object = "DynamicGraphView")': ... 

     _t_o_p 'signature(object = "DynamicGraphView")': ... 

     _v_b_o_x 'signature(object = "DynamicGraphView")': ... 

     _v_i_e_w_L_a_b_e_l 'signature(object = "DynamicGraphView")': ... 

     _c_o_n_t_r_o_l<- 'signature(x = "DynamicGraphView")':  See
          'DynamicGraph-class'. 

_A_u_t_h_o_r(_s):

     Jens Henrik Badsberg

_S_e_e _A_l_s_o:

     'dynamicGraphMain', 'DynamicGraph-class', and
     'DynamicGraphModel-class'.

