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

setStart()

The setStart() method defines the coordinates of the lower left corner of the image.

Syntax

public void setStart(int x, int y)

public void setStart(float x, float y)

public void setStart(double x, double y)

Arguments

x

The x coordinate position of the left edge of the image.

y

The y coordinate position of the left edge of the image.

Exceptions

None.

  IDL Online Help (March 06, 2007)