Uses of Class
org.opentrafficsim.draw.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.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return GraphPathModifier and TypeMethodDescriptionAbstractSamplerPlot.getPath()Returns the path.ContourDataSource.getPath()Returns the path for anAbstractContourPlotusing thisContourDataSource.Methods in org.opentrafficsim.draw.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>>
FundamentalDiagram.FdSourceFundamentalDiagram.sourceFromSampler(Sampler<?, L> sampler, GraphPath<L> path, boolean aggregateLanes, org.djunits.value.vdouble.scalar.Duration aggregationTime) Creates aSourcefrom a sampler and positions.Constructors in org.opentrafficsim.draw.graphs with parameters of type GraphPathModifierConstructorDescriptionAbstractSamplerPlot(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.