Java org.jfree.data.xy DefaultHighLowDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy DefaultHighLowDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.xy DefaultHighLowDataset.

The text is from its open source code.

Constructor

Method

Objectclone()
Returns a clone of the dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary instance.
ClassgetClass()
Returns the runtime class of this Object .
NumbergetClose(int series, int item)
Returns the close-value for one item in a series.
doublegetCloseValue(int series, int item)
Returns the close-value (as a double primitive) for an item within a series.
NumbergetHigh(int series, int item)
Returns the high-value for one item in a series.
doublegetHighValue(int series, int item)
Returns the high-value (as a double primitive) for an item within a series.
intgetItemCount(int series)
Returns the number of items in the specified series.
NumbergetLow(int series, int item)
Returns the low-value for one item in a series.
doublegetLowValue(int series, int item)
Returns the low-value (as a double primitive) for an item within a series.
doublegetOpenValue(int series, int item)
Returns the open-value (as a double primitive) for an item within a series.
intgetSeriesCount()
Returns the number of series in the dataset.
ComparablegetSeriesKey(int series)
Returns the key for the series stored in this dataset.
NumbergetVolume(int series, int item)
Returns the volume-value for one item in a series.
doublegetVolumeValue(int series, int item)
Returns the volume-value (as a double primitive) for an item within a series.
DategetXDate(int series, int item)
Returns the x-value for one item in a series, as a Date.