Package com.metsci.glimpse.core.plot.timeline.event
-
Interface Summary Interface Description EventToolTipHandler -
Class Summary Class Description AggregateEvent When aStackedTimePlot2D
is zoomed out very far, Events can be squashed very close together in pixel space, making them hard to see.Event Event represents an occurrence with a start and end time and is usually created by anEventPlotInfo
(which represents a row or column of aStackedTimePlot2D
.EventBounds Metadata about an Event used by theEventSelectionHandler
to indicate what part of an event was clicked (the icon, label, etc...).EventIntervalQuadTree Although this collection is sorted based on the Event start and end TimeStamps, it usesObject.equals(Object)
to satisfy theSet
contract.EventManager Helper class which maintains sorted Event data structures forEventPlotInfo
.EventPlotInfo A handle to one of the plotting areas making up aStackedTimePlot2D
. -
Enum Summary Enum Description Event.OverlapRenderingMode Indicates what types of overlaps should be considered when determining whether to shorten Event box text.Event.TextRenderingMode Indicates how text which is too large to fit in the Event box should be shortened.