Interface XYRangedDataSetCollection<T extends XYDataSeriesInternal>
- All Superinterfaces:
DataChangeListener
,org.jfree.data.general.Dataset
,DataSetCollection<T>
,PlotExceptionCause
,org.jfree.data.general.SeriesDataset
,org.jfree.data.xy.XYDataset
- All Known Implementing Classes:
AbstractXYDataSetCollection
,CombinedXYDataSetCollection
,IntervalDataSetCollection
,OHLCDataSetCollection
,TransformedIntervalDataSetCollection
,TransformedOHLCDataSetCollection
,TransformedXYDataSetCollection
,XYDataSetCollection
public interface XYRangedDataSetCollection<T extends XYDataSeriesInternal>
extends org.jfree.data.xy.XYDataset, DataSetCollection<T>
DataSetCollection
with the ability to calculate the Range
of x-values.-
Method Summary
Modifier and TypeMethodDescriptiondefault org.jfree.data.Range
Gets the combinedRange
of all series in this collection.Methods inherited from interface com.illumon.iris.db.plot.util.tables.DataChangeListener
notifyDataChanged, notifyDataChanged, notifySeriesChanged, onFailed, onOneClick, onOneClickRemoved, removeOnOneClick
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSetCollection
add, add, axes, constructSnapshot, dimension, get, getAllSeries, getCurrentSnapshot, id, multiSeries, remove, series
Methods inherited from interface com.illumon.iris.db.plot.errors.PlotExceptionCause
getPlotInfo
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
-
Method Details
-
getXRange
default org.jfree.data.Range getXRange()Gets the combinedRange
of all series in this collection.- Returns:
Range
of x values for all series in this collection
-