|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONOffScreen() method constructs an object of the IONOffScreen class.
public IONOffScreen(int width, int height, Component comp)
The width of the drawing area.
The height of the drawing area.
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.
None.
IONOffScreen offscreen = new IONOffScreen();
IDL Online Help (March 06, 2007)