public interface OHLCDataset extends XYDataset
Modifier and Type | Method and Description |
---|---|
Number |
getClose(int series,
int item)
Returns the y-value for the specified series and item.
|
double |
getCloseValue(int series,
int item)
Returns the close-value (as a double primitive) for an item within a
series.
|
Number |
getHigh(int series,
int item)
Returns the high-value for the specified series and item.
|
double |
getHighValue(int series,
int item)
Returns the high-value (as a double primitive) for an item within a
series.
|
Number |
getLow(int series,
int item)
Returns the low-value for the specified series and item.
|
double |
getLowValue(int series,
int item)
Returns the low-value (as a double primitive) for an item within a
series.
|
Number |
getOpen(int series,
int item)
Returns the open-value for the specified series and item.
|
double |
getOpenValue(int series,
int item)
Returns the open-value (as a double primitive) for an item within a
series.
|
Number |
getVolume(int series,
int item)
Returns the volume for the specified series and item.
|
double |
getVolumeValue(int series,
int item)
Returns the volume-value (as a double primitive) for an item within a
series.
|
getDomainOrder, getItemCount, getX, getXValue, getY, getYValue
getSeriesCount, getSeriesKey, indexOf
addChangeListener, getGroup, removeChangeListener, setGroup
Number getHigh(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).double getHighValue(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).Number getLow(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).double getLowValue(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).Number getOpen(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).double getOpenValue(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).Number getClose(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).double getCloseValue(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).Number getVolume(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).double getVolumeValue(int series, int item)
series
- the series (zero-based index).item
- the item (zero-based index).Jas4pp 1.5 © Java Analysis Studio for Particle Physics