Class ContourPlotDensity

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

public class ContourPlotDensity extends AbstractContourPlot<LinearDensity>
Contour plot for density.

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

    • ContourPlotDensity

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