jaige
Class Cell

java.lang.Object
  extended by jaige.Cell

public class Cell
extends java.lang.Object


Constructor Summary
Cell(int x, int y)
           
 
Method Summary
 java.awt.Color getColor()
           
 Player getPlayer()
           
 Cell getUnmodifiableCell()
           
 int getX()
           
 int getY()
           
 void setColor(java.awt.Color color)
           
 void setPlayer(Player player)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(int x,
            int y)
Method Detail

getPlayer

public Player getPlayer()

setPlayer

public void setPlayer(Player player)

getX

public int getX()

getY

public int getY()

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color color)

getUnmodifiableCell

public Cell getUnmodifiableCell()