Package | Description |
---|---|
com.metsci.glimpse.plot.timeline.event |
Modifier and Type | Method and Description |
---|---|
EventSelection |
EventManager.getNearestEvent(GlimpseMouseEvent e) |
EventSelection |
EventManager.getNearestEvent(Set<EventSelection> events,
GlimpseMouseEvent e) |
Modifier and Type | Method and Description |
---|---|
Set<EventSelection> |
EventManager.getNearestEvents(GlimpseMouseEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
EventToolTipHandler.setToolTip(EventSelection selection,
TooltipPainter tooltipPainter) |
Modifier and Type | Method and Description |
---|---|
void |
DragListener.eventsClicked(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotAdapter.eventsClicked(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotListener.eventsClicked(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse clicked on the Events contained in the EventSelection Set.
|
void |
DragListener.eventsEntered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotAdapter.eventsEntered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotListener.eventsEntered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse moved into of the Events contained in the EventSelection Set.
|
void |
DragListener.eventsExited(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotAdapter.eventsExited(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotListener.eventsExited(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse moved outside of the events contained in the EventSelection Set.
|
void |
DragListener.eventsHovered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotAdapter.eventsHovered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time) |
void |
EventPlotListener.eventsHovered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates that the mouse moved while inside the Events contained in the EventSelection Set.
|
EventSelection |
EventManager.getNearestEvent(Set<EventSelection> events,
GlimpseMouseEvent e) |
Copyright © 2013 Metron, Inc.. All rights reserved.