Uses of Class
com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
-
Packages that use EventPlotInfo Package Description com.metsci.glimpse.core.plot.timeline com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.plot.timeline.event.listener com.metsci.glimpse.core.plot.timeline.event.paint com.metsci.glimpse.core.support Data structures and support classes. -
-
Uses of EventPlotInfo in com.metsci.glimpse.core.plot.timeline
Methods in com.metsci.glimpse.core.plot.timeline that return EventPlotInfo Modifier and Type Method 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. -
Uses of EventPlotInfo in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event that return EventPlotInfo Modifier and Type Method Description EventPlotInfo
Event. getEventPlotInfo()
Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type EventPlotInfo Modifier and Type Method Description void
Event. paint(GlimpseContext context, EventPainter defaultPainter, Event nextEvent, EventPlotInfo info, int posMin, int posMax)
Constructors in com.metsci.glimpse.core.plot.timeline.event with parameters of type EventPlotInfo Constructor Description EventManager(EventPlotInfo info)
-
Uses of EventPlotInfo in com.metsci.glimpse.core.plot.timeline.event.listener
Constructors in com.metsci.glimpse.core.plot.timeline.event.listener with parameters of type EventPlotInfo Constructor Description DragListener(EventPlotInfo info)
-
Uses of EventPlotInfo in com.metsci.glimpse.core.plot.timeline.event.paint
Methods in com.metsci.glimpse.core.plot.timeline.event.paint that return EventPlotInfo Modifier and Type Method Description EventPlotInfo
EventPainterManager. getEventPlotInfo()
Methods in com.metsci.glimpse.core.plot.timeline.event.paint with parameters of type EventPlotInfo Modifier and Type Method 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(GlimpseContext context, Event event, Event nextEvent, EventPlotInfo info, int posMin, int posMax)
void
DefaultGroupedEventPainter. paint(GlimpseContext context, EventPlotInfo info, Collection<EventDrawInfo> events)
void
EventPainter. paint(GlimpseContext context, Event event, Event nextEvent, EventPlotInfo info, int posMin, int posMax)
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).void
GroupedEventPainter. paint(GlimpseContext context, EventPlotInfo info, Collection<EventDrawInfo> events)
Draw all the events in the provided collection using the provided context.void
GroupedEventPainterAdapter. paint(GlimpseContext context, EventPlotInfo info, Collection<EventDrawInfo> events)
Constructors in com.metsci.glimpse.core.plot.timeline.event.paint with parameters of type EventPlotInfo Constructor Description EventPainterManager(EventPlotInfo plot, EventManager manager, Epoch epoch, TextureAtlas atlas)
-
Uses of EventPlotInfo in com.metsci.glimpse.core.support
Methods in com.metsci.glimpse.core.support with parameters of type EventPlotInfo Modifier and Type Method Description static Disposable
DisposableUtils. addEventPlotListener(EventPlotInfo eventPlotInfo, EventPlotListener listener)
-