PictureText-class          package:grImport          R Documentation

_C_l_a_s_s "_P_i_c_t_u_r_e_T_e_x_t"

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

     A description of a piece of text to draw, at a particular location
     and a particular size (and it might be part of a larger picture).

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

     '_s_t_r_i_n_g': Object of class '"character"' 

     '_x': Object of class '"numeric"' 

     '_y': Object of class '"numeric"' 

     '_w': Object of class '"numeric"' 

     '_h': Object of class '"numeric"' 

     '_r_g_b': Object of class '"character"'  that specifies the fill
          colour for the polygon.

     '_l_w_d': Object of class '"numeric"'  that specifies the line width
          of the polygon (only used if the character outline is
          stroked).

_E_x_t_e_n_d_s:

     Class '"PictureOp"', directly.

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

     _g_r_o_b_i_f_y 'signature(object = "PictureText")':  convert to a grid
          grob (for one-off drawing).

     _s_y_m_b_o_l_i_z_e 'signature(object = "PictureText")':  convert to a grid
          grob (for drawing as a data symbol). Currently draws nothing.

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

     Paul Murrell

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

     'Picture-class', 'PictureChar-class', and 'grid.picture',
     'grid.symbols'.

