Package | Description |
---|---|
com.metsci.glimpse.plot.timeline.data | |
com.metsci.glimpse.plot.timeline.event |
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 | 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() |
Set<Event> |
EventSelectionHandler.getSelectedEvents() |
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 |
EventPlotInfo.addEvent(Event event) |
void |
EventSelectionHandler.addSelectedEvent(Event event) |
static Event |
Event.createDummyEvent(Event event) |
void |
DragListener.eventUpdated(Event event) |
void |
EventPlotAdapter.eventUpdated(Event event) |
void |
EventPlotListener.eventUpdated(Event event)
Indicates that the provided Event was updated by the user.
|
double |
Event.getOverlapTime(Event event) |
boolean |
EventSelectionHandler.isEventSelected(Event event) |
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,
int posMin,
int posMax) |
void |
DefaultEventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
int posMin,
int posMax) |
void |
EventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
int posMin,
int posMax)
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).
|
void |
EventPlotInfo.removeEvent(Event event) |
void |
EventSelectionHandler.removeSelectedEvent(Event event) |
void |
EventPlotInfo.updateEvent(Event oldEvent,
TimeStamp newStartTime,
TimeStamp newEndTime) |
void |
EventPlotInfo.updateEventRow(Event event,
int rowIndex) |
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> events) |
Copyright © 2013 Metron, Inc.. All rights reserved.