public interface MultiThumbModel
| Modifier and Type | Method and Description |
|---|---|
void |
addThumb(int thumbValue) |
void |
addThumbListener(ThumbListener thumbListener) |
int |
getMaximumValue() |
int |
getMinimumValue() |
int |
getThumbCount() |
int |
getThumbValue(int thumbIndex) |
int[] |
getThumbValues() |
boolean |
moveThumb(int thumbIndex,
int thumbValue) |
void |
removeThumb(int thumbIndex) |
void |
removeThumbListener(ThumbListener thumbListener) |
void |
setMaximumValue(int maximumValue) |
void |
setMinimumValue(int minimumValue) |
void setMinimumValue(int minimumValue)
int getMinimumValue()
void setMaximumValue(int maximumValue)
int getMaximumValue()
void addThumb(int thumbValue)
void removeThumb(int thumbIndex)
int getThumbCount()
int[] getThumbValues()
int getThumbValue(int thumbIndex)
boolean moveThumb(int thumbIndex,
int thumbValue)
void addThumbListener(ThumbListener thumbListener)
void removeThumbListener(ThumbListener thumbListener)
Copyright © 2017. All rights reserved.