public interface GroupedEventPainter
Event
.Modifier and Type | Method and Description |
---|---|
void |
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 paint(javax.media.opengl.GL2 gl, EventPlotInfo info, GlimpseBounds bounds, Axis1D timeAxis, Collection<EventDrawInfo> events)
gl
- OpenGL handleinfo
- parent EventPlotInfo of Event to be paintedbounds
- width, height, and position of GlimpseLayout containing EventPlotInfotimeAxis
- the plot time axisevents
- the event objects to drawCopyright © 2016 Metron, Inc.. All rights reserved.