Modifier and Type | Class and Description |
---|---|
static interface |
BoundedValue.UpdateListener |
Constructor and Description |
---|
BoundedValue(int rangeMin,
int rangeMax,
int currentValue) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentValue() |
int |
getRangeMax() |
int |
getRangeMin() |
void |
setCurrentValue(int value) |
void |
setRange(int min,
int max) |
void |
setUpdateListener(BoundedValue.UpdateListener l) |
public int getRangeMin()
public int getRangeMax()
public int getCurrentValue()
public void setRange(int min, int max)
public void setCurrentValue(int value)
public void setUpdateListener(BoundedValue.UpdateListener l)
Copyright © 2015–2021 Fiji. All rights reserved.