PictureFill-class          package:grImport          R Documentation

_C_l_a_s_s "_P_i_c_t_u_r_e_F_i_l_l"

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

     A description of a polygon path (that 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 (not typically used because the polygon is
          meant to be  filled not 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 = "PictureFill")':  convert to a grid
          grob (for one-off drawing).

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

_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'.

