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

struct Rectangle
Description
specifies a rectangular area by position and size.

Elements' Summary
X specifies the x-coordinate.  
Y specifies the y-coordinate.  
Width specifies the width.  
Height specifies the height.  
Elements' Details
X
long X;
Description
specifies the x-coordinate.
Y
long Y;
Description
specifies the y-coordinate.
Width
long Width;
Description
specifies the width.
Height
long Height;
Description
specifies the height.
Top of Page