Package | Description |
---|---|
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.event |
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() |
EventPlotInfo |
EventPainterManager.getEventPlotInfo() |
Modifier and Type | Method and Description |
---|---|
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...).
|
Constructor and Description |
---|
DragListener(EventPlotInfo info) |
EventManager(EventPlotInfo info) |
EventPainterManager(EventPlotInfo plot,
EventManager manager,
Epoch epoch,
TextureAtlas atlas) |
Copyright © 2013 Metron, Inc.. All rights reserved.