public class IntegerInput
extends java.lang.Object
| Constructor and Description |
|---|
IntegerInput(int min,
int max,
int nUnit) |
| Modifier and Type | Method and Description |
|---|---|
IntegerInput |
clone() |
int |
getMax() |
int |
getMin() |
int |
getNumberOfInputValues() |
int |
getPosition(int value)
Returns position of value in sorted input values.
|
int |
getUnits() |
public IntegerInput clone()
clone in class java.lang.Objectpublic int getNumberOfInputValues()
public int getMin()
public int getMax()
public int getUnits()
public int getPosition(int value)
value - Input value