public class DoubleRange extends NumberRange<Double>
| Constructor and Description |
|---|
DoubleRange(Double min,
Double max,
Double step,
int startPosition,
org.solovyev.common.text.Formatter<Double> formatter) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCount(Double min,
Double max,
Double step) |
protected Double |
getValueAt(int position,
Double min,
Double max,
Double step) |
static NumberRange<Double> |
newInstance(Double min,
Double max,
Double step,
Double selected,
org.solovyev.common.text.Formatter<Double> formatter) |
getCount, getStartPosition, getStringValueAt, getValueAt@Nonnull public static NumberRange<Double> newInstance(@Nonnull Double min, @Nonnull Double max, @Nonnull Double step, @Nonnull Double selected, @Nullable org.solovyev.common.text.Formatter<Double> formatter)
protected int getCount(@Nonnull Double min, @Nonnull Double max, @Nonnull Double step)
getCount in class NumberRange<Double>Copyright © 2014 se.solovyev. All Rights Reserved.