Uses of Record Class
org.opentrafficsim.animation.graphs.PlotSetting
Packages that use PlotSetting
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of PlotSetting in org.opentrafficsim.animation.graphs
Fields in org.opentrafficsim.animation.graphs declared as PlotSettingModifier and TypeFieldDescriptionprotected static final PlotSetting<org.djunits.value.vdouble.scalar.Length>ContourDataSource.SPACE_GRANULARITIESSpace granularities.protected static final PlotSetting<org.djunits.value.vdouble.scalar.Duration>ContourDataSource.TIME_GRANULARITIESTime granularities.Methods in org.opentrafficsim.animation.graphs that return PlotSettingModifier and TypeMethodDescriptionPlotSetting<org.djunits.value.vdouble.scalar.Duration>FdDataSource.getAggregationPeriodSetting()Returns the aggregation period setting.FdDataSource.getUpdatesPerPeriodSetting()Returns the updates per period setting.Constructors in org.opentrafficsim.animation.graphs with parameters of type PlotSettingModifierConstructorDescriptionContourDataSource(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.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.