Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
InteractionHandler |
WiredPlot.getInteractionHandler()
Return the current interaction handler.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingInteractionHandler |
Modifier and Type | Method and Description |
---|---|
InteractionHandler |
DelegatingInteractionHandler.getInteractionHandler() |
InteractionHandler |
RecordPlot.getInteractionHandler()
Return the current interaction handler.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.