Package com.metsci.glimpse.core.plot.timeline.event.paint
-
Interface Summary Interface Description EventPainter A painter responsible for making OpenGL calls to visualize anEvent
.GroupedEventPainter A painter responsible for making OpenGL calls to visualize a collection ofEvent
. -
Class Summary Class Description DefaultEventPainter Paints the default visualization for providedEvent
objects.DefaultGroupedEventPainter EventDrawInfo A helper data structure used byDefaultGroupedEventPainter
to manage bounds of timeline events being rendered.EventPainterManager Paints 1D events with associated color, time span, icon, and label information.GroupedEventPainterAdapter An adapter class which utilizes aEventPainter
to (inefficiently) perform the function of aGroupedEventPainter
.IconDrawInfo TextDrawInfo