public interface IJavaFXControlLoader
| Modifier and Type | Method | Description |
|---|---|---|
ch.sahits.game.graphic.image.IFontLoader |
getFontLoader() |
Get the font loader.
|
GameStatus |
getGameStatus() |
Retrieve the control for the game status pane.
|
MainGameView |
getMainGameView(double width,
double heigth) |
Retrieve the control for the main view.
|
MainMenu |
getMainMenu() |
Retrieve the control instance for the main menu.
|
MiniMap |
getMiniMap() |
Retrieve the control instance for the mini map.
|
ch.sahits.game.openpatrician.javafx.control.NoticeBoard |
getNoticeBoard() |
Retrieve the control for the notice board.
|
SubMenu |
getSubMenu() |
Retrieve the control instance for the sub menu.
|
ViewStatus |
getViewStatus() |
Retrieve the control for the view status pane.
|
MiniMap getMiniMap()
MainMenu getMainMenu()
SubMenu getSubMenu()
ch.sahits.game.openpatrician.javafx.control.NoticeBoard getNoticeBoard()
ViewStatus getViewStatus()
ch.sahits.game.graphic.image.IFontLoader getFontLoader()
GameStatus getGameStatus()
MainGameView getMainGameView(double width, double heigth)
width - of the viewheigth - of the viewCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.