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, getValuegetColumnCount, getRowCount, getValueaddChangeListener, getGroup, removeChangeListener, setGroupNumber 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)Copyright © 2001-2014 JFree.org. All Rights Reserved.