getSVGToolTipMode       package:RSVGTipsDevice       R Documentation

_R_e_t_u_r_n _t_h_e _t_o_o_l _t_i_p _m_o_d_e _o_f _t_h_e _R_S_V_G_T_i_p_s _d_e_v_i_c_e

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

     Return the tool tip mode of the RSVGTips device.

_U_s_a_g_e:

     getSVGToolTipMode()

_D_e_t_a_i_l_s:

     Returns the mode that was set in the call to 'devSVGTips' (this
     mode cannot be changed while a plot is being created.)

_V_a_l_u_e:

     An integer representing the tooltip mode of the current device: 

      -1: : the current device is not an RSVGTips device

       0: : the tooltips are not being used

       1: : tool tips are title + one line of description

       2: : tool tips are title + two lines of description

     normal-bracket17bracket-normal

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

     Tony Plate tplate@acm.org

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

     'devSVGTips'

_E_x_a_m_p_l_e_s:

