public class ReadOnlyGameSettings extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<? extends AchievementStore> |
achievementStoreClass |
protected String |
appIcon |
protected ApplicationMode |
appMode |
protected boolean |
closeConfirmation |
protected Class<?> |
configClass |
protected Credits |
credits |
protected DialogFactory |
dialogFactory |
protected EnumSet<MenuItem> |
enabledMenuItems |
protected ExceptionHandler |
exceptionHandler |
protected boolean |
experimentalTiledLargeMap |
protected boolean |
fullScreenAllowed |
protected int |
height |
protected boolean |
introEnabled |
protected boolean |
manualResizeEnabled |
protected boolean |
menuEnabled |
protected javafx.scene.input.KeyCode |
menuKey |
protected Class<? extends NotificationView> |
notificationViewClass |
protected boolean |
profilingEnabled |
protected SceneFactory |
sceneFactory |
protected boolean |
singleStep |
protected javafx.stage.StageStyle |
stageStyle |
protected String |
title |
protected UIFactory |
uiFactory |
protected String |
version |
protected int |
width |
Modifier and Type | Method and Description |
---|---|
Optional<Class<? extends AchievementStore>> |
getAchievementStoreClass() |
String |
getAppIcon() |
ApplicationMode |
getApplicationMode() |
Optional<Class<?>> |
getConfigClass() |
Credits |
getCredits() |
DialogFactory |
getDialogFactory() |
EnumSet<MenuItem> |
getEnabledMenuItems() |
ExceptionHandler |
getExceptionHandler() |
int |
getHeight() |
javafx.scene.input.KeyCode |
getMenuKey() |
Class<? extends NotificationView> |
getNotificationViewFactory() |
SceneFactory |
getSceneFactory() |
javafx.stage.StageStyle |
getStageStyle() |
String |
getTitle() |
UIFactory |
getUIFactory() |
String |
getVersion() |
int |
getWidth() |
boolean |
isCloseConfirmation() |
boolean |
isExperimentalTiledLargeMap() |
boolean |
isFullScreenAllowed() |
boolean |
isIntroEnabled() |
boolean |
isManualResizeEnabled() |
boolean |
isMenuEnabled() |
boolean |
isProfilingEnabled() |
boolean |
isSingleStep() |
String |
toString() |
protected String title
protected String version
protected int width
protected int height
protected boolean fullScreenAllowed
protected boolean introEnabled
protected boolean menuEnabled
protected boolean profilingEnabled
protected boolean closeConfirmation
protected boolean singleStep
protected ApplicationMode appMode
protected javafx.scene.input.KeyCode menuKey
protected Credits credits
protected javafx.stage.StageStyle stageStyle
protected String appIcon
protected boolean manualResizeEnabled
protected boolean experimentalTiledLargeMap
protected Class<?> configClass
protected Class<? extends AchievementStore> achievementStoreClass
protected SceneFactory sceneFactory
protected DialogFactory dialogFactory
protected UIFactory uiFactory
protected Class<? extends NotificationView> notificationViewClass
protected ExceptionHandler exceptionHandler
public final String getTitle()
public final String getVersion()
public final int getWidth()
public final int getHeight()
public final boolean isFullScreenAllowed()
public final boolean isIntroEnabled()
public final boolean isMenuEnabled()
public final boolean isProfilingEnabled()
public final boolean isSingleStep()
public final boolean isCloseConfirmation()
public final boolean isManualResizeEnabled()
public final ApplicationMode getApplicationMode()
public final javafx.scene.input.KeyCode getMenuKey()
public final Credits getCredits()
public final javafx.stage.StageStyle getStageStyle()
public final String getAppIcon()
public final Optional<Class<? extends AchievementStore>> getAchievementStoreClass()
public final SceneFactory getSceneFactory()
public final DialogFactory getDialogFactory()
public final UIFactory getUIFactory()
public final Class<? extends NotificationView> getNotificationViewFactory()
public final ExceptionHandler getExceptionHandler()
public final boolean isExperimentalTiledLargeMap()
Copyright © 2018. All rights reserved.