| Package | Description |
|---|---|
| com.jidesoft.range |
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
|
| Modifier and Type | Method and Description |
|---|---|
Category<T> |
CategoryRange.getCategory(int position)
Returns the category with the supplied position value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category<T>> |
CategoryRange.getCategoryValues()
Returns a list of the category values in this range
|
java.util.Iterator<Category<T>> |
CategoryRange.iterator()
Returns an iterator for the category values
|
| Modifier and Type | Method and Description |
|---|---|
CategoryRange<T> |
CategoryRange.add(Category<T> c)
Adds a category to the range.
|
boolean |
CategoryRange.contains(Category<T> value)
Determines whether the category range contains the specified category value
|