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.
|
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 |
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, setTopText
public FieldType getFromField()
public void setFromField(FieldType field)
field
- from fieldpublic 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 GanttBarCommonStyle
Copyright © 2000–2024 Packwood Software. All rights reserved.