aRTvisual-class             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 configuration 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
     nomenclature, visual{Points, Lines, Polygons} are mostly
     recommended.

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

_P_o_i_n_t _s_t_y_l_e_s:

     _0 aa

     _1 aa

_L_i_n_e _s_t_y_l_e_s:

     _0 aa

     _1 aa

_P_o_l_y_g_o_n _s_t_y_l_e_s:

     _0 aa

     _1 aa

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

     Pedro Ribeiro de Andrade Neto

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

     <URL: http://www.est.ufpr.br/aRT>

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

     See 'aRTvisual-METHOD' for a method of this class or
     'CLASSNAME-class' for links to other classes.

