Uses of Class
org.opentrafficsim.draw.graphs.GraphPath
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of GraphPath in org.opentrafficsim.draw.graphs
Modifier and TypeMethodDescriptionAbstractSamplerPlot.getPath()
Returns the path.ContourDataSource.getPath()
Returns the path for anAbstractContourPlot
using thisContourDataSource
.Modifier and TypeMethodDescriptionstatic <L extends LaneData<L>>
voidGraphPath.initRecording
(Sampler<?, L> sampler, GraphPath<L> path) Start recording along path.static <L extends LaneData<L>>
FundamentalDiagram.FdSourceFundamentalDiagram.sourceFromSampler
(Sampler<?, L> sampler, GraphPath<L> path, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime) Creates aSource
from a sampler and positions.ModifierConstructorDescriptionAbstractSamplerPlot
(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.ContourDataSource
(SamplerData<?> samplerData, org.djunits.value.vdouble.scalar.Duration delay, GraphPath<? extends LaneData<?>> path, double[] spaceGranularity, int initSpaceIndex, double[] timeGranularity, int initTimeIndex, org.djunits.value.vdouble.scalar.Time start, org.djunits.value.vdouble.scalar.Time initialEnd) Constructor for non-default input.ContourDataSource
(SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path) Constructor using default granularities.TrajectoryPlot
(String caption, org.djunits.value.vdouble.scalar.Duration updateInterval, PlotScheduler scheduler, SamplerData<?> samplerData, GraphPath<? extends LaneData<?>> path) Constructor.