java.lang.Object
de.grogra.pf.data.DatasetAdapterBase
- All Implemented Interfaces:
Dataset
- Direct Known Subclasses:
DatasetAdapter,HistogramAdapter,StatisticsAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChangeListener(DatasetChangeListener listener) Registers an object for notification of changes to the dataset.getGroup()Returns the dataset group.intgetSeriesKey(int series) intindexOf(Comparable seriesKey) voidremoveChangeListener(DatasetChangeListener listener) Deregisters an object for notification of changes to the dataset.voidsetGroup(DatasetGroup group) Sets the dataset group.
-
Method Details
-
addChangeListener
Description copied from interface:DatasetRegisters an object for notification of changes to the dataset.- Specified by:
addChangeListenerin interfaceDataset- Parameters:
listener- the object to register.
-
removeChangeListener
Description copied from interface:DatasetDeregisters an object for notification of changes to the dataset.- Specified by:
removeChangeListenerin interfaceDataset- Parameters:
listener- the object to deregister.
-
setGroup
Description copied from interface:DatasetSets the dataset group. -
getGroup
Description copied from interface:DatasetReturns the dataset group. -
getDomainOrder
-
getSeriesCount
public int getSeriesCount() -
getSeriesKey
-
indexOf
-