Class ContourPlotAcceleration

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 ContourPlotAcceleration extends AbstractContourPlot<org.djunits.value.vdouble.scalar.Acceleration>
Contour plot for acceleration.

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

    • ContourPlotAcceleration

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