Package | Description |
---|---|
synergynet3.additionalitems.interfaces | |
synergynet3.additionalitems.jme | |
synergynet3.fonts | |
synergynet3.museum.table.settingsapp |
Modifier and Type | Method and Description |
---|---|
void |
ISimpleKeypad.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA keyColour,
com.jme3.math.ColorRGBA keyBorderColour,
com.jme3.math.ColorRGBA boardBorderColour,
FontColour fontColour)
Sets the colours.
|
void |
ISimpleKeyboard.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA keyColour,
com.jme3.math.ColorRGBA keyBorderColour,
com.jme3.math.ColorRGBA boardBorderColour,
FontColour fontColour)
Sets the colours.
|
void |
ITextbox.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour)
Sets the colours.
|
void |
IButtonbox.setText(java.lang.String text,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour,
float width,
float height,
IStage stage)
Sets the text.
|
void |
IToggleButtonbox.setText(java.lang.String textOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
FontColour fontColourOff,
java.lang.String textOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
FontColour fontColourOn,
float width,
float height,
IStage stage)
Sets the text.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleKeypad.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA keyColour,
com.jme3.math.ColorRGBA keyBorderColour,
com.jme3.math.ColorRGBA boardBorderColour,
FontColour fontColour) |
void |
SimpleKeyboard.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA keyColour,
com.jme3.math.ColorRGBA keyBorderColour,
com.jme3.math.ColorRGBA boardBorderColour,
FontColour fontColour) |
void |
Textbox.setColours(com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour) |
void |
Buttonbox.setText(java.lang.String text,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
FontColour fontColour,
float width,
float height,
IStage stage) |
void |
ToggleButtonbox.setText(java.lang.String textOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
FontColour fontColourOff,
java.lang.String textOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
FontColour fontColourOn,
float width,
float height,
IStage stage) |
Modifier and Type | Method and Description |
---|---|
static FontColour |
FontUtil.getFontColourFromString(java.lang.String fontColourString)
Gets the font colour from string.
|
static FontColour |
FontColour.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontColour[] |
FontColour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FontUtil.getFont(FontColour colour)
Gets the font.
|
Modifier and Type | Method and Description |
---|---|
static FontColour |
MuseumAppPreferences.getEntityFontColour()
Gets the entity font colour.
|
static FontColour |
MuseumAppPreferences.getErrorColourAsFontColour()
Gets the error colour as font colour.
|
static FontColour |
SettingsUtil.getFontColour(java.lang.String colour)
Gets the font colour.
|
static FontColour |
MuseumAppPreferences.getLensButtonFontColour()
Gets the lens button font colour.
|
static FontColour |
MuseumAppPreferences.getLensFontColour()
Gets the lens font colour.
|
static FontColour |
MuseumAppPreferences.getMetricGUIFontColour()
Gets the metric gui font colour.
|
static FontColour |
MuseumAppPreferences.getRecorderActiveButtonFontColour()
Gets the recorder active button font colour.
|
static FontColour |
MuseumAppPreferences.getRecorderFontColour()
Gets the recorder font colour.
|
static FontColour |
MuseumAppPreferences.getRecorderInactiveButtonFontColour()
Gets the recorder inactive button font colour.
|
static FontColour |
MuseumAppPreferences.getShutdownControlsFontColour()
Gets the shutdown controls font colour.
|
static FontColour |
MuseumAppPreferences.getTextInputFontColour()
Gets the text input font colour.
|
static FontColour |
MuseumAppPreferences.getTextInputKeyboardButtonFontColour()
Gets the text input keyboard button font colour.
|
static FontColour |
MuseumAppPreferences.getTextInputScrollboxFontColour()
Gets the text input scrollbox font colour.
|