Previous ION Java User's Guide: ION Java Class and Method Reference Next

IONOffScreen()

The IONOffScreen() method constructs an object of the IONOffScreen class.

Syntax

public IONOffScreen(int width, int height, Component comp)

Arguments

width

The width of the drawing area.

height

The height of the drawing area.

comp

A visible used to create images. This needs to be a component that is already visible on the users screen in order for the OffScreen to be properly created.

Exceptions

None.

Example

IONOffScreen offscreen = new IONOffScreen();  

  IDL Online Help (March 06, 2007)