| Modifier and Type | Method and Description |
|---|---|
static MouseControl |
MouseControls.createDefault(Viewer viewer)
Create a default
MouseControl for the given Viewer,
where rotation and non-uniform scaling are allowed. |
static MouseControl |
MouseControls.createDefault(Viewer viewer,
boolean rotationAllowed,
boolean nonUniformScalingAllowed)
Create a default
MouseControl for the given Viewer. |
| Modifier and Type | Method and Description |
|---|---|
void |
Viewer.setMouseControl(MouseControl newMouseControl)
Set the given
MouseControl as a MouseListener,
MouseMotionListener and MouseWheelListener
for this viewer. |
Copyright © 2015. All rights reserved.