Package com.inet.report.chart.dataset
Class XYForEachRecordDataset
java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.XYForAllRecordsDataset
com.inet.report.chart.dataset.XYForEachRecordDataset
- All Implemented Interfaces:
BaseDataset
,XYDataset
,Serializable
- Direct Known Subclasses:
XYOneGroupDataset
This is a dataset used by xy charts.
This evaluates data 'for each record' for three data fields (x, y and size).
- Since:
- 8.0
- See Also:
-
Field Summary
Fields inherited from class com.inet.report.chart.dataset.XYForAllRecordsDataset
FIELDS_COUNT
Fields inherited from interface com.inet.report.chart.dataset.BaseDataset
TOKEN_DATASET
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inet.report.chart.dataset.XYForAllRecordsDataset
getCategoryGroup, getChart, getDataField, getDataField, getDataFields, getSizeField, getXField, getYField, setSizeField, setXField, setYField, updateReferences, verify
Methods inherited from class com.inet.report.chart.dataset.AbstractDataset
getReferencedObject, saveGroups, saveProperties, saveSummaryFields
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inet.report.chart.dataset.BaseDataset
getReferencedObject
-
Constructor Details
-
XYForEachRecordDataset
Creates a new empty dataset.- Parameters:
chart
- the chart (null
not permitted)- Since:
- 8.0
-
-
Method Details
-
getName
- Overrides:
getName
in classXYForAllRecordsDataset
-
getLabelProvider
public com.inet.report.chart.dataset.LabelProvider getLabelProvider()Returns the LabelProvider responsible for providing the title, footnote, and axis labels- Specified by:
getLabelProvider
in interfaceBaseDataset
- Overrides:
getLabelProvider
in classXYForAllRecordsDataset
- Returns:
- the LabelProvider responsible for providing the title, footnote, and axis labels
-