aafSigned-class package:annaffy R Documentation _C_l_a_s_s _a_a_f_S_i_g_n_e_d, _a _c_l_a_s_s _f_o_r _s_i_g_n_e_d _n_u_m_e_r_i_c_a_l _d_a_t_a _D_e_s_c_r_i_p_t_i_o_n: A class for displaying signed numerical data with different styles depending on the sign. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects are generally created by the 'aafTable' constructor. Objects can also be created manually by calls of the form 'new("aafSigned", signedval)'. _S_l_o_t_s: '._D_a_t_a': Object of class 'numeric' _E_x_t_e_n_d_s: Class 'numeric', from data part. _M_e_t_h_o_d_s: _g_e_t_T_D (aafSigned): Returns an HTML table cell with class differentially set based on sign. 'aafSignedPos' is used for positive values. 'aafSignedNeg' is used for negative values. 'aafSignedZero' is used for zero values. _g_e_t_C_S_S (aafSigned): Returns two lines of CSS that set the cell background of positive values light blue and negative values light red. See generic implementations of 'getText', 'getURL', and 'getHTML'. _A_u_t_h_o_r(_s): Colin A. Smith, annaffy@colinsmith.org _S_e_e _A_l_s_o: aafTable