| 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 |
|---|---|
BigDecimalRange |
BigDecimalRange.stretch(double stretchFactor)
Creates a new BigDecimalRange by enlarging this numeric range about its mid-point.
|
BigDecimalRange |
BigDecimalRange.stretch(double stretchFactorForLower,
double stretchFactorForUpper)
Creates a new BigDecimalRange by enlarging this numeric range about its mid-point.
|
| Constructor and Description |
|---|
BigDecimalRange(BigDecimalRange BigDecimalRange)
Creates a copy of the supplied BigDecimalRange
|