| 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 |
|---|---|
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 NumericRange as the union of two existing NumericRanges.
|
| Modifier and Type | Method and Description |
|---|---|
static NumericRange |
NumericRange.union(NumericRange r1,
NumericRange r2)
Creates a new NumericRange as the union of two existing NumericRanges.
|
| Constructor and Description |
|---|
NumericRange(NumericRange numericRange)
Creates a copy of the supplied NumericRange
|