|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.GanttBarCommonStyle
net.sf.mpxj.mpp.GanttBarStyleException
public final class GanttBarStyleException
This class represents the default style for a Gantt chart bar.
| Constructor Summary | |
|---|---|
GanttBarStyleException()
|
|
| Method Summary | |
|---|---|
int |
getBarStyleIndex()
Retrieves the index of the bar style to which this exception applies. |
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 |
setTaskUniqueID(int id)
Sets the task unique ID. |
String |
toString()
Generate a string representation of this instance. |
| Methods inherited from class net.sf.mpxj.mpp.GanttBarCommonStyle |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GanttBarStyleException()
| Method Detail |
|---|
public int getTaskUniqueID()
public void setTaskUniqueID(int id)
id - task unique IDpublic int getBarStyleIndex()
public void setBarStyleIndex(int index)
index - bar style indexpublic String toString()
toString in class GanttBarCommonStyle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||