Package org.opentrafficsim.draw.graphs
Interface XYInterpolatedDataset
-
- All Superinterfaces:
Dataset,SeriesDataset,XYDataset,XYZDataset
- All Known Implementing Classes:
AbstractContourPlot,ContourPlotAcceleration,ContourPlotDelay,ContourPlotDensity,ContourPlotFlow,ContourPlotSpeed
interface XYInterpolatedDataset extends XYZDataset
XYZDatasetextension that allows retrieval of surrounding values by adjusting the item number using the number of items per column.Copyright (c) 2013-2022 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 8 okt. 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRangeBinCount()Returns the number of items in each column.-
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
-
Methods inherited from interface org.jfree.data.general.SeriesDataset
getSeriesCount, getSeriesKey, indexOf
-
Methods inherited from interface org.jfree.data.xy.XYDataset
getDomainOrder, getItemCount, getX, getXValue, getY, getYValue
-
Methods inherited from interface org.jfree.data.xy.XYZDataset
getZ, getZValue
-
-