|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumericRange | |
|---|---|
| com.jidesoft.range | The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product. |
| Uses of NumericRange in com.jidesoft.range |
|---|
| Methods in com.jidesoft.range that return NumericRange | |
|---|---|
NumericRange |
CombinedNumericRange.getRange(double leadingMarginProportion,
double trailingMarginProportion)
Returns a new numeric range that is based on this range, but with a margin introduced at each end. |
NumericRange |
NumericRange.stretch(double stretchFactor)
Creates a new NumericRange by enlarging this numeric range about its mid-point. |
NumericRange |
NumericRange.stretch(double stretchFactorForLower,
double stretchFactorForUpper)
Creates a new NumericRange by enlarging this numeric range about its mid-point. |
static NumericRange |
NumericRange.union(NumericRange r1,
NumericRange r2)
Creates a new TimeRange as the union of two existing TimeRanges. |
| Methods in com.jidesoft.range with parameters of type NumericRange | |
|---|---|
static NumericRange |
NumericRange.union(NumericRange r1,
NumericRange r2)
Creates a new TimeRange as the union of two existing TimeRanges. |
| Constructors in com.jidesoft.range with parameters of type NumericRange | |
|---|---|
NumericRange(NumericRange numericRange)
Creates a copy of the supplied NumericRange |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||