org.jfree.data.xy
Class AbstractIntervalXYDataset
- Cloneable, Dataset, EventListener, IntervalXYDataset, ObjectInputValidation, Serializable, SeriesChangeListener, SeriesDataset, XYDataset
An base class that you can use to create new implementations of the
IntervalXYDataset interface.
double | getEndXValue(int series, int item)- Returns the end x-value (as a double primitive) for an item within a
series.
|
double | getEndYValue(int series, int item)- Returns the end y-value (as a double primitive) for an item within a
series.
|
double | getStartXValue(int series, int item)- Returns the start x-value (as a double primitive) for an item within a
series.
|
double | getStartYValue(int series, int item)- Returns the start y-value (as a double primitive) for an item within a
series.
|
getEndXValue
public double getEndXValue(int series,
int item) Returns the end x-value (as a double primitive) for an item within a
series.
- getEndXValue in interface IntervalXYDataset
series - the series index (zero-based).item - the item index (zero-based).
getEndYValue
public double getEndYValue(int series,
int item) Returns the end y-value (as a double primitive) for an item within a
series.
- getEndYValue in interface IntervalXYDataset
series - the series (zero-based index).item - the item (zero-based index).
getStartXValue
public double getStartXValue(int series,
int item) Returns the start x-value (as a double primitive) for an item within a
series.
- getStartXValue in interface IntervalXYDataset
series - the series index (zero-based).item - the item index (zero-based).
getStartYValue
public double getStartYValue(int series,
int item) Returns the start y-value (as a double primitive) for an item within a
series.
- getStartYValue in interface IntervalXYDataset
series - the series index (zero-based).item - the item index (zero-based).