public class Level extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_LEVEL
Property name used to set the level value.
|
static String |
PROPERTY_LEVEL_CHANGE_DELTA
Property name used to store the delta between the current and the future level.
|
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
static IntegerProperty |
getLevelChangeDeltaProperty()
Gets the levelChangeDeltaProperty as an IntegerProperty.
|
static IntegerProperty |
getLevelProperty()
Gets the levelProperty as an IntegerProperty.
|
static void |
setLevelChangeDeltaProperty(IntegerProperty levelChangeDeltaProperty)
Sets the levelChangeDeltaProperty as an IntegerProperty.
|
static void |
setLevelProperty(IntegerProperty levelProperty)
Sets the levelPropery as an IntegerProperty.
|
public static final String PROPERTY_LEVEL
public static final String PROPERTY_LEVEL_CHANGE_DELTA
public static IntegerProperty getLevelProperty()
public static void setLevelProperty(IntegerProperty levelProperty)
levelProperty - the IntegerProperty that will be setpublic static IntegerProperty getLevelChangeDeltaProperty()
public static void setLevelChangeDeltaProperty(IntegerProperty levelChangeDeltaProperty)
levelChangeDeltaProperty - the IntegerProperty that will be setCopyright © 2013. All Rights Reserved.