public class ViewerStateChangeEvent extends ViewerEvent
DocumentViewer
has changed.Constructor and Description |
---|
ViewerStateChangeEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPageNumber()
Returns number of the current page.
|
PageLayout |
getPageLayout()
Returns current page layout.
|
RotationAngle |
getRotationAngle()
Returns current angle of page rotation.
|
Zoom |
getZoom()
Returns current page magnification.
|
getSource, toString
public ViewerStateChangeEvent(Object source)
public int getCurrentPageNumber()
public RotationAngle getRotationAngle()
public PageLayout getPageLayout()
public Zoom getZoom()