Uses of Class
org.opentrafficsim.animation.graphs.GraphPath
Packages that use GraphPath
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of GraphPath in org.opentrafficsim.animation.graphs
Methods in org.opentrafficsim.animation.graphs that return GraphPathModifier and TypeMethodDescriptionGraphPath.setCircular(boolean circular) Sets whether this path is circular.Methods in org.opentrafficsim.animation.graphs with parameters of type GraphPathModifier and TypeMethodDescriptionstatic <L extends LaneData<L>>
voidGraphPath.initRecording(Sampler<?, L> sampler, GraphPath<L> path) Start recording along path.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 GraphPathModifierConstructorDescriptionContourDataSource(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.TrajectoryPlot(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path) Constructor.