| Package | Description |
|---|---|
| org.mpxj.mpp |
| Modifier and Type | Method and Description |
|---|---|
static GanttBarMiddleShape |
GanttBarMiddleShape.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarMiddleShape |
GanttBarMiddleShape.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
GanttBarMiddleShape |
GanttBarCommonStyle.getMiddleShape()
Retrieve the shape of the middle section of the bar.
|
static GanttBarMiddleShape |
GanttBarMiddleShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarMiddleShape[] |
GanttBarMiddleShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GanttBarCommonStyle.setMiddleShape(GanttBarMiddleShape shape)
Sets the shape of the middle section of the bar.
|
Copyright © 2000–2025 MPXJ. All rights reserved.