public class Scroll extends Object
| Constructor and Description |
|---|
Scroll(int scrollLeft,
int scrollTop) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScrollLeft()
Returns the scroll left value.
|
int |
getScrollTop()
Returns the scroll top value.
|
void |
setScrollLeft(int scrollLeft)
Sets the scroll left value.
|
void |
setScrollTop(int scrollTop)
Sets the scroll top value.
|
public int getScrollLeft()
public int getScrollTop()
public void setScrollLeft(int scrollLeft)
scrollLeft - the scroll left valuepublic void setScrollTop(int scrollTop)
scrollTop - the scroll top valueCopyright © 2018. All rights reserved.