public class GanttBarStyle extends Object
Represents a bar style used by MSP in Gantt Chart view.
Constructor and Description |
---|
GanttBarStyle()
Initializes a new instance of the
GanttBarStyle class. |
Modifier and Type | Method and Description |
---|---|
int |
getBottomField()
Gets a data to be displayed on the bottom of the bar.
|
int |
getEndShape()
Gets an end shape of the bar.
|
Color |
getEndShapeColor()
Gets a color of the end shape.
|
int |
getEndShapeType()
Gets a type of the end shape.
|
int |
getFrom()
Gets a start point position of the gantt bar.
|
int |
getInsideField()
Gets a data to be displayed inside of the bar.
|
int |
getLeftField()
Gets a data field to be displayed on the left of the bar.
|
int |
getMiddleFillPattern()
Gets a fill pattern of the gantt bar.
|
int |
getMiddleShape()
Gets a middle shape of the bar.
|
Color |
getMiddleShapeColor()
Gets a color of the middle shape.
|
String |
getName()
Gets a name of the style.
|
int |
getRightField()
Gets a data field to be displayed on the right of the bar.
|
int |
getRow()
Gets a row number.
|
String |
getShowFor()
Gets task categories separated by semi columns, which are to be represented by the gantt bar.
|
int |
getStartShape()
Gets a start shape of the bar.
|
Color |
getStartShapeColor()
Gets a color of the start shape.
|
int |
getStartShapeType()
Gets a type of the start shape.
|
int |
getTo()
Gets a finish point position of the gantt bar.
|
int |
getTopField()
Gets a data field to be displayed on the top of the bar.
|
void |
setBottomField(int value)
Sets a data to be displayed on the bottom of the bar.
|
void |
setEndShape(int value)
Sets an end shape of the bar.
|
void |
setEndShapeColor(Color value)
Sets a color of the end shape.
|
void |
setEndShapeType(int value)
Sets a type of the end shape.
|
void |
setFrom(int value)
Sets a start point position of the gantt bar.
|
void |
setInsideField(int value)
Sets a data to be displayed inside of the bar.
|
void |
setLeftField(int value)
Sets a data field to be displayed on the left of the bar.
|
void |
setMiddleFillPattern(int value)
Sets a fill pattern of the gantt bar.
|
void |
setMiddleShape(int value)
Sets a middle shape of the bar.
|
void |
setMiddleShapeColor(Color value)
Sets a color of the middle shape.
|
void |
setName(String value)
Sets a name of the style.
|
void |
setRightField(int value)
Sets a data field to be displayed on the right of the bar.
|
void |
setRow(int value)
Sets a row number.
|
void |
setShowFor(String value)
Sets task categories separated by semi columns, which are to be represented by the gantt bar.
|
void |
setStartShape(int value)
Sets a start shape of the bar.
|
void |
setStartShapeColor(Color value)
Sets a color of the start shape.
|
void |
setStartShapeType(int value)
Sets a type of the start shape.
|
void |
setTo(int value)
Sets a finish point position of the gantt bar.
|
void |
setTopField(int value)
Sets a data field to be displayed on the top of the bar.
|
public GanttBarStyle()
Initializes a new instance of the GanttBarStyle
class.
public int getBottomField()
Gets a data to be displayed on the bottom of the bar.
Field
.
public void setBottomField(int value)
value
- a data to be displayed on the bottom of the bar.public int getEndShape()
Gets an end shape of the bar.
public void setEndShape(int value)
value
- an end shape of the bar.public Color getEndShapeColor()
public void setEndShapeColor(Color value)
value
- a color of the end shape.public int getEndShapeType()
Gets a type of the end shape.
GanttBarType
.
public void setEndShapeType(int value)
value
- a type of the end shape.public int getFrom()
Gets a start point position of the gantt bar.
Field
.
public void setFrom(int value)
value
- a start point position of the gantt bar.public int getInsideField()
Gets a data to be displayed inside of the bar.
Field
.
public void setInsideField(int value)
value
- a data to be displayed inside of the bar.public int getLeftField()
Gets a data field to be displayed on the left of the bar.
Field
.
public void setLeftField(int value)
value
- a data field to be displayed on the left of the bar.public int getMiddleFillPattern()
Gets a fill pattern of the gantt bar.
public void setMiddleFillPattern(int value)
value
- a fill pattern of the gantt bar.public int getMiddleShape()
Gets a middle shape of the bar.
public void setMiddleShape(int value)
value
- a middle shape of the bar.public Color getMiddleShapeColor()
public void setMiddleShapeColor(Color value)
value
- a color of the middle shape.public String getName()
Gets a name of the style.
public void setName(String value)
value
- a name of the style.public int getRightField()
Gets a data field to be displayed on the right of the bar.
Field
.
public void setRightField(int value)
value
- a data field to be displayed on the right of the bar.public int getRow()
Gets a row number. Can be from 1 to 4 (1 is default value).
public void setRow(int value)
value
- a row number.public String getShowFor()
Gets task categories separated by semi columns, which are to be represented by the gantt bar.
public void setShowFor(String value)
value
- task categories separated by semi columns, which are to be represented by the gantt bar.public int getStartShape()
Gets a start shape of the bar.
public void setStartShape(int value)
value
- a start shape of the bar.public Color getStartShapeColor()
public void setStartShapeColor(Color value)
value
- a color of the start shape.public int getStartShapeType()
Gets a type of the start shape.
GanttBarType
.
public void setStartShapeType(int value)
value
- a type of the start shape.public int getTo()
Gets a finish point position of the gantt bar.
public void setTo(int value)
value
- a finish point position of the gantt bar.public int getTopField()
Gets a data field to be displayed on the top of the bar.
Field
.
public void setTopField(int value)
value
- a data field to be displayed on the top of the bar.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.