Class ContourPlotSpeed

All Implemented Interfaces:
Identifiable, org.jfree.data.general.Dataset, org.jfree.data.general.SeriesDataset, org.jfree.data.xy.XYDataset, org.jfree.data.xy.XYZDataset

public class ContourPlotSpeed extends AbstractContourPlot<org.djunits.value.vdouble.scalar.Speed>
Contour plot for speed.

Copyright (c) 2013-2026 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

    • ContourPlotSpeed

      public ContourPlotSpeed(String caption, ContourDataSource source)
      Constructor.
      Parameters:
      caption - caption
      source - data source
  • Method Details