Uses of Class
com.metsci.glimpse.core.plot.timeline.data.EventSelection
-
Packages that use EventSelection Package Description com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.plot.timeline.event.listener -
-
Uses of EventSelection in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event that return EventSelection Modifier and Type Method Description EventSelectionEventManager. getNearestEvent(GlimpseMouseEvent e)EventSelectionEventManager. getNearestEvent(Set<EventSelection> events, GlimpseMouseEvent e)Methods in com.metsci.glimpse.core.plot.timeline.event that return types with arguments of type EventSelection Modifier and Type Method Description Set<EventSelection>EventManager. getNearestEvents(GlimpseMouseEvent e)Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type EventSelection Modifier and Type Method Description voidEventToolTipHandler. setToolTip(EventSelection selection, TooltipPainter tooltipPainter)Method parameters in com.metsci.glimpse.core.plot.timeline.event with type arguments of type EventSelection Modifier and Type Method Description EventSelectionEventManager. getNearestEvent(Set<EventSelection> events, GlimpseMouseEvent e) -
Uses of EventSelection in com.metsci.glimpse.core.plot.timeline.event.listener
Method parameters in com.metsci.glimpse.core.plot.timeline.event.listener with type arguments of type EventSelection Modifier and Type Method Description voidDragListener. eventsClicked(GlimpseMouseEvent ev, Set<EventSelection> events, TimeStamp time)voidEventPlotAdapter. eventsClicked(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)voidEventPlotListener. eventsClicked(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)Indicates the mouse clicked on the Events contained in the EventSelection Set.voidDragListener. eventsEntered(GlimpseMouseEvent ev, Set<EventSelection> events, TimeStamp time)voidEventPlotAdapter. eventsEntered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)voidEventPlotListener. eventsEntered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)Indicates the mouse moved into of the Events contained in the EventSelection Set.voidDragListener. eventsExited(GlimpseMouseEvent ev, Set<EventSelection> events, TimeStamp time)voidEventPlotAdapter. eventsExited(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)voidEventPlotListener. eventsExited(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)Indicates the mouse moved outside of the events contained in the EventSelection Set.voidDragListener. eventsHovered(GlimpseMouseEvent ev, Set<EventSelection> events, TimeStamp time)voidEventPlotAdapter. eventsHovered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)voidEventPlotListener. eventsHovered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)Indicates that the mouse moved while inside the Events contained in the EventSelection Set.
-