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 |
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 |
|---|---|
ApplicationMode |
getApplicationMode() |
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 |
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 boolean manualResizeEnabled
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 SceneFactory getSceneFactory()
public final DialogFactory getDialogFactory()
public final UIFactory getUIFactory()
public final Class<? extends NotificationView> getNotificationViewFactory()
public final ExceptionHandler getExceptionHandler()
Copyright © 2018. All rights reserved.