Package com.inet.report.chart.dataset
Class StockForEachRecordDataset
java.lang.Object
com.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.StockForAllRecordsDataset
com.inet.report.chart.dataset.StockForEachRecordDataset
- All Implemented Interfaces:
BaseDataset,StockDataset,Serializable
- Direct Known Subclasses:
StockOneGroupDataset
This is a dataset used by stock charts.
This evaluates data 'for each record' for four data fields (open, close, high, low).
- Since:
- 8.0
- See Also:
-
Field Summary
Fields inherited from class com.inet.report.chart.dataset.StockForAllRecordsDataset
FIELDS_COUNTFields 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.StockForAllRecordsDataset
getCategoryGroup, getChart, getCloseField, getDataField, getDataField, getDataFields, getHighField, getLowField, getOpenField, setCloseField, setHighField, setLowField, setOpenField, updateReferences, verifyMethods inherited from class com.inet.report.chart.dataset.AbstractDataset
getReferencedObject, saveGroups, saveProperties, saveSummaryFieldsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inet.report.chart.dataset.BaseDataset
getReferencedObject
-
Constructor Details
-
StockForEachRecordDataset
Creates a new empty dataset.- Parameters:
chart- the chart (nullnot permitted)- Since:
- 8.0
-
-
Method Details
-
getName
FOR INTERNAL USE ONLY- Overrides:
getNamein classStockForAllRecordsDataset- Returns:
- name name for this dataset
-
getLabelProvider
public com.inet.report.chart.dataset.LabelProvider getLabelProvider()Returns the LabelProvider responsible for providing the title, footnote, and axis labels- Specified by:
getLabelProviderin interfaceBaseDataset- Overrides:
getLabelProviderin classStockForAllRecordsDataset- Returns:
- the LabelProvider responsible for providing the title, footnote, and axis labels
-