Interface | Description |
---|---|
LocationListener |
Listener for a location.
|
PickHandler |
Interface to be implemented by object picking tools.
|
Class | Description |
---|---|
AttributeTableModel |
TableModel for HepRep Attributes.
|
CategoryTableModel |
TableModel for HepRep Attribute Categories.
|
ClickToSetLocation |
Click mouse to set a location.
|
CutData | |
CutPanel |
ControlPanel that allows user to view and manipulate cuts. |
Cuts | |
DefaultWiredInteractionHandler |
Base class for WIRED interaction handlers.
|
DragRectangleToPick |
InteractionHandler that allows user to pick objects by drawing a rectangle on the plot.
|
DragToChangeClock |
Drag/click mouse to scale plot.
|
DragToChangeFishEye |
Drag/click mouse to scale plot.
|
DragToMeasure |
Drag/click to measure distances in 2D on the plot.
|
Flag |
Flag, a name/boolean pair.
|
HepRepCut | |
HepRepInfoPanel |
Panel to show HepRep attribute information.
|
HoverToPick |
Hover mouse near to object to show info.
|
InstanceTableModel |
Model for the Table of picked/selected HepRep instances in
HepRepInfoPanel . |
Interaction | |
InteractionPanel |
Control panel that contains
TreePanel and buttons for choosing view control interaction handlers. |
LayerTableModel |
TableModel for HepRep Layers.
|
Picking | |
PickInteractionHandler |
Base class for interaction handlers that pick objects on a WIRED plot..
|
RoutingInteractionHandler | |
SetLocationPanel |
Panel to specify a 3D location in an UV and its 90 degree rotated WV and UW
projections.
|
TreeSelection | |
VariablePanel |
VariablePanel.
|
Variables |
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.