Modifier and Type | Method and Description |
---|---|
EventPlotInfo |
StackedTimePlot2D.createEventPlot() |
EventPlotInfo |
StackedTimePlot2D.createEventPlot(Object id) |
EventPlotInfo |
StackedTimePlot2D.getEventPlot(Object id)
Returns the event plot handle for the plot identified via its unique string identifier.
|
Modifier and Type | Method and Description |
---|---|
EventPlotInfo |
Event.getEventPlotInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Event.paint(EventPainter defaultPainter,
javax.media.opengl.GL2 gl,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax) |
Constructor and Description |
---|
EventManager(EventPlotInfo info) |
Constructor and Description |
---|
DragListener(EventPlotInfo info) |
Modifier and Type | Method and Description |
---|---|
EventPlotInfo |
EventPainterManager.getEventPlotInfo() |
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...).
|
void |
GroupedEventPainter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events)
Draw all the events in the provided collection using the GL2 handle.
|
void |
DefaultGroupedEventPainter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events) |
void |
GroupedEventPainterAdapter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events) |
Constructor and Description |
---|
EventPainterManager(EventPlotInfo plot,
EventManager manager,
Epoch epoch,
TextureAtlas atlas) |
Copyright © 2016 Metron, Inc.. All rights reserved.