public final class GanttBarStyleException extends GanttBarCommonStyle
Constructor and Description |
---|
GanttBarStyleException() |
Modifier and Type | Method and Description |
---|---|
int |
getBarStyleIndex()
Deprecated.
use getGanttBarStyleID() to retrieve the bar style ID and getGanttBarStyleByID on the view to retrieve the style
|
Integer |
getGanttBarStyleID()
Set the ID of the Gantt Bar Style to which this exception is applied.
|
int |
getTaskUniqueID()
Retrieve the unique task ID for the task to which this style
exception applies.
|
void |
setBarStyleIndex(int index)
Sets the bar style index.
|
void |
setGanttBarStyleID(Integer value)
Set the ID of the Gantt Bar Style to which this exception is applied.
|
void |
setTaskUniqueID(int id)
Sets the task unique ID.
|
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 int getTaskUniqueID()
public void setTaskUniqueID(int id)
id
- task unique IDpublic Integer getGanttBarStyleID()
public void setGanttBarStyleID(Integer value)
value
- bar style ID@Deprecated public int getBarStyleIndex()
public void setBarStyleIndex(int index)
index
- bar style indexpublic String toString()
toString
in class GanttBarCommonStyle
Copyright © 2000–2025 Packwood Software. All rights reserved.