| Package | Description |
|---|---|
| org.mpxj.mpp |
| Modifier and Type | Method and Description |
|---|---|
GanttBarStartEndShape |
GanttBarCommonStyle.getEndShape()
Retrieve the bar end shape.
|
static GanttBarStartEndShape |
GanttBarStartEndShape.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarStartEndShape |
GanttBarStartEndShape.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
GanttBarStartEndShape |
GanttBarCommonStyle.getStartShape()
Retrieve the bar start shape.
|
static GanttBarStartEndShape |
GanttBarStartEndShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarStartEndShape[] |
GanttBarStartEndShape.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.setEndShape(GanttBarStartEndShape shape)
Sets the bar end shape.
|
void |
GanttBarCommonStyle.setStartShape(GanttBarStartEndShape shape)
Sets the bar start shape.
|
Copyright © 2000–2025 MPXJ. All rights reserved.