Class ContourPlotDensity

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 ContourPlotDensity extends AbstractContourPlot<org.djunits.value.vdouble.scalar.LinearDensity>
Contour plot for density.

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

    • ContourPlotDensity

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