com.threerings.parlor.data
Class RangeParameter
java.lang.Object
com.threerings.parlor.data.Parameter
com.threerings.parlor.data.RangeParameter
- All Implemented Interfaces:
- Streamable
public class RangeParameter
- extends Parameter
Models a parameter that can contain an integer value in a specified range.
|
Field Summary |
int |
maximum
The maximum value of this parameter. |
int |
minimum
The minimum value of this parameter. |
int |
start
The starting value for this parameter. |
minimum
public int minimum
- The minimum value of this parameter.
maximum
public int maximum
- The maximum value of this parameter.
start
public int start
- The starting value for this parameter.
RangeParameter
public RangeParameter()
getLabel
public String getLabel()
- Description copied from class:
Parameter
- Returns the translation key for this parameter's label.
- Specified by:
getLabel in class Parameter
getDefaultValue
public Object getDefaultValue()
- Description copied from class:
Parameter
- Returns the default value of this parameter.
- Specified by:
getDefaultValue in class Parameter