Interface | Description |
---|---|
EventPainter |
A painter responsible for making OpenGL calls to visualize an
Event . |
EventPlotListener |
Listener interface for receiving notifications when the mouse interacts with Events or when
Event start and end times are updated.
|
EventSelectionListener | |
EventToolTipHandler |
Class | Description |
---|---|
AggregateEvent |
When a
StackedTimePlot2D is zoomed out very far, Events
can be squashed very close together in pixel space, making them hard
to see. |
DefaultEventPainter |
Paints the default visualization for provided
Event objects. |
DragListener |
Helper class which supports user dragging of Events to adjust their start/end times.
|
Event |
Event represents an occurrence with a start and end time and is usually created
by an
EventPlotInfo (which represents
a row or column of a StackedTimePlot2D . |
EventIntervalSortedMultimap | |
EventManager |
Helper class which maintains sorted Event data structures for
EventPlotInfo . |
EventPainterManager |
Paints 1D events with associated color, time span, icon, and label information.
|
EventPlotAdapter | |
EventPlotInfo |
A handle to one of the plotting areas making up a
StackedTimePlot2D . |
EventSelectionHandler |
Helper class which manages keeping track of selected Events for
EventPlotInfo . |
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.
|
Copyright © 2013 Metron, Inc.. All rights reserved.