gdObject-class         package:GenomeGraphs         R Documentation

_C_l_a_s_s "_g_d_O_b_j_e_c_t" _i_s _t_h_e _p_a_r_e_n_t _c_l_a_s_s _o_f _a_l_l _o_f _t_h_e _o_b_j_e_c_t_s _i_n _t_h_e
_s_y_s_t_e_m.

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

     The gdObject is the superclass of all the classes in the system
     and provides some basic functionality for displaying and managing
     graphical parameters.

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

     Objects can be created by calls of the form 'new("gdObject",
     ...)'. Generally, this class is meant to be subclassed and not
     created directly.

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


     '_d_p': Object of class '"DisplayPars"' ~~ 

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


     _g_e_t_C_e_x 'signature(obj = "gdObject")': ... 

     _g_e_t_C_o_l_o_r 'signature(obj = "gdObject")': ... 

     _g_e_t_L_t_y 'signature(obj = "gdObject")': ... 

     _g_e_t_L_w_d 'signature(obj = "gdObject")': ... 

     _g_e_t_P_a_r 'signature(obj = "gdObject")': ... 

     _g_e_t_P_c_h 'signature(obj = "gdObject")': ... 

     _g_e_t_P_o_i_n_t_S_i_z_e 'signature(obj = "gdObject")': ... 

     _g_e_t_S_i_z_e 'signature(obj = "gdObject")': ... 

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "gdObject")': ... 

     _s_e_t_P_a_r 'signature(obj = "gdObject")': ... 

     _s_h_o_w_D_i_s_p_l_a_y_O_p_t_i_o_n_s 'signature(obj = "gdObject")': ... 

     _s_h_o_w_D_i_s_p_l_a_y_O_p_t_i_o_n_s 'signature(obj = "character")': ... 

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

     James Bullard

_E_x_a_m_p_l_e_s:

     showClass("gdObject")

