public abstract class AbstractIntervalXYDataset extends AbstractXYDataset implements IntervalXYDataset
IntervalXYDataset interface.| Constructor and Description |
|---|
AbstractIntervalXYDataset() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDomainOrder, getXValue, getYValuegetSeriesCount, getSeriesKey, indexOf, seriesChangedaddChangeListener, clone, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObjectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndX, getEndY, getStartX, getStartYgetDomainOrder, getItemCount, getX, getXValue, getY, getYValuegetSeriesCount, getSeriesKey, indexOfaddChangeListener, getGroup, removeChangeListener, setGrouppublic AbstractIntervalXYDataset()
public double getStartXValue(int series, int item)
getStartXValue in interface IntervalXYDatasetseries - the series index (zero-based).item - the item index (zero-based).public double getEndXValue(int series, int item)
getEndXValue in interface IntervalXYDatasetseries - the series index (zero-based).item - the item index (zero-based).public double getStartYValue(int series, int item)
getStartYValue in interface IntervalXYDatasetseries - the series index (zero-based).item - the item index (zero-based).public double getEndYValue(int series, int item)
getEndYValue in interface IntervalXYDatasetseries - the series (zero-based index).item - the item (zero-based index).Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.