public class ReadOnlyGameSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMode |
appMode |
protected boolean |
closeConfirmation |
protected Credits |
credits |
protected DialogFactory |
dialogFactory |
protected EnumSet<MenuItem> |
enabledMenuItems |
protected ExceptionHandler |
exceptionHandler |
protected boolean |
fullScreen |
protected int |
height |
protected boolean |
introEnabled |
protected boolean |
menuEnabled |
protected javafx.scene.input.KeyCode |
menuKey |
protected NotificationService |
notificationService |
protected boolean |
profilingEnabled |
protected SceneFactory |
sceneFactory |
protected String |
title |
protected UIFactory |
uiFactory |
protected String |
version |
protected int |
width |
| Modifier and Type | Method and Description |
|---|---|
ApplicationMode |
getApplicationMode() |
Credits |
getCredits() |
DialogFactory |
getDialogFactory() |
EnumSet<MenuItem> |
getEnabledMenuItems() |
ExceptionHandler |
getExceptionHandler() |
int |
getHeight() |
javafx.scene.input.KeyCode |
getMenuKey() |
NotificationService |
getNotificationService() |
SceneFactory |
getSceneFactory() |
String |
getTitle() |
UIFactory |
getUIFactory() |
String |
getVersion() |
int |
getWidth() |
boolean |
isCloseConfirmation() |
boolean |
isFullScreen() |
boolean |
isIntroEnabled() |
boolean |
isMenuEnabled() |
boolean |
isProfilingEnabled() |
String |
toString() |
protected String title
protected String version
protected int width
protected int height
protected boolean fullScreen
protected boolean introEnabled
protected boolean menuEnabled
protected boolean profilingEnabled
protected boolean closeConfirmation
protected ApplicationMode appMode
protected javafx.scene.input.KeyCode menuKey
protected Credits credits
protected SceneFactory sceneFactory
protected DialogFactory dialogFactory
protected UIFactory uiFactory
protected NotificationService notificationService
protected ExceptionHandler exceptionHandler
public final String getTitle()
public final String getVersion()
public final int getWidth()
public final int getHeight()
public final boolean isFullScreen()
public final boolean isIntroEnabled()
public final boolean isMenuEnabled()
public final boolean isProfilingEnabled()
public final boolean isCloseConfirmation()
public final ApplicationMode getApplicationMode()
public final javafx.scene.input.KeyCode getMenuKey()
public final Credits getCredits()
public final SceneFactory getSceneFactory()
public final DialogFactory getDialogFactory()
public final UIFactory getUIFactory()
public final NotificationService getNotificationService()
public final ExceptionHandler getExceptionHandler()
Copyright © 2017. All rights reserved.