|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.imaging.IntLocation2D
Field Summary | |
int |
x
x-axis value |
int |
y
y-axis value |
Constructor Summary | |
IntLocation2D()
default ctor |
|
IntLocation2D(int anX,
int aY)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int x
public int y
Constructor Detail |
public IntLocation2D()
public IntLocation2D(int anX, int aY)
anX
- aY
- Method Detail |
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |