public interface IntervalCategoryDataset extends CategoryDataset
Modifier and Type | Method and Description |
---|---|
Number |
getEndValue(Comparable series,
Comparable category)
Returns the end value for the interval for a given series and category.
|
Number |
getEndValue(int series,
int category)
Returns the end value for the interval for a given series and category.
|
Number |
getStartValue(Comparable series,
Comparable category)
Returns the start value for the interval for a given series and category.
|
Number |
getStartValue(int series,
int category)
Returns the start value for the interval for a given series and category.
|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue
getColumnCount, getRowCount, getValue
addChangeListener, getGroup, removeChangeListener, setGroup
Number getStartValue(int series, int category)
series
- the series (zero-based index).category
- the category (zero-based index).null
).getEndValue(int, int)
Number getStartValue(Comparable series, Comparable category)
series
- the series key.category
- the category key.null
).getEndValue(Comparable, Comparable)
Number getEndValue(int series, int category)
series
- the series (zero-based index).category
- the category (zero-based index).null
).getStartValue(int, int)
Number getEndValue(Comparable series, Comparable category)
series
- the series key.category
- the category key.null
).getStartValue(Comparable, Comparable)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics