|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.core.data.Level
public class Level
Helper Class with getter and setter methods for properties concerning levels.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Level()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_LEVEL
public static final String PROPERTY_LEVEL_CHANGE_DELTA
| Constructor Detail |
|---|
public Level()
| Method Detail |
|---|
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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||