public class ScrollWindow.ScrollbarData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
position |
double |
shownHeight |
double |
totalHeight |
Constructor and Description |
---|
ScrollbarData(double shownHeight,
double totalHeight,
double position) |
Modifier and Type | Method and Description |
---|---|
void |
setScrollPosition(double newPosition) |