public final class GanttBarStyle extends GanttBarCommonStyle
| Constructor and Description |
|---|
GanttBarStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
addShowForTasks(GanttBarShowForTasks tasks)
Adds a Show For criteria entry for this style.
|
FieldType |
getFromField()
Retrieve the field used to determine the start date of this bar.
|
Integer |
getID()
Retrieve the ID of this Gantt Bar Style.
|
String |
getName()
Retrieve the name of this style.
|
int |
getRow()
Retrieve the row number of this bar.
|
Set<GanttBarShowForTasks> |
getShowForTasks()
Retrieve set of Show For criteria for this style.
|
FieldType |
getToField()
Retrieve the field used to determine the end date of this bar.
|
void |
setFromField(FieldType field)
Set the field used to determine the start date of this bar.
|
void |
setID(Integer value)
Set the ID of this Gantt Bar Style.
|
void |
setName(String name)
Sets the name of this style.
|
void |
setRow(int row)
Sets the row number of this style.
|
void |
setToField(FieldType field)
Sets the field used to determine the end date of this bar.
|
String |
toString()
Generate a string representation of this instance.
|
getBottomText, getEndColor, getEndShape, getEndType, getInsideText, getLeftText, getMiddleColor, getMiddlePattern, getMiddleShape, getRightText, getStartColor, getStartShape, getStartType, getTopText, setBottomText, setEndColor, setEndShape, setEndType, setInsideText, setLeftText, setMiddleColor, setMiddlePattern, setMiddleShape, setRightText, setStartColor, setStartShape, setStartType, setTopTextpublic FieldType getFromField()
public void setFromField(FieldType field)
field - from fieldpublic Integer getID()
public void setID(Integer value)
value - Gantt Bar Style IDpublic String getName()
public void setName(String name)
name - style namepublic int getRow()
public void setRow(int row)
row - row numberpublic FieldType getToField()
public void setToField(FieldType field)
field - to fieldpublic Set<GanttBarShowForTasks> getShowForTasks()
public void addShowForTasks(GanttBarShowForTasks tasks)
tasks - Show For entry criteriapublic String toString()
toString in class GanttBarCommonStyleCopyright © 2000–2025 MPXJ. All rights reserved.