aRTvisual                package:aRT                R Documentation

_C_l_a_s_s _a_R_T_v_i_s_u_a_l

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

     Class that contains configurations about the visual of a theme.
     Some attributes are used for specific geometries. The attribute
     names are the same of TerraLib objects, if you want to use R
     values (lty, for instance), we recommend to use 'visualPoints()',
     'visualLines()', 'visualPolygons()' and 'visualRaster()'.

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

     'new("aRTvisual", color="blue")'

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


     '_c_o_l_o_r' internal color of the elements, or a vector of colors of a
          raster.

     '_c_c_o_l_o_r' the contour color.

     '_s_t_y_l_e' the style of the drawing. It depends on the geometry.

     '_t_r_a_n_s_p' the transparency factor of the color, a integer between 0
          and 100.

     '_c_t_r_a_n_s_p' the transparency factor of ccolor.

     '_c_w_i_d_t_h' the contour width.

     '_w_i_d_t_h' width of the line.

     '_s_i_z_e' the size of the object to be drawn. 

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

     Pedro Ribeiro de Andrade

