| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelServiceScrollManager
Interface to scroll IModelService
| Field Summary | |
|---|---|
| static int | ABSOLUTE_COORDINATEScroll type: absolute coordinate | 
| static int | INCREMENTALScroll type: incremental | 
| static int | NONEScroll type: not supported | 
| static int | PAGEScroll type: page by page | 
| Method Summary | |
|---|---|
|  void | absoluteCoordinateScroll(int y,
                         boolean waitRendering)Scroll to y | 
|  void | absoluteCoordinateScroll(int x,
                         int y,
                         boolean waitRendering)Scroll to (x,y) | 
|  int | decrementLargeScrollX(boolean waitRendering)Decremental large scroll (horizontal) | 
|  int | decrementLargeScrollY(boolean waitRendering)Decremental large scroll (vertical) | 
|  int | decrementPageScroll(boolean waitRendering)Decremental page scroll (Page down) | 
|  int | decrementScrollX(boolean waitRendering)Decremental scroll (horizontal) | 
|  int | decrementScrollY(boolean waitRendering)Decremental scroll (vertical) | 
|  int | getCurrentPageNumber()Get current page number of the content | 
|  int | getLastPageNumber()Get page number of the last page of the content | 
|  int | getScrollType()Get scroll type of the IModelService | 
|  ModelServiceSizeInfo | getSize(boolean isWhole)Get screen size of IModelService | 
|  int | incrementLargeScrollX(boolean waitRendering)Incremental large scroll (horizontal) | 
|  int | incrementLargeScrollY(boolean waitRendering)Incremental large scroll (vertical) | 
|  int | incrementPageScroll(boolean waitRendering)Incremental page scroll (Page up) | 
|  int | incrementScrollX(boolean waitRendering)Incremental scroll (horizontal) | 
|  int | incrementScrollY(boolean waitRendering)Incremental scroll (vertical) | 
|  int | jumpToPage(int pageNumber,
           boolean waitRendering)Jump to specified page | 
| Field Detail | 
|---|
static final int NONE
static final int ABSOLUTE_COORDINATE
static final int INCREMENTAL
static final int PAGE
| Method Detail | 
|---|
int getScrollType()
IModelService
void absoluteCoordinateScroll(int y,
                              boolean waitRendering)
y - target Y coordinatewaitRendering - if true, wait a finish of rendering
void absoluteCoordinateScroll(int x,
                              int y,
                              boolean waitRendering)
x - target X coordinatey - target Y coordinatewaitRendering - if true, wait a finish of renderingint incrementScrollX(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int decrementScrollX(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int incrementScrollY(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int decrementScrollY(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int incrementLargeScrollX(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int decrementLargeScrollX(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int incrementLargeScrollY(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int decrementLargeScrollY(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int incrementPageScroll(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int decrementPageScroll(boolean waitRendering)
waitRendering - if true, wait a finish of rendering
int jumpToPage(int pageNumber,
               boolean waitRendering)
pageNumber - target page numberwaitRendering - if true, wait a finish of rendering
int getCurrentPageNumber()
int getLastPageNumber()
ModelServiceSizeInfo getSize(boolean isWhole)
IModelService
isWhole - IModelService| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||