class MultiThumbSliderUI.State extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) float[] |
positions |
(package private) int |
selectedThumb |
(package private) Object[] |
values |
| Constructor and Description |
|---|
State() |
State(MultiThumbSliderUI.State s) |
| Modifier and Type | Method and Description |
|---|---|
void |
install()
Make the slider reflect this object
|
private void |
polish()
Strip values outside of [0,1]
|
void |
removeThumb(int index) |
Object[] values
float[] positions
int selectedThumb
public State()
public State(MultiThumbSliderUI.State s)
Copyright © 2007–2017 Gephi Consortium. All rights reserved.