public interface StageParameters
Modifier and Type | Field and Description |
---|---|
static ParameterItem<String> |
APPLICATION_NAME
The
APPLICATION_NAME field is used to define title of the application displayed by stage window. |
static ParameterItem<WebColor> |
APPLICATION_SCENE_BG_COLOR
The application scene background color.
|
static ParameterItem<Integer> |
APPLICATION_SCENE_HEIGHT
The application scene height.
|
static ParameterItem<Integer> |
APPLICATION_SCENE_WIDTH
The application scene width.
|
static ParameterItem<String> |
APPLICATION_VERSION
The
APPLICATION_VERSION field is used to define the application version. |
static final ParameterItem<String> APPLICATION_NAME
APPLICATION_NAME
field is used to define title of the application displayed by stage window.static final ParameterItem<String> APPLICATION_VERSION
APPLICATION_VERSION
field is used to define the application version.static final ParameterItem<Integer> APPLICATION_SCENE_WIDTH
static final ParameterItem<Integer> APPLICATION_SCENE_HEIGHT
static final ParameterItem<WebColor> APPLICATION_SCENE_BG_COLOR
Copyright © 2011–2016 JRebirth OSS. All rights reserved.