|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPoint
Platform and technology independent point definition.
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 |
---|
int getX()
IPoint
.
void setX(int pX)
IPoint
.
pX
- the x coordinateint getY()
IPoint
.
void setY(int pY)
IPoint
.
pY
- the y coordinate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |