|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Position
Constructor Summary | |
Position()
|
|
Position(int row,
int col,
Position par)
|
Method Summary | |
int |
getColumn()
|
int |
getRow()
|
void |
setColumn(int col)
|
void |
setRow(int row)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Position()
public Position(int row, int col, Position par)
Method Detail |
public int getRow()
public int getColumn()
public void setRow(int row)
public void setColumn(int col)
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |