JavaGD (version 0.6-5)

JavaGD: Create a new Java graphics device

Description

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

Usage

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

Value

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

Arguments

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

Examples

Run this code
if (FALSE) {
JavaGD()
}

Run the code above in your browser using DataLab