|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
double |
getNormalizedHorizontalAmountVisible()
Gets the normalized (between 0.0 and 1.0 inclusive) horizontal size of the data (0.0 indicates none of the data is visible and 1.0 indicates all of the data's width is visible). |
double |
getNormalizedHorizontalPosition()
Gets the normalized (between 0.0 and 1.0 inclusive) horizontal position of the data (0.0 is the left side and 1.0 is the right side). |
double |
getNormalizedVerticalAmountVisible()
Gets the normalized (between 0.0 and 1.0 inclusive) vertical size of the data (0.0 indicates none of the data is visible and 1.0 indicates all of the data's height is visible). |
double |
getNormalizedVerticalPosition()
Gets the normalized (between 0.0 and 1.0 inclusive) vertical position of the data (0.0 is the left side and 1.0 is the right side). |
boolean |
isHandlingScrollingDiscreteAmountsLocally()
Gets whether actions like scrollLineDown is handled in this interfaces implementation or whether these type of methods are merely to be notified of the scrolling calculated elsewhere and executed by calling scrollToNormalizedVerticalPosition. |
void |
scrollChunkDown()
Scrolls one chunk down (conversely, move the data one chunk up). |
void |
scrollChunkLeft()
Scrolls one chunk left (conversely, move the data one chunk right). |
void |
scrollChunkRight()
Scrolls one chunk right (conversely, move the data one chunk left). |
void |
scrollChunkUp()
Scrolls one chunk up (conversely, move the data one chunk down). |
void |
scrollLineDown()
Scrolls one line down (conversely, move the data one line up). |
void |
scrollLineLeft()
Scrolls one line left (conversely, move the data one line right). |
void |
scrollLineRight()
Scrolls one line right (conversely, move the data one line left). |
void |
scrollLineUp()
Scrolls one line up (conversely, move the data one line down). |
void |
scrollPageDown()
Scrolls one page down (conversely, move the data one page up). |
void |
scrollPageLeft()
Scrolls one page left (conversely, move the data one page right). |
void |
scrollPageRight()
Scrolls one page right (conversely, move the data one page left). |
void |
scrollPageUp()
Scrolls one page up (conversely, move the data one page down). |
void |
scrollToBottom()
Scrolls to the bottom of the data. |
void |
scrollToLeftSide()
Scrolls to the left side of the data. |
void |
scrollToNormalizedHorizontalPosition(double normalizedPosition)
Scrolls to the given normalized (between 0.0 and 1.0) vertical position. |
void |
scrollToNormalizedVerticalPosition(double normalizedPosition)
Scrolls to the given normalized (between 0.0 and 1.0) horizontal position. |
void |
scrollToRightSide()
Scrolls to the right side of the data. |
void |
scrollToTop()
Scrolls to the top of the data. |
| Method Detail |
public boolean isHandlingScrollingDiscreteAmountsLocally()
public double getNormalizedHorizontalPosition()
public double getNormalizedVerticalPosition()
public double getNormalizedHorizontalAmountVisible()
public double getNormalizedVerticalAmountVisible()
public void scrollLineUp()
public void scrollLineDown()
public void scrollLineLeft()
public void scrollLineRight()
public void scrollChunkUp()
public void scrollChunkDown()
public void scrollChunkLeft()
public void scrollChunkRight()
public void scrollPageUp()
public void scrollPageDown()
public void scrollPageLeft()
public void scrollPageRight()
public void scrollToTop()
public void scrollToBottom()
public void scrollToLeftSide()
public void scrollToRightSide()
public void scrollToNormalizedVerticalPosition(double normalizedPosition)
normalizedPosition - the new horizontal positionpublic void scrollToNormalizedHorizontalPosition(double normalizedPosition)
normalizedPosition - the new vertical position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||