public class GanttBarCommonStyle extends Object
Constructor and Description |
---|
GanttBarCommonStyle() |
Modifier and Type | Method and Description |
---|---|
FieldType |
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.
|
FieldType |
getInsideText()
Retrieve the text appearing inside the Gantt bar.
|
FieldType |
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.
|
FieldType |
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.
|
FieldType |
getTopText()
Retrieve the text which appears above the bar.
|
void |
setBottomText(FieldType 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(FieldType field)
Sets the text appearing inside the Gantt bar.
|
void |
setLeftText(FieldType 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(FieldType 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(FieldType field)
Sets the top text.
|
String |
toString()
Generate a string representation of this instance.
|
public FieldType getBottomText()
public void setBottomText(FieldType field)
field
- bottom textpublic Color getEndColor()
public void setEndColor(Color color)
color
- end colorpublic FieldType getInsideText()
public void setInsideText(FieldType field)
field
- inside textpublic FieldType getLeftText()
public void setLeftText(FieldType 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 FieldType getRightText()
public void setRightText(FieldType 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 FieldType getTopText()
public void setTopText(FieldType field)
field
- top textCopyright © 2000–2024 Packwood Software. All rights reserved.