public abstract class MuseumAppPreferences
extends java.lang.Object
Constructor and Description |
---|
MuseumAppPreferences() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areLocationsEnabled()
Are locations enabled.
|
static boolean |
areMetricsEnabled()
Are metrics enabled.
|
static boolean |
areUserRecordingsEnabled()
Are user recordings enabled.
|
static java.lang.String |
getAdminPIN()
Gets the admin pin.
|
static com.jme3.math.ColorRGBA |
getBackgroundColour()
Gets the background colour.
|
static java.io.File |
getBackgroundImage()
Gets the background image.
|
static java.lang.String |
getCloseButtonColour()
Gets the close button colour.
|
static java.lang.String |
getContentFolder()
Gets the content folder.
|
static com.jme3.math.ColorRGBA |
getEntityBackgroundColour()
Gets the entity background colour.
|
static com.jme3.math.ColorRGBA |
getEntityBorderColour()
Gets the entity border colour.
|
static java.lang.String |
getEntityBorderColourAsString()
Gets the entity border colour as string.
|
static java.lang.String |
getEntityCloseButtonBackgroundColour()
Gets the entity close button background colour.
|
static FontColour |
getEntityFontColour()
Gets the entity font colour.
|
static java.lang.String |
getEntityLinkButtonBackgroundColour()
Gets the entity link button background colour.
|
static java.lang.String |
getEntityLinkText()
Gets the entity link text.
|
static java.lang.String |
getEntityRecordingButtonBackgroundColour()
Gets the entity recording button background colour.
|
static float |
getEntitySpread()
Gets the entity spread.
|
static FontColour |
getErrorColourAsFontColour()
Gets the error colour as font colour.
|
static com.jme3.math.ColorRGBA |
getErrorColourAsRGBA()
Gets the error colour as rgba.
|
static java.lang.String |
getLensArrowColour()
Gets the lens arrow colour.
|
static java.lang.String |
getLensBackgroundColour()
Gets the lens background colour.
|
static com.jme3.math.ColorRGBA |
getLensBorderColour()
Gets the lens border colour.
|
static com.jme3.math.ColorRGBA |
getLensButtonBackgroundColour()
Gets the lens button background colour.
|
static com.jme3.math.ColorRGBA |
getLensButtonBorderColour()
Gets the lens button border colour.
|
static FontColour |
getLensButtonFontColour()
Gets the lens button font colour.
|
static java.lang.String |
getLensButtonText()
Gets the lens button text.
|
static java.lang.String |
getLensCloseColour()
Gets the lens close colour.
|
static FontColour |
getLensFontColour()
Gets the lens font colour.
|
static int |
getMaxRecordingTime()
Gets the max recording time.
|
static com.jme3.math.ColorRGBA |
getMetricGUIBackgroundColour()
Gets the metric gui background colour.
|
static com.jme3.math.ColorRGBA |
getMetricGUIBorderColour()
Gets the metric gui border colour.
|
static com.jme3.math.ColorRGBA |
getMetricGUIButtonColour()
Gets the metric gui button colour.
|
static java.lang.String |
getMetricGUIButtonColourAsString()
Gets the metric gui button colour as string.
|
static FontColour |
getMetricGUIFontColour()
Gets the metric gui font colour.
|
static java.lang.String |
getMetricGUIText()
Gets the metric gui text.
|
static java.lang.String |
getMetricsFolder()
Gets the metrics folder.
|
static java.lang.String |
getPOIBorderColour()
Gets the POI border colour.
|
static com.jme3.math.ColorRGBA |
getPOIColourAsColorRGBA()
Gets the POI colour as color rgba.
|
static java.lang.String |
getPOIColourAsString()
Gets the POI colour as string.
|
static float |
getPoiWidth()
Gets the poi width.
|
static java.lang.String[] |
getPrompts()
Gets the prompts.
|
static com.jme3.math.ColorRGBA |
getRecorderActiveButtonBorderColour()
Gets the recorder active button border colour.
|
static FontColour |
getRecorderActiveButtonFontColour()
Gets the recorder active button font colour.
|
static com.jme3.math.ColorRGBA |
getRecorderBackgroundColour()
Gets the recorder background colour.
|
static FontColour |
getRecorderFontColour()
Gets the recorder font colour.
|
static com.jme3.math.ColorRGBA |
getRecorderInactiveButtonBorderColour()
Gets the recorder inactive button border colour.
|
static FontColour |
getRecorderInactiveButtonFontColour()
Gets the recorder inactive button font colour.
|
static java.lang.String |
getRecorderText()
Gets the recorder text.
|
static com.jme3.math.ColorRGBA |
getShutdownBackgroundColour()
Gets the shutdown background colour.
|
static com.jme3.math.ColorRGBA |
getShutdownControlsBackgroundColour()
Gets the shutdown controls background colour.
|
static com.jme3.math.ColorRGBA |
getShutdownControlsBorderColour()
Gets the shutdown controls border colour.
|
static FontColour |
getShutdownControlsFontColour()
Gets the shutdown controls font colour.
|
static java.lang.String |
getShutdownInstructionsText()
Gets the shutdown instructions text.
|
static com.jme3.math.ColorRGBA |
getTextInputBackgroundColour()
Gets the text input background colour.
|
static FontColour |
getTextInputFontColour()
Gets the text input font colour.
|
static java.lang.String |
getTextInputInstructions()
Gets the text input instructions.
|
static com.jme3.math.ColorRGBA |
getTextInputKeyboardButtonBackgroundColour()
Gets the text input keyboard button background colour.
|
static com.jme3.math.ColorRGBA |
getTextInputKeyboardButtonBorderColour()
Gets the text input keyboard button border colour.
|
static FontColour |
getTextInputKeyboardButtonFontColour()
Gets the text input keyboard button font colour.
|
static FontColour |
getTextInputScrollboxFontColour()
Gets the text input scrollbox font colour.
|
static com.jme3.math.ColorRGBA |
getUserGeneratedContentColour()
Gets the user generated content colour.
|
static boolean |
isSinglePrompt()
Checks if is single prompt.
|
public static boolean areLocationsEnabled()
public static boolean areMetricsEnabled()
public static boolean areUserRecordingsEnabled()
public static java.lang.String getAdminPIN()
public static com.jme3.math.ColorRGBA getBackgroundColour()
public static java.io.File getBackgroundImage()
public static java.lang.String getCloseButtonColour()
public static java.lang.String getContentFolder()
public static com.jme3.math.ColorRGBA getEntityBackgroundColour()
public static com.jme3.math.ColorRGBA getEntityBorderColour()
public static java.lang.String getEntityBorderColourAsString()
public static java.lang.String getEntityCloseButtonBackgroundColour()
public static FontColour getEntityFontColour()
public static java.lang.String getEntityLinkButtonBackgroundColour()
public static java.lang.String getEntityLinkText()
public static java.lang.String getEntityRecordingButtonBackgroundColour()
public static float getEntitySpread()
public static FontColour getErrorColourAsFontColour()
public static com.jme3.math.ColorRGBA getErrorColourAsRGBA()
public static java.lang.String getLensArrowColour()
public static java.lang.String getLensBackgroundColour()
public static com.jme3.math.ColorRGBA getLensBorderColour()
public static com.jme3.math.ColorRGBA getLensButtonBackgroundColour()
public static com.jme3.math.ColorRGBA getLensButtonBorderColour()
public static FontColour getLensButtonFontColour()
public static java.lang.String getLensButtonText()
public static java.lang.String getLensCloseColour()
public static FontColour getLensFontColour()
public static int getMaxRecordingTime()
public static com.jme3.math.ColorRGBA getMetricGUIBackgroundColour()
public static com.jme3.math.ColorRGBA getMetricGUIBorderColour()
public static com.jme3.math.ColorRGBA getMetricGUIButtonColour()
public static java.lang.String getMetricGUIButtonColourAsString()
public static FontColour getMetricGUIFontColour()
public static java.lang.String getMetricGUIText()
public static java.lang.String getMetricsFolder()
public static java.lang.String getPOIBorderColour()
public static com.jme3.math.ColorRGBA getPOIColourAsColorRGBA()
public static java.lang.String getPOIColourAsString()
public static float getPoiWidth()
public static java.lang.String[] getPrompts()
public static com.jme3.math.ColorRGBA getRecorderActiveButtonBorderColour()
public static FontColour getRecorderActiveButtonFontColour()
public static com.jme3.math.ColorRGBA getRecorderBackgroundColour()
public static FontColour getRecorderFontColour()
public static com.jme3.math.ColorRGBA getRecorderInactiveButtonBorderColour()
public static FontColour getRecorderInactiveButtonFontColour()
public static java.lang.String getRecorderText()
public static com.jme3.math.ColorRGBA getShutdownBackgroundColour()
public static com.jme3.math.ColorRGBA getShutdownControlsBackgroundColour()
public static com.jme3.math.ColorRGBA getShutdownControlsBorderColour()
public static FontColour getShutdownControlsFontColour()
public static java.lang.String getShutdownInstructionsText()
public static com.jme3.math.ColorRGBA getTextInputBackgroundColour()
public static FontColour getTextInputFontColour()
public static java.lang.String getTextInputInstructions()
public static com.jme3.math.ColorRGBA getTextInputKeyboardButtonBackgroundColour()
public static com.jme3.math.ColorRGBA getTextInputKeyboardButtonBorderColour()
public static FontColour getTextInputKeyboardButtonFontColour()
public static FontColour getTextInputScrollboxFontColour()
public static com.jme3.math.ColorRGBA getUserGeneratedContentColour()
public static boolean isSinglePrompt()