JavaGD                package:JavaGD                R Documentation

_C_r_e_a_t_e _a _n_e_w _J_a_v_a _g_r_a_p_h_i_c_s _d_e_v_i_c_e

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

     'JavaGD' initializes a new Java grapgics device and creates a new
     window.

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

     JavaGD(name="JavaGD", width=400, height=300, ps=12)

_A_r_g_u_m_e_n_t_s:

    name: Name of the device

   width: Initial width of the window (usually in pixels, but the
          actual interpretation depends on the Java implementation)

  height: Initial height of the window

      ps: Initial point size

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

     Currently the return value is implementation dependent, mostly
     just the return code as returned by the low-level C function

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

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

     ## Not run: 
     JavaGD()
     ## End(Not run)

