| Package | Description |
|---|---|
| org.mpxj.mpp |
| Modifier and Type | Method and Description |
|---|---|
TimescaleAlignment |
TimescaleTier.getAlignment()
Retrieve the timescale label alignment.
|
static TimescaleAlignment |
TimescaleAlignment.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static TimescaleAlignment |
TimescaleAlignment.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
static TimescaleAlignment |
TimescaleAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimescaleAlignment[] |
TimescaleAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimescaleTier.setAlignment(TimescaleAlignment alignment)
Set the timescale label alignment.
|
Copyright © 2000–2025 MPXJ. All rights reserved.