Class | Description |
---|---|
AbstractInteractionHandler |
Near complete (null) implementation of an InteractionHandler.
|
DefaultInteractionHandler |
Default implementation of
InteractionHandler that handles mouse wheel
events to scroll, cursor keys to translate. |
DragAngledRectangleToScale |
Drag/click mouse to define an (angled) rectangle to scale, rotate and
translate plot.
|
DragBallToRotate |
Drag mouse to rotate plot using a virtual trackball.
|
DragRectangleToScale |
Drag/click to define a rectangle to scale and translate the plot.
|
DragToRotate |
Drag mouse to rotate plot in Z-plane.
|
DragToScale |
Drag/click mouse to scale plot.
|
DragToTranslate |
Drag/click mouse to translate plot.
|
NullInteractionHandler |
Standard Interaction Handlers for plots.
This package contains all standard interaction handlers for WIRED. An interaction handler handles mouse events, draws some feedback into an interaction panel and may post edits to the plot.
To define your own interaction handler you need to implement InteractionHandler, but it is easier to inherit from AbstractInteractionHandler.
Copyright © 1996-2014 FreeHEP. All Rights Reserved.