org.jfree.data.xy
public interface IntervalXYDataset extends XYDataset
Method Summary | |
---|---|
Number | getEndX(int series, int item)
Returns the ending X value for the specified series and item.
|
double | getEndXValue(int series, int item)
Returns the end x-value (as a double primitive) for an item within a
series.
|
Number | getEndY(int series, int item)
Returns the ending Y value for the specified series and item.
|
double | getEndYValue(int series, int item)
Returns the end y-value (as a double primitive) for an item within a
series.
|
Number | getStartX(int series, int item)
Returns the starting X value for the specified series and item.
|
double | getStartXValue(int series, int item)
Returns the start x-value (as a double primitive) for an item within a
series.
|
Number | getStartY(int series, int item)
Returns the starting Y value for the specified series and item.
|
double | getStartYValue(int series, int item)
Returns the start y-value (as a double primitive) for an item within a
series.
|
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The end x-value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The end y-value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The value.
Parameters: series the series (zero-based index). item the item (zero-based index).
Returns: The start x-value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The value.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The start y-value.