Class ContourPlotSpeed

All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, Dataset, SeriesDataset, XYDataset, XYZDataset, Identifiable

public class ContourPlotSpeed
extends AbstractContourPlot<Speed>
Contour plot for speed.

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

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 4 okt. 2018
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • ContourPlotSpeed

      public ContourPlotSpeed​(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)
      Constructor.
      Parameters:
      caption - String; caption
      simulator - OTSSimulatorInterface; simulator
      dataPool - ContourDataSource<?>; data pool
  • Method Details