Modifier and Type | Method and Description |
---|---|
Event |
EventSelection.getEvent() |
Modifier and Type | Method and Description |
---|---|
TimeSpan |
EventConstraint.applyConstraint(Event event,
TimeSpan proposedTimeSpan)
Describes a set of constraints on the start and end times of an event.
|
Constructor and Description |
---|
EventSelection(Event event,
EnumSet<EventSelection.Location> locations) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateEvent
When a
StackedTimePlot2D is zoomed out very far, Events
can be squashed very close together in pixel space, making them hard
to see. |
Modifier and Type | Field and Description |
---|---|
List<Event> |
EventManager.Row.visibleEvents |
Modifier and Type | Method and Description |
---|---|
Event |
EventPlotInfo.addEvent(Object id,
String label,
TimeStamp time) |
Event |
EventPlotInfo.addEvent(Object id,
String label,
TimeStamp startTime,
TimeStamp endTime) |
Event |
EventPlotInfo.addEvent(String label,
TimeStamp time) |
Event |
EventPlotInfo.addEvent(String label,
TimeStamp startTime,
TimeStamp endTime) |
static Event |
Event.createDummyEvent(Event event) |
static Event |
Event.createDummyEvent(TimeStamp time) |
Event |
EventManager.getEvent(Object id) |
Event |
EventPlotInfo.getEvent(Object id) |
Event |
EventManager.removeEvent(Object id) |
Modifier and Type | Method and Description |
---|---|
static Comparator<Event> |
Event.getEndTimeComparator() |
Set<Event> |
EventManager.getEvents() |
Set<Event> |
EventPlotInfo.getEvents() |
Collection<Event> |
EventManager.Row.getNearestVisibleEvents(TimeStamp timeStart,
TimeStamp timeEnd) |
Collection<Event> |
EventManager.Row.getOverlappingEvents(Event event) |
static Comparator<Event> |
Event.getStartTimeComparator() |
Iterator<Event> |
Event.iterator()
EventPlotInfo can automatically create synthetic groups of Events when the timeline
is zoomed out far enough that a bunch of Events are crowded into the same space.
|
Iterator<Event> |
AggregateEvent.iterator()
EventPlotInfo can automatically create synthetic groups of Events when the timeline
is zoomed out far enough that a bunch of Events are crowded into the same space.
|
Modifier and Type | Method and Description |
---|---|
void |
EventManager.addEvent(Event event) |
void |
EventManager.Row.addEvent(Event event) |
void |
EventPlotInfo.addEvent(Event event) |
static Event |
Event.createDummyEvent(Event event) |
long |
EventIntervalQuadTree.getEndTimeMillis(Event v) |
Collection<Event> |
EventManager.Row.getOverlappingEvents(Event event) |
double |
Event.getOverlapTime(Event event) |
long |
EventIntervalQuadTree.getStartTimeMillis(Event v) |
void |
EventManager.moveEvent(Event event,
TimeStamp newStartTime,
TimeStamp newEndTime) |
void |
Event.paint(EventPainter defaultPainter,
javax.media.opengl.GL2 gl,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax) |
void |
EventManager.Row.removeEvent(Event event) |
void |
EventPlotInfo.removeEvent(Event event) |
void |
EventPlotInfo.updateEvent(Event oldEvent,
TimeStamp newStartTime,
TimeStamp newEndTime) |
void |
EventPlotInfo.updateEventRow(GlimpseMouseEvent mouseEvent,
Event event,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
Set<Event> |
EventSelectionHandler.getSelectedEvents() |
Modifier and Type | Method and Description |
---|---|
void |
EventSelectionHandler.addSelectedEvent(Event event) |
void |
DragListener.eventUpdated(GlimpseMouseEvent e,
Event event) |
void |
EventPlotAdapter.eventUpdated(GlimpseMouseEvent e,
Event event) |
void |
EventPlotListener.eventUpdated(GlimpseMouseEvent e,
Event event)
Indicates that the provided Event was updated by the user.
|
boolean |
EventSelectionHandler.isEventSelected(Event event) |
void |
EventSelectionHandler.removeSelectedEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
EventSelectionListener.eventsSelected(Set<Event> selectedEvents,
Set<Event> deselectedEvents)
Indicates that the set of selected events has changed.
|
void |
EventSelectionListener.eventsSelected(Set<Event> selectedEvents,
Set<Event> deselectedEvents)
Indicates that the set of selected events has changed.
|
void |
EventSelectionHandler.setSelectedEvents(Set<Event> newEvents) |
Modifier and Type | Method and Description |
---|---|
Event |
EventDrawInfo.getEvent() |
Event |
EventDrawInfo.getNextEvent() |
Modifier and Type | Method and Description |
---|---|
static float[] |
DefaultEventPainter.getBackgroundColor(Event event,
EventPlotInfo info,
boolean isSelected) |
static float[] |
DefaultEventPainter.getBorderColor(Event event,
EventPlotInfo info,
boolean isSelected) |
static float |
DefaultEventPainter.getBorderThickness(Event event,
EventPlotInfo info,
boolean isSelected) |
static int |
DefaultEventPainter.getIconSizePerpPixels(Event event,
EventPlotInfo info,
int sizePerpPixels) |
void |
DefaultEventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax) |
void |
EventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax)
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).
|
Constructor and Description |
---|
EventDrawInfo(Event event,
Event nextEvent,
int posMin,
int posMax) |
Copyright © 2016 Metron, Inc.. All rights reserved.