| Package | Description |
|---|---|
| org.mpxj | |
| org.mpxj.common | |
| org.mpxj.mpp |
| Modifier and Type | Method and Description |
|---|---|
static TimescaleUnits |
TimescaleUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimescaleUnits[] |
TimescaleUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalDateTimeRange> |
TimescaleHelper.createTimescale(LocalDateTime startDate,
int count,
TimescaleUnits units)
Given a start date, the number of ranges required, and a timescale unit, this
method creates a list of date ranges.
|
List<LocalDateTimeRange> |
TimescaleHelper.createTimescale(LocalDateTime startDate,
LocalDateTime endDate,
TimescaleUnits units)
Given a start date, an end date, and a timescale unit, this
method creates a list of date ranges.
|
| Modifier and Type | Method and Description |
|---|---|
TimescaleUnits |
TimescaleTier.getUnits()
Retrieves the timescale units.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimescaleTier.setUnits(TimescaleUnits units)
Sets the timescale units.
|
Copyright © 2000–2026 MPXJ. All rights reserved.