Package application.model
Class Cell
java.lang.Object
application.model.Cell
public class Cell
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Cell(int x, int y, int state, javafx.scene.shape.Rectangle rectangle)
Cell(Coordinate coordinate, int state, javafx.scene.shape.Rectangle rectangle)
-
Method Summary
Modifier and Type Method Description Coordinate
getCoordinate()
javafx.scene.shape.Rectangle
getRectangle()
int
getState()
void
setCoordinate(Coordinate coordinate)
void
setState(int state)
-
Constructor Details
-
Method Details
-
getState
public int getState() -
getCoordinate
-
getRectangle
public javafx.scene.shape.Rectangle getRectangle() -
setState
public void setState(int state) -
setCoordinate
-