|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.assertions.data.Point
public class Point
Represents a location in (x, y) coordinate space, specified in integer precision.
Field Summary | |
---|---|
int |
x
The x coordinate. |
int |
y
The y coordinate. |
Method Summary | |
---|---|
static Point |
atPoint(int x,
int y)
Creates a new Point . |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int x
public final int y
Method Detail |
---|
public static Point atPoint(int x, int y)
Point
.
x
- the x coordinate.y
- the y coordinate.
Point
.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |