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

IONGrDrawable() / IONJGrDrawable()

The IONGrDrawable() method constructs an IONGrDrawable object of a specified size.

Syntax

public IONGrDrawable(int iWidth, int iHeight)

public IONJGrDrawable(int iWidth, int iHeight)

Arguments

iWidth

The width of the drawing area.

iHeight

The height of the drawing area.

Exceptions

None.

  IDL Online Help (March 06, 2007)