|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntervalCategoryDataset
A category dataset that defines a value range for each series/category combination.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.jfree.data.KeyedValues2D |
---|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue |
Methods inherited from interface org.jfree.data.Values2D |
---|
getColumnCount, getRowCount, getValue |
Methods inherited from interface org.jfree.data.general.Dataset |
---|
addChangeListener, getGroup, removeChangeListener, setGroup |
Method Detail |
---|
java.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)
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |