Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct Rectangle


Description
specifies a rectangular area by position and size.


Elements

long X
Description
specifies the x-coordinate.
long Y
Description
specifies the y-coordinate.
long Width
Description
specifies the width.
long Height
Description
specifies the height.
Top of Page