com.jrefinery.data
Interface IntervalCategoryDataset
- All Superinterfaces:
- CategoryDataset, Dataset, SeriesDataset
- All Known Implementing Classes:
- DefaultIntervalCategoryDataset
public interface IntervalCategoryDataset
- extends CategoryDataset
A category dataset that defines a value range for each series/category combination.
|
Method Summary |
java.lang.Number |
getEndValue(int series,
java.lang.Object category)
Returns the max value for the specified series (zero-based index) and category. |
java.lang.Number |
getStartValue(int series,
java.lang.Object category)
Returns the min value for the specified series (zero-based index) and category. |
getStartValue
java.lang.Number getStartValue(int series,
java.lang.Object category)
- Returns the min value for the specified series (zero-based index) and category.
- Parameters:
series - The series index (zero-based).category - The category.
getEndValue
java.lang.Number getEndValue(int series,
java.lang.Object category)
- Returns the max value for the specified series (zero-based index) and category.
- Parameters:
series - The series index (zero-based).category - The category.
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.