Package it.polimi.ingsw.view.GUI
Interface Controller
-
- All Known Implementing Classes:
Board
,ChooseGod
,InitialPageController
public interface Controller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changePage(Boolean status)
Change viewvoid
reSet()
Reload the board for all playersvoid
setDimension(double width, double height)
Set Height and Width
-
-
-
Method Detail
-
reSet
void reSet()
Reload the board for all players
-
setDimension
void setDimension(double width, double height)
Set Height and Width- Parameters:
width
- widthheight
- height
-
changePage
void changePage(Boolean status)
Change view- Parameters:
status
- if it's allowed to change view
-
-