-
Constructor Summary
Constructors
| Constructor |
Description |
Range(@NotNull Number min,
@NotNull Number max) |
Provide a range [min, max] for this setting
This will be handled as a double internally
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Range
public Range(
@NotNull
@NotNull Number min,
@NotNull
@NotNull Number max)
Provide a range [min, max] for this setting
This will be handled as a double internally
- Parameters:
min - the lowest allowed value (inclusive)
max - the highest allowed value (inclusive)
-