Games\GameOfLife\GamesByEmail.GameOfLifeGame.js
GamesByEmail
Object
All Implemented Interfaces:
Enclosing Class:
GamesByEmail.GameOfLifeGame.Cell
implementsFoundation.Class
Constructor Summary |
|
Method Summary | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods inherited from Foundation.Class |
getTypePath , isInstanceOf |
Constructor Detail |
GamesByEmail.GameOfLifeGame.Cell(id,
x,
y,
dead)
id -
x -
y -
dead -
Method Detail |
adjacentMarked(adjacentIndex)
adjacentIndex -
atXY(x,
y)
x -
y -
clearAdjacent()
countAdjacent()
dispose()
dispose
in class Class
getAdjacentIndex(otherCell)
otherCell -
isAdjacent(otherCell)
otherCell -
markAdjacent(adjacentIndex,
recipical)
adjacentIndex -
recipical -
markBothIfAdjacent(otherCell)
otherCell -