Interface IJavaFXControlLoader
-
public interface IJavaFXControlLoaderBean loader for JavaFX controls.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Nov 1, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.sahits.game.graphic.image.IFontLoadergetFontLoader()Get the font loader.GameStatusgetGameStatus()Retrieve the control for the game status pane.MainGameViewgetMainGameView(double width, double heigth)Retrieve the control for the main view.MainMenugetMainMenu()Retrieve the control instance for the main menu.MiniMapgetMiniMap()Retrieve the control instance for the mini map.ch.sahits.game.openpatrician.javafx.control.NoticeBoardgetNoticeBoard()Retrieve the control for the notice board.SubMenugetSubMenu()Retrieve the control instance for the sub menu.ViewStatusgetViewStatus()Retrieve the control for the view status pane.
-
-
-
Method Detail
-
getMiniMap
MiniMap getMiniMap()
Retrieve the control instance for the mini map.- Returns:
- MiniMap
-
getMainMenu
MainMenu getMainMenu()
Retrieve the control instance for the main menu.- Returns:
- MainMenu
-
getSubMenu
SubMenu getSubMenu()
Retrieve the control instance for the sub menu.- Returns:
- SubMenu
-
getNoticeBoard
ch.sahits.game.openpatrician.javafx.control.NoticeBoard getNoticeBoard()
Retrieve the control for the notice board.- Returns:
- NoticeBoard
-
getViewStatus
ViewStatus getViewStatus()
Retrieve the control for the view status pane.- Returns:
- ViewStatus
-
getFontLoader
ch.sahits.game.graphic.image.IFontLoader getFontLoader()
Get the font loader.- Returns:
- reference to the font loader.
-
getGameStatus
GameStatus getGameStatus()
Retrieve the control for the game status pane.- Returns:
- GameStatus
-
getMainGameView
MainGameView getMainGameView(double width, double heigth)
Retrieve the control for the main view.- Parameters:
width- of the viewheigth- of the view- Returns:
- MainGameView with the designated dimensions.
-
-