| Package | Description |
|---|---|
| com.jidesoft.range |
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNumericRange<T>
An abstract class as the superclass of numeric ranges
|
class |
BigDecimalRange
Specifies upper and lower bounds for a range of values
|
class |
BooleanRange |
class |
CategoryRange<T>
Note that this class is iterable so you can use it in an advanced for..
|
class |
CombinedNumericRange
A little convenience class to compute the maximum and minimum values of multiple ranges.
|
class |
IntegerRange
Specifies upper and lower bounds for a range of values
|
class |
LongRange
Specifies upper and lower bounds for a range of values
|
class |
NumericRange
Specifies upper and lower bounds for a range of values
|
class |
StringRange |
class |
TimeRange
Specifies upper and lower bounds for a range of values along a time line.
|