Package | Description |
---|---|
org.scijava.java3d.utils.behaviors.sensor |
Provides 6DOF sensor behavior classes.
|
org.scijava.java3d.utils.behaviors.vp |
Provides ViewPlatform navigation utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SensorInputAdaptor.clicked(SensorEvent e) |
void |
SensorButtonListener.clicked(SensorEvent e)
This method is currently not used by
SensorEventAgent ,
but is included here for future possible development. |
void |
SensorInputAdaptor.dragged(SensorEvent e) |
void |
SensorButtonListener.dragged(SensorEvent e)
This method is called with each invocation of the
dispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. |
void |
SensorInputAdaptor.pressed(SensorEvent e) |
void |
SensorButtonListener.pressed(SensorEvent e)
This method is called when a sensor's button is pressed.
|
void |
SensorReadListener.read(SensorEvent e)
This method is called each time the
dispatchEvents
method of SensorEventAgent is called and none of a
sensor's buttons have been handled by a button listener. |
void |
SensorInputAdaptor.read(SensorEvent e) |
void |
Mouse6DPointerBehavior.EchoReadListener.read(SensorEvent e) |
void |
SensorInputAdaptor.released(SensorEvent e) |
void |
SensorButtonListener.released(SensorEvent e)
This method is called when a sensor's button is released.
|
Constructor and Description |
---|
SensorEvent(SensorEvent e)
Creates a copy of the given
SensorEvent . |
Modifier and Type | Method and Description |
---|---|
void |
WandViewBehavior.GrabViewListener6D.dragged(SensorEvent e) |
void |
WandViewBehavior.TranslationListener6D.dragged(SensorEvent e) |
void |
WandViewBehavior.RotationListener6D.dragged(SensorEvent e) |
void |
WandViewBehavior.ScaleListener6D.dragged(SensorEvent e) |
void |
WandViewBehavior.RotationListener2D.dragged(SensorEvent e) |
void |
WandViewBehavior.TranslationListener2D.dragged(SensorEvent e) |
void |
WandViewBehavior.ScaleListener2D.dragged(SensorEvent e) |
void |
WandViewBehavior.ListenerBase.pressed(SensorEvent e) |
void |
WandViewBehavior.GrabViewListener6D.pressed(SensorEvent e) |
void |
WandViewBehavior.TranslationListener6D.pressed(SensorEvent e) |
void |
WandViewBehavior.RotationListener6D.pressed(SensorEvent e) |
void |
WandViewBehavior.ScaleListener6D.pressed(SensorEvent e) |
void |
WandViewBehavior.RotationListener2D.pressed(SensorEvent e) |
void |
WandViewBehavior.TranslationListener2D.pressed(SensorEvent e) |
void |
WandViewBehavior.ScaleListener2D.pressed(SensorEvent e) |
void |
WandViewBehavior.ResetViewListener.pressed(SensorEvent e) |
void |
WandViewBehavior.EchoReadListener6D.read(SensorEvent e) |
void |
WandViewBehavior.RotationListener2D.read(SensorEvent e) |
void |
WandViewBehavior.TranslationListener2D.read(SensorEvent e) |
void |
WandViewBehavior.ScaleListener2D.read(SensorEvent e) |
void |
WandViewBehavior.ResetViewListener.read(SensorEvent e) |
void |
WandViewBehavior.ListenerBase.released(SensorEvent e) |
void |
WandViewBehavior.RotationListener2D.released(SensorEvent e) |
void |
WandViewBehavior.TranslationListener2D.released(SensorEvent e) |
void |
WandViewBehavior.ScaleListener2D.released(SensorEvent e) |
Copyright © 2016–2022 SciJava. All rights reserved.