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.
|
TaskField |
getFromField()
Retrieve the field used to determine the start date of this bar.
|
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.
|
TaskField |
getToField()
Retrieve the field used to determine the end date of this bar.
|
void |
setFromField(TaskField field)
Set the field used to determine the start date of this bar.
|
void |
setName(String name)
Sets the name of this style.
|
void |
setRow(int row)
Sets the row number of this style.
|
void |
setToField(TaskField 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 TaskField getFromField()
public void setFromField(TaskField field)
field - from fieldpublic String getName()
public void setName(String name)
name - style namepublic int getRow()
public void setRow(int row)
row - row numberpublic TaskField getToField()
public void setToField(TaskField field)
field - to fieldpublic Set<GanttBarShowForTasks> getShowForTasks()
public void addShowForTasks(GanttBarShowForTasks tasks)
tasks - Show For entry criteriapublic String toString()
toString in class GanttBarCommonStyleCopyright © 2013. All Rights Reserved.