Class StockForAllRecordsDataset

  • All Implemented Interfaces:
    BaseDataset, StockDataset, java.io.Serializable
    Direct Known Subclasses:
    StockForEachRecordDataset

    public class StockForAllRecordsDataset
    extends com.inet.report.chart.dataset.AbstractDataset
    implements StockDataset
    This is a dataset used by stock charts. This evaluates data 'for all records' for four data fields (open, close, high, low).
    Since:
    8.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int FIELDS_COUNT
      The count of data fields by this kind of dataset.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Group getCategoryGroup()
      Returns the category group.
      Chart2 getChart()
      Returns the parent chart of this dataset.
      SummaryField getCloseField()
      Returns the data field which provides the close value.
      protected SummaryField getDataField​(int index)
      Returns the summary field at the specified position in the list.
      SummaryField getDataField​(java.lang.String name)
      Returns the summary field with the specified name or null if the summary field with this name not found in the list.
      java.util.List getDataFields()
      Returns the data fields of this dataset as list.
      SummaryField getHighField()
      Returns the data field which provides the high value.
      com.inet.report.chart.dataset.LabelProvider getLabelProvider()
      Returns the LabelProvider responsible for providing the title, footnote, and axis labels
      SummaryField getLowField()
      Returns the data field which provides the low value.
      protected java.lang.String getName()
      FOR INTERNAL USE ONLY
      SummaryField getOpenField()
      Returns the data field which provides the open value.
      void setCloseField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the close value.
      void setHighField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the high value.
      void setLowField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the low value.
      void setOpenField​(int summaryOperation, Field field, Field field2nd, int nth)
      Sets the data field which provides the open value.
      void updateReferences()
      FOR INTERNAL USE ONLY
      java.lang.String verify​(ChartStyle style)
      Verifies the group and sum properties of current dataset.
      • 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