Package com.inet.report.chart.dataset
Interface StandardDataset
-
- All Superinterfaces:
BaseDataset,java.io.Serializable
- All Known Implementing Classes:
ForAllRecordsDataset,ForEachRecordDataset,OneGroupDataset,TwoGroupsDataset
public interface StandardDataset extends BaseDataset
The interface that must be implemented by classes that will be used as data source for aStandardPlot. For more information see the implementors of this interface.- Since:
- 8.0
- See Also:
ForAllRecordsDataset,ForEachRecordDataset,OneGroupDataset,TwoGroupsDataset
-
-
Field Summary
-
Fields inherited from interface com.inet.report.chart.dataset.BaseDataset
TOKEN_DATASET
-
-
Method Summary
-
Methods inherited from interface com.inet.report.chart.dataset.BaseDataset
getChart, getDataField, getDataFields, getLabelProvider, getReferencedObject, updateReferences, verify
-
-