| Package | Description |
|---|---|
| com.jidesoft.range |
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
|
| com.jidesoft.utils |
The package contains several utililities for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
TimeRange.union(TimeRange r1,
TimeRange r2)
Creates a new TimeRange as the union of two existing TimeRanges.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
TimeRange.union(TimeRange r1,
TimeRange r2)
Creates a new TimeRange as the union of two existing TimeRanges.
|
| Constructor and Description |
|---|
TimeRange(TimeRange timeRange)
Constructs a copy of the supplied time range
|
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
DateUtils.rangeCalendars(java.util.List<java.util.Calendar> calendars)
Returns the range of Calendars in the Calendar list.
|
static TimeRange |
DateUtils.rangeDates(java.util.List<java.util.Date> dates)
Returns the range of date in the Calendar list.
|