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

IONCanvas() / IONJCanvas()

The IONCanvas() method constructs an IONCanvas object of the given size. This object can then be placed in a Java AWT tree. The IONJCanvas() method constructs an IONJCanvas object.

Syntax

public IONCanvas(int width, int height)

public IONJCanvas(int width, int height)

Arguments

width

The width of the canvas.

height

The height of the canvas.

Exceptions

None.

  IDL Online Help (March 06, 2007)