public interface INewGameView extends IOverlayView
Modifier and Type | Method and Description |
---|---|
boolean |
getRandomlyPlaceHexes()
Gets the value of the randomly place hexes check box
|
boolean |
getRandomlyPlaceNumbers()
Gets the value of the randomly place numbers check box
|
java.lang.String |
getTitle()
Gets the value of the title field
|
boolean |
getUseRandomPorts()
Gets the value of the use random ports check box
|
void |
setRandomlyPlaceHexes(boolean value)
Sets the value of the randomly place hexes check box
|
void |
setRandomlyPlaceNumbers(boolean value)
Sets the value of the randomly place numbers check box
|
void |
setTitle(java.lang.String value)
Sets the value of the title field
|
void |
setUseRandomPorts(boolean value)
Sets the value of the use random ports check box
|
closeModal, isModalShowing, showModal
getController, setController
void setTitle(java.lang.String value)
value
- New valuejava.lang.String getTitle()
void setRandomlyPlaceNumbers(boolean value)
value
- New valueboolean getRandomlyPlaceNumbers()
void setRandomlyPlaceHexes(boolean value)
value
- New valueboolean getRandomlyPlaceHexes()
void setUseRandomPorts(boolean value)
value
- New valueboolean getUseRandomPorts()