public class ReadOnlyGameSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMode |
appMode |
protected boolean |
closeConfirmation |
protected Credits |
credits |
protected EnumSet<MenuItem> |
enabledMenuItems |
protected boolean |
fullScreen |
protected int |
height |
protected boolean |
introEnabled |
protected boolean |
menuEnabled |
protected javafx.scene.input.KeyCode |
menuKey |
protected boolean |
profilingEnabled |
protected List<ServiceType<?>> |
services |
protected String |
title |
protected String |
version |
protected int |
width |
| Modifier and Type | Method and Description |
|---|---|
ApplicationMode |
getApplicationMode() |
Credits |
getCredits() |
EnumSet<MenuItem> |
getEnabledMenuItems() |
int |
getHeight() |
javafx.scene.input.KeyCode |
getMenuKey() |
List<ServiceType<?>> |
getServices() |
String |
getTitle() |
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 List<ServiceType<?>> services
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 List<ServiceType<?>> getServices()
Copyright © 2017. All rights reserved.