|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InteractionHandler | |
---|---|
hep.wired.interaction | Standard Interaction Handlers for plots. |
hep.wired.plot | The WIRED plot and its support classes. |
hep.wired.services | The Services provided by and to WIRED. |
Uses of InteractionHandler in hep.wired.interaction |
---|
Classes in hep.wired.interaction that implement InteractionHandler | |
---|---|
class |
AbstractInteractionHandler
Near complete (null) implementation of an InteractionHandler. |
class |
DefaultInteractionHandler
Default implementation of InteractionHandler that handles mouse wheel
events to scroll, cursor keys to translate. |
class |
DragAngledRectangleToScale
Drag/click mouse to define an (angled) rectangle to scale, rotate and translate plot. |
class |
DragBallToRotate
Drag mouse to rotate plot using a virtual trackball. |
class |
DragRectangleToScale
Drag/click to define a rectangle to scale and translate the plot. |
class |
DragToRotate
Drag mouse to rotate plot in Z-plane. |
class |
DragToScale
Drag/click mouse to scale plot. |
class |
DragToTranslate
Drag/click mouse to translate plot. |
class |
NullInteractionHandler
|
Uses of InteractionHandler in hep.wired.plot |
---|
Methods in hep.wired.plot that return InteractionHandler | |
---|---|
InteractionHandler |
WiredPlot.getInteractionHandler()
Return the current interaction handler. |
Methods in hep.wired.plot with parameters of type InteractionHandler | |
---|---|
void |
WiredPlot.setInteractionHandler(InteractionHandler interactionHandler)
Sets interaction handler on this plot. |
boolean |
WiredPlot.supports(InteractionHandler interactionHandler)
Returns true if this plot (and its projection) supports the specified interaction handler. |
Uses of InteractionHandler in hep.wired.services |
---|
Subinterfaces of InteractionHandler in hep.wired.services | |
---|---|
interface |
DelegatingInteractionHandler
|
Methods in hep.wired.services that return InteractionHandler | |
---|---|
InteractionHandler |
DelegatingInteractionHandler.getInteractionHandler()
|
InteractionHandler |
RecordPlot.getInteractionHandler()
Return the current interaction handler. |
Methods in hep.wired.services with parameters of type InteractionHandler | |
---|---|
void |
RecordPlot.setInteractionHandler(InteractionHandler interactionHandler)
Sets the interaction handler on the plot. |
boolean |
RecordPlot.supports(InteractionHandler interactionHandler)
Returns true if this plot (and its projection) supports the given interactionHandler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |