i-net Clear Reports

com.inet.report.chart.dataset
Class StockForEachRecordDataset

java.lang.Object
  extended by com.inet.report.chart.dataset.AbstractDataset
      extended by com.inet.report.chart.dataset.StockForAllRecordsDataset
          extended by com.inet.report.chart.dataset.StockForEachRecordDataset
All Implemented Interfaces:
BaseDataset, StockDataset, java.io.Serializable
Direct Known Subclasses:
StockOneGroupDataset

public class StockForEachRecordDataset
extends StockForAllRecordsDataset

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:
Serialized Form

Field Summary
 
Fields inherited from class com.inet.report.chart.dataset.StockForAllRecordsDataset
FIELDS_COUNT
 
Fields inherited from interface com.inet.report.chart.dataset.BaseDataset
TOKEN_DATASET
 
Constructor Summary
StockForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
 
Method Summary
 com.inet.report.chart.dataset.LabelProvider getLabelProvider()
          Returns the LabelProvider responsible for providing the title, footnote, and axis labels
protected  java.lang.String getName()
          FOR INTERNAL USE ONLY
 
Methods inherited from class com.inet.report.chart.dataset.StockForAllRecordsDataset
getCategoryGroup, getChart, getCloseField, getDataField, getDataField, getDataFields, getHighField, getLowField, getOpenField, setCloseField, setHighField, setLowField, setOpenField, verify
 

Constructor Detail

StockForEachRecordDataset

public StockForEachRecordDataset(Chart2 chart)
Creates a new empty dataset.

Parameters:
chart - the chart (null not permitted)
Since:
8.0
Method Detail

getName

protected java.lang.String getName()
FOR INTERNAL USE ONLY

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:
getLabelProvider in interface BaseDataset
Overrides:
getLabelProvider in class StockForAllRecordsDataset
Returns:
the LabelProvider responsible for providing the title, footnote, and axis labels

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH