Package | Description |
---|---|
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
GanttBarStartEndType |
GanttBarCommonStyle.getEndType()
Retrieve the bar end type.
|
static GanttBarStartEndType |
GanttBarStartEndType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarStartEndType |
GanttBarStartEndType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
GanttBarStartEndType |
GanttBarCommonStyle.getStartType()
Retrieve the bar start type.
|
static GanttBarStartEndType |
GanttBarStartEndType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarStartEndType[] |
GanttBarStartEndType.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.setEndType(GanttBarStartEndType type)
Sets the bar end type.
|
void |
GanttBarCommonStyle.setStartType(GanttBarStartEndType type)
Sets the bar start type.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.