Uses of Class
org.opentrafficsim.animation.graphs.OffsetTrajectory
Packages that use OffsetTrajectory
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of OffsetTrajectory in org.opentrafficsim.animation.graphs
Methods in org.opentrafficsim.animation.graphs that return OffsetTrajectoryModifier and TypeMethodDescriptionTrajectoryPlot.TrajectoriesPaintState.series()Returns the value of theseriesrecord component.OffsetTrajectory.TrajectorySection.trajectory()Returns the value of thetrajectoryrecord component.Constructors in org.opentrafficsim.animation.graphs with parameters of type OffsetTrajectoryModifierConstructorDescriptionTrajectoriesPaintState(OffsetTrajectory[] series, int[] laneOfSeries, Stroke[] strokeOfSeries, int laneCount, org.djunits.value.vdouble.scalar.Duration getAvailableTime) Creates an instance of aTrajectoriesPaintStaterecord class.TrajectorySection(OffsetTrajectory trajectory, Integer section) Creates an instance of aTrajectorySectionrecord class.