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 CoordinategetCoordinate()javafx.scene.shape.RectanglegetRectangle()intgetState()voidsetCoordinate(Coordinate coordinate)voidsetState(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
-