|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Controller is the glue between the model and view components. These methods allow the different parts of the view to remain in lock-step with each other and have access to the model, as necessary
| Method Summary | |
int |
getCurrentPageNumber()
When viewing a PDF file, one or more pages may be viewed at a single time, but this page is the single page which is most predominantly being displayed. |
Document |
getDocument()
A Document is the root of the object hierarchy, giving access to the contents of a PDF file. |
float |
getUserRotation()
Each Page may have its own rotation, but on top of that, the user may select to have the Page further rotated by 90, 180 or 270 degrees. |
float |
getUserZoom()
The Page being shown may be zoomed in or out, to show more detail, or provide an overview. |
| Method Detail |
public Document getDocument()
public int getCurrentPageNumber()
public float getUserRotation()
public float getUserZoom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||