CoordinateType Property

This member of Class WaveLinkWidget is supported on: Palm, CE

The CoordinateType Property determines how the values entered for the x and y-coordinates of the widget are interpreted.

Syntax

public int getCoordinateType()
public void setCoordinateType (int coordType)
throws IllegalArgumentException

Parameters

coordType

The coordinate type. The possible values are:

BYCELL - Position the widget using cell coordinates (rows and columns)

BYPERCENTAGE - Position the widget using percentage coordinates

BYPIXEL - Position the widget using pixel coordinates

Returns

The coordinate type of the widget

Throws

IllegalArgumentException

Remarks

The CoordinateType Property determines how to interpret the values entered in the XCoord, YCoord, Height, and Width properties for the widget. The default value is BYCELL.

See Constant Values for the numeric equates returned by the function.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal