|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.util.Point
public class Point
Instances of this class represent places on the (x, y) coordinate plane.
Rectangle| Field Summary | |
|---|---|
int |
x
The x coordinate of the point |
int |
y
The y coordinate of the point |
| Constructor Summary | |
|---|---|
Point(int x,
int y)
Constructs a new point with the given x and y coordinates. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
| Constructor Detail |
|---|
public Point(int x,
int y)
x - the x coordinate of the new pointy - the y coordinate of the new point| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||