|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaige.Cell
public class Cell
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 |
---|
public Cell(int x, int y)
Method Detail |
---|
public Player getPlayer()
public void setPlayer(Player player)
public int getX()
public int getY()
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public Cell getUnmodifiableCell()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |