Class ContourPlotAcceleration

All Implemented Interfaces:
ActionListener, EventListener, Dataset, SeriesDataset, XYDataset, XYZDataset, org.opentrafficsim.base.Identifiable, XyInterpolatedDataset

public class ContourPlotAcceleration extends AbstractContourPlot<Acceleration>
Contour plot for acceleration.

Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • ContourPlotAcceleration

      public ContourPlotAcceleration(String caption, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, ContourDataSource dataPool)
      Constructor.
      Parameters:
      caption - String; caption
      simulator - OtsSimulatorInterface; simulator
      dataPool - ContourDataSource; data pool
  • Method Details