javax.rad.ui
Interface IPoint

All Superinterfaces:
IResource
All Known Subinterfaces:
IRectangle
All Known Implementing Classes:
AwtPoint, AwtRectangle, UIPoint, UIRectangle

public interface IPoint
extends IResource

Platform and technology independent point definition.

See Also:
Point

Method Summary
 int getX()
          The X coordinate of the upper-left corner of the IPoint.
 int getY()
          The Y coordinate of the upper-left corner of the IPoint.
 void setX(int pX)
          Sets the x coordinate of the IPoint.
 void setY(int pY)
          Sets the y coordinate of the IPoint.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getX

int getX()
The X coordinate of the upper-left corner of the IPoint.

Returns:
the x coordinate.

setX

void setX(int pX)
Sets the x coordinate of the IPoint.

Parameters:
pX - the x coordinate

getY

int getY()
The Y coordinate of the upper-left corner of the IPoint.

Returns:
the y coordinate.

setY

void setY(int pY)
Sets the y coordinate of the IPoint.

Parameters:
pY - the y coordinate


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.