public interface IntervalCategoryDataset extends CategoryDataset
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getEndValue(java.lang.Comparable series,
java.lang.Comparable category)
Returns the end value for the interval for a given series and category.
|
java.lang.Number |
getEndValue(int series,
int category)
Returns the end value for the interval for a given series and category.
|
java.lang.Number |
getStartValue(java.lang.Comparable series,
java.lang.Comparable category)
Returns the start value for the interval for a given series and category.
|
java.lang.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, getValuegetColumnCount, getRowCount, getValueaddChangeListener, getGroup, removeChangeListener, setGroupjava.lang.Number getStartValue(int series, int category)
series - the series (zero-based index).category - the category (zero-based index).null).getEndValue(int, int)java.lang.Number getStartValue(java.lang.Comparable series, java.lang.Comparable category)
series - the series key.category - the category key.null).getEndValue(Comparable, Comparable)java.lang.Number getEndValue(int series, int category)
series - the series (zero-based index).category - the category (zero-based index).null).getStartValue(int, int)java.lang.Number getEndValue(java.lang.Comparable series, java.lang.Comparable category)
series - the series key.category - the category key.null).getStartValue(Comparable, Comparable)