|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Range | |
|---|---|
| com.jidesoft.range | The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product. |
| Uses of Range in com.jidesoft.range |
|---|
| Classes in com.jidesoft.range that implement Range | |
|---|---|
class |
AbstractNumericRange<T>
An abstract class as the superclass of numeric ranges |
class |
AbstractRange<T>
An abstract implementation of Range |
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 |
NumericRange
Specifies upper and lower bounds for a range of values |
class |
TimeRange
Specifies upper and lower bounds for a range of values along a time line. |
| Methods in com.jidesoft.range with parameters of type Range | |
|---|---|
CombinedNumericRange |
CombinedNumericRange.add(Range<java.lang.Double> range)
Add a new range to this combined range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||