ukacgla_KMap
Class Abstract_Cell

java.lang.Object
  |
  +--ukacgla_KMap.Abstract_Cell

public abstract class Abstract_Cell
extends java.lang.Object


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

cell

protected java.lang.String cell
Constructor Detail

Abstract_Cell

public 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. Cell holds the 2D coordinate from the table, plus a string to describe this coordinate
Method Detail

getCell

public java.lang.String getCell()
Returns String describing the cells coordinate, based on row and column titles.

getxCoord

public int getxCoord()
Returns row coordinate.

getyCoord

public int getyCoord()
Returns y coordiante.