|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ukacgla_KMap.Abstract_Cell
Field Summary | |
protected java.lang.String |
cell
|
Constructor Summary | |
Abstract_Cell(java.lang.String x,
java.lang.String y,
int a,
int b)
Each cell in the K Map is read, and the information stored as a Cell object. |
Method Summary | |
java.lang.String |
getCell()
Returns String describing the cells coordinate, based on row and column titles. |
int |
getxCoord()
Returns row coordinate. |
int |
getyCoord()
Returns y coordiante. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String cell
Constructor Detail |
public Abstract_Cell(java.lang.String x, java.lang.String y, int a, int b)
Method Detail |
public java.lang.String getCell()
public int getxCoord()
public int getyCoord()
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |