public class MathCameraListener extends MathListener implements PvCameraListenerIf, java.lang.Runnable
The event does not contain pick information of the geometry,
see jvx.math.MathPickListener.
PvCameraListenerIf,
MathPickListener| Constructor and Description |
|---|
MathCameraListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
dragCamera(PvCameraEvent event)
Get camera position and viewing direction when a mouse drag event has occurred.
|
void |
pickCamera(PvCameraEvent event)
Get camera position and viewing direction when a mouse pressed event has occurred.
|
void |
run()
Asynchronously perform the event handling.
|
getHandler, getName, setHandler, setNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic void pickCamera(PvCameraEvent event)
pickCamera in interface PvCameraListenerIfevent - Pick event issued by the displayPvCameraListenerIfpublic void dragCamera(PvCameraEvent event)
dragCamera in interface PvCameraListenerIfevent - Drag event issued by the displayPvCameraListenerIfpublic void run()
run in interface java.lang.Runnable"