PictureChar-class          package:grImport          R Documentation

_C_l_a_s_s "_P_i_c_t_u_r_e_C_h_a_r"

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

     A description of a polygon path that describes the outline of a
     character (and might be part of a larger picture).

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

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

     '_y': 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 = "PictureChar")':  convert to a grid
          grob (for one-off drawing).  Use argument 'fillText' to fill
          the text rather than just stroke the outline.  In that case,
          the first path for this character is filled in the
          appropriate colour and all subsequent paths are filled using
          a colour controlled by the 'bgText' argument (default is
          white).

     _s_y_m_b_o_l_i_z_e 'signature(object = "PictureChar")':  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', 'PictureStroke-class', and 'grid.picture',
     'grid.symbols'.

