public interface IntervalXYZDataset extends XYZDataset
XYZDataset
interface that allows a range of data
to be defined for any of the X values, the Y values, and the Z values.Modifier and Type | Method and Description |
---|---|
Number |
getEndXValue(int series,
int item)
Returns the ending X value for the specified series and item.
|
Number |
getEndYValue(int series,
int item)
Returns the ending Y value for the specified series and item.
|
Number |
getEndZValue(int series,
int item)
Returns the ending Z value for the specified series and item.
|
Number |
getStartXValue(int series,
int item)
Returns the starting X value for the specified series and item.
|
Number |
getStartYValue(int series,
int item)
Returns the starting Y value for the specified series and item.
|
Number |
getStartZValue(int series,
int item)
Returns the starting Z value for the specified series and item.
|
getZ, getZValue
getDomainOrder, getItemCount, getX, getXValue, getY, getYValue
getSeriesCount, getSeriesKey, indexOf
addChangeListener, getGroup, removeChangeListener, setGroup
Number getStartXValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Number getEndXValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Number getStartYValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Number getEndYValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Number getStartZValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Number getEndZValue(int series, int item)
series
- the series (zero-based index).item
- the item within a series (zero-based index).Jas4pp 1.5 © Java Analysis Studio for Particle Physics