KEGGGraphics-class         package:KEGGgraph         R Documentation

_c_l_a_s_s '_K_E_G_G_G_r_a_p_h_i_c_s'

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

     A class to represent 'graphics' element in KGML files

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

     This method is mainly used to extract visualization information
     from KGML files.

     Objects can be created by calling 'parseGraphics'

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


     '_n_a_m_e': Object of class '"character"' graphics name 

     '_x': Object of class '"integer"' x coordinate in KEGG figure 

     '_y': Object of class '"integer"' y coordinate in KEGG figure 

     '_t_y_p_e': Object of class '"character"' graphics type (shape)

     '_w_i_d_t_h': Object of class '"integer"' witdh of the symbol 

     '_h_e_i_g_h_t': Object of class '"integer"' height of the symbol

     '_f_g_c_o_l_o_r': Object of class '"character"' foreground color

     '_b_g_c_o_l_o_r': Object of class '"character"' background color

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

     Jitao David Zhang <URL: mailto:j.zhang@dkfz.de>

_R_e_f_e_r_e_n_c_e_s:

     KGML Manual <URL: http://www.genome.jp/kegg/docs/xml/>

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

     'parseGraphics'

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

     showClass("KEGGGraphics")

