Uses of Interface
org.opentrafficsim.draw.graphs.PlotScheduler
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of PlotScheduler in org.opentrafficsim.draw.graphs
Modifier and TypeFieldDescriptionstatic final PlotScheduler
PlotScheduler.OFFLINE
Default offline scheduler.ModifierConstructorDescriptionAbstractBoundedPlot
(PlotScheduler scheduler, String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, org.djunits.value.vdouble.scalar.Duration delay) Constructor.AbstractContourPlot
(String caption, PlotScheduler scheduler, ContourDataSource dataPool, BoundsPaintScale paintScale, Z legendStep, String legendFormat, String valueFormat) Constructor with specified paint scale.AbstractContourPlot
(String caption, PlotScheduler scheduler, ContourDataSource dataPool, Z legendStep, String legendFormat, Z minValue, Z maxValue, String valueFormat) Constructor with default paint scale.AbstractPlot
(PlotScheduler scheduler, String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, org.djunits.value.vdouble.scalar.Duration delay) Constructor.AbstractSamplerPlot
(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path, org.djunits.value.vdouble.scalar.Duration delay) Constructor.AbstractSpaceTimePlot
(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, org.djunits.value.vdouble.scalar.Duration delay, org.djunits.value.vdouble.scalar.Time initialEnd) Constructor.ContourPlotAcceleration
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotDelay
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotDensity
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotFlow
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotSpeed
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.FundamentalDiagram
(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, PlotScheduler scheduler, FundamentalDiagram.FdSource source, FundamentalDiagram.FdLine fdLine) Constructor.TrajectoryPlot
(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path) Constructor.