Inheritance diagram for NavigatorUser::
Public Methods | |
int[] | handleNavigatorViewerIDs () |
This method is called by the navigator to ask the user for a list of viewer ID's that currently exist (and thus are selectable in the navigator). More... | |
void | handleNavigatorPan (int viewerID, double x, double y) |
This method is called by the navigator whenever the user has changed the viewing position in the Thumbnail. More... | |
void | handleNavigatorZoomed (int viewerID, double zoomVal) |
This method is called by the navigator whenever the user has changed the zoom factor. More... | |
void | handleNavigatorSelected (int viewerID) |
This method is called by the navigator whenever the user has selected a new active viewer. More... |
|
This method is called by the navigator to ask the user for a list of viewer ID's that currently exist (and thus are selectable in the navigator).
Reimplemented in MdiApp. |
|
This method is called by the navigator whenever the user has changed the viewing position in the Thumbnail.
Reimplemented in MdiApp. |
|
This method is called by the navigator whenever the user has changed the zoom factor.
Reimplemented in MdiApp. |
|
This method is called by the navigator whenever the user has selected a new active viewer. The NavigatorUser is expected to call updateStatus with the newly selected CanvasViewer. Reimplemented in MdiApp. |