|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.GanttBarCommonStyle
public class GanttBarCommonStyle
This class represents common elements of the Gantt char bar styles shared between the normal styles, and the individual task bar exception styles.
| Constructor Summary | |
|---|---|
GanttBarCommonStyle()
|
|
| Method Summary | |
|---|---|
TaskField |
getBottomText()
Retrieve the text appearing at the bottom of the bar. |
Color |
getEndColor()
Retrieve the color of the end of the bar. |
GanttBarStartEndShape |
getEndShape()
Retrieve the bar end shape. |
GanttBarStartEndType |
getEndType()
Retrieve the bar end type. |
TaskField |
getInsideText()
Retrieve the text appearing inside the Gantt bar. |
TaskField |
getLeftText()
Retrieve the text appearing to the left of the bar. |
Color |
getMiddleColor()
Retrieve the color of the middle section of the bar. |
ChartPattern |
getMiddlePattern()
Retrieve the pattern appearing in the middle section of the bar. |
GanttBarMiddleShape |
getMiddleShape()
Retrieve the shape of the middle section of the bar. |
TaskField |
getRightText()
Retrieve the text appearing to the right of the bar. |
Color |
getStartColor()
Retrieve the color of the start of the bar. |
GanttBarStartEndShape |
getStartShape()
Retrieve the bar start shape. |
GanttBarStartEndType |
getStartType()
Retrieve the bar start type. |
TaskField |
getTopText()
Retrieve the text which appears above the bar. |
void |
setBottomText(TaskField field)
Sets the text appearing at the bottom of the bar. |
void |
setEndColor(Color color)
Sets the color of the end of the bar. |
void |
setEndShape(GanttBarStartEndShape shape)
Sets the bar end shape. |
void |
setEndType(GanttBarStartEndType type)
Sets the bar end type. |
void |
setInsideText(TaskField field)
Sets the text appearing inside the Gantt bar. |
void |
setLeftText(TaskField field)
Sets the text appearing to the left of the bar. |
void |
setMiddleColor(Color color)
Sets the color of the middle section of the bar. |
void |
setMiddlePattern(ChartPattern pattern)
Sets the pattern appearing in the middle section of the bar. |
void |
setMiddleShape(GanttBarMiddleShape shape)
Sets the shape of the middle section of the bar. |
void |
setRightText(TaskField field)
Sets the text appearing to the right of the bar. |
void |
setStartColor(Color color)
Sets the color of the start of the bar. |
void |
setStartShape(GanttBarStartEndShape shape)
Sets the bar start shape. |
void |
setStartType(GanttBarStartEndType type)
Sets the bar start type. |
void |
setTopText(TaskField field)
Sets the top text. |
String |
toString()
Generate a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GanttBarCommonStyle()
| Method Detail |
|---|
public TaskField getBottomText()
public void setBottomText(TaskField field)
field - bottom textpublic Color getEndColor()
public void setEndColor(Color color)
color - end colorpublic TaskField getInsideText()
public void setInsideText(TaskField field)
field - inside textpublic TaskField getLeftText()
public void setLeftText(TaskField field)
field - left textpublic Color getMiddleColor()
public void setMiddleColor(Color color)
color - middle colorpublic ChartPattern getMiddlePattern()
public void setMiddlePattern(ChartPattern pattern)
pattern - middle patternpublic GanttBarMiddleShape getMiddleShape()
public void setMiddleShape(GanttBarMiddleShape shape)
shape - middle shapepublic TaskField getRightText()
public void setRightText(TaskField field)
field - right textpublic Color getStartColor()
public void setStartColor(Color color)
color - start colorpublic GanttBarStartEndShape getStartShape()
public void setStartShape(GanttBarStartEndShape shape)
shape - start shapepublic GanttBarStartEndShape getEndShape()
public void setEndShape(GanttBarStartEndShape shape)
shape - end shapepublic GanttBarStartEndType getStartType()
public void setStartType(GanttBarStartEndType type)
type - bar start typepublic GanttBarStartEndType getEndType()
public void setEndType(GanttBarStartEndType type)
type - bar end typepublic TaskField getTopText()
public void setTopText(TaskField field)
field - top textpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||