public class Settings.SettingsInt
extends usf.saav.common.monitor.MonitoredInteger
| Constructor and Description |
|---|
SettingsInt(java.lang.String name,
int default_value)
Instantiates a new settings int.
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(int newVal) |
void |
setValidRange(usf.saav.common.range.IntRange1D rng)
Sets the valid range.
|