Uses of Interface
org.opentrafficsim.animation.graphs.PlotScheduler
Packages that use PlotScheduler
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of PlotScheduler in org.opentrafficsim.animation.graphs
Fields in org.opentrafficsim.animation.graphs declared as PlotSchedulerModifier and TypeFieldDescriptionstatic final PlotSchedulerPlotScheduler.OFFLINEDefault offline scheduler.Methods in org.opentrafficsim.animation.graphs that return PlotSchedulerModifier and TypeMethodDescriptionPlotDelegate.getPlotScheduler()Returns the plot scheduler for the first plot that requests one.Methods in org.opentrafficsim.animation.graphs with parameters of type PlotSchedulerModifier and TypeMethodDescriptionstatic <L extends LaneData<L>>
FdDataSourceFdDataSource.sourceFromSampler(Sampler<?, L> sampler, PlotScheduler plotScheduler, GraphCrossSection<L> crossSection, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime, boolean harmonic) Creates aFdDataSourcefrom a sampler and positions.static <L extends LaneData<L>>
FdDataSourceFdDataSource.sourceFromSampler(Sampler<?, L> sampler, PlotScheduler plotScheduler, GraphPath<L> path, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime) Creates aFdDataSourcefrom a sampler and positions.Constructors in org.opentrafficsim.animation.graphs with parameters of type PlotSchedulerModifierConstructorDescriptionAbstractBoundedPlot(PlotScheduler scheduler, String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, org.djunits.value.vdouble.scalar.Duration delay) Constructor.AbstractPlot(PlotScheduler scheduler, String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, 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.Duration initialEnd) Constructor.ContourDataSource(SamplerData<?> samplerData, org.djunits.value.vdouble.scalar.Duration delay, GraphPath<? extends LaneData<?>> path, PlotScheduler plotScheduler, PlotSetting<org.djunits.value.vdouble.scalar.Length> spaceGranularities, PlotSetting<org.djunits.value.vdouble.scalar.Duration> timeGranularities, org.djunits.value.vdouble.scalar.Duration start, org.djunits.value.vdouble.scalar.Duration initialEnd) Constructor for non-default input.ContourDataSource(SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path, PlotScheduler plotScheduler) Constructor using default granularities.DistributionPlotExtendedData(SamplerData<G> samplerData, GraphPath<? extends LaneData<?>> path, ExtendedDataType<Z, ?, ?, G> dataType, PlotScheduler plotScheduler, DistributionPlotExtendedData.LabelData<Z> labelData) Constructor.FdDataSource(org.djunits.value.vdouble.scalar.Duration aggregationInterval, org.djunits.value.vdouble.scalar.Duration delay, PlotScheduler plotScheduler) Constructor.FdDataSource(org.djunits.value.vdouble.scalar.Duration aggregationInterval, org.djunits.value.vdouble.scalar.Duration delay, PlotScheduler plotScheduler, PlotSetting<org.djunits.value.vdouble.scalar.Duration> aggregationPeriodSetting, PlotSetting<Integer> updatesPerPeriodSetting) Constructor.PlotDelegate(org.djunits.value.vdouble.scalar.Duration initialUpdateInterval, org.djunits.value.vdouble.scalar.Duration delay, PlotScheduler plotScheduler) Constructor.TrajectoryPlot(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path) Constructor.