You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/barstyle/_index.md
+100Lines changed: 100 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Change the visual style of the bar for the item in the project view.
29
29
|[getBottomField()](#getBottomField--)| Gets a field to be displayed on the bottom of the bar. |
30
30
|[getEndShape()](#getEndShape--)| Gets [Shape](../../com.aspose.tasks/shape) at the end of the bar. |
31
31
|[getEndShapeColor()](#getEndShapeColor--)| Gets java.awt.Color of the shape at the end of the bar. |
32
+
|[getEndShapeType()](#getEndShapeType--)| Gets a type of the end shape. |
33
+
|[getFrom()](#getFrom--)| Gets a start point position of the gantt bar. |
32
34
|[getInsideBarTextConverter()](#getInsideBarTextConverter--)| Gets user-defined converter to get text to render inside of the task's bar. |
33
35
|[getInsideField()](#getInsideField--)| Gets a field to be displayed inside of the bar. |
34
36
|[getItemType()](#getItemType--)| Gets [BarItemType](../../com.aspose.tasks/baritemtype) of the bar style. |
@@ -38,7 +40,9 @@ Change the visual style of the bar for the item in the project view.
38
40
|[getRightField()](#getRightField--)| Gets a field to be displayed on the right of the bar. |
39
41
|[getStartShape()](#getStartShape--)| Gets [Shape](../../com.aspose.tasks/shape) at the beginning of the bar. |
40
42
|[getStartShapeColor()](#getStartShapeColor--)| Gets java.awt.Color of the shape at the beginning of the bar. |
43
+
|[getStartShapeType()](#getStartShapeType--)| Gets a type of the start shape. |
41
44
|[getTextStyle()](#getTextStyle--)| Gets style of the bar's text. |
45
+
|[getTo()](#getTo--)| Gets a finish point position of the gantt bar. |
42
46
|[getTopBarTextConverter()](#getTopBarTextConverter--)| Gets user-defined converter to get text to render on the top of the task's bar. |
43
47
|[getTopField()](#getTopField--)| Gets a field to be displayed on the top of the bar. |
44
48
|[setBarColor(Color value)](#setBarColor-java.awt.Color-)| Sets java.awt.Color of the bar style. |
@@ -47,6 +51,8 @@ Change the visual style of the bar for the item in the project view.
47
51
|[setBottomField(int value)](#setBottomField-int-)| Sets a field to be displayed on the bottom of the bar. |
48
52
|[setEndShape(int value)](#setEndShape-int-)| Sets [Shape](../../com.aspose.tasks/shape) at the end of the bar. |
49
53
|[setEndShapeColor(Color value)](#setEndShapeColor-java.awt.Color-)| Sets java.awt.Color of the shape at the end of the bar. |
54
+
|[setEndShapeType(int value)](#setEndShapeType-int-)| Sets a type of the end shape. |
55
+
|[setFrom(int value)](#setFrom-int-)| Sets a start point position of the gantt bar. |
50
56
|[setInsideBarTextConverter(TaskBarTextConverter value)](#setInsideBarTextConverter-com.aspose.tasks.TaskBarTextConverter-)| Sets user-defined converter to get text to render inside of the task's bar. |
51
57
|[setInsideField(int value)](#setInsideField-int-)| Sets a field to be displayed inside of the bar. |
52
58
|[setItemType(int value)](#setItemType-int-)| Sets [BarItemType](../../com.aspose.tasks/baritemtype) of the bar style. |
@@ -56,7 +62,9 @@ Change the visual style of the bar for the item in the project view.
56
62
|[setRightField(int value)](#setRightField-int-)| Sets a field to be displayed on the right of the bar. |
57
63
|[setStartShape(int value)](#setStartShape-int-)| Sets [Shape](../../com.aspose.tasks/shape) at the beginning of the bar. |
58
64
|[setStartShapeColor(Color value)](#setStartShapeColor-java.awt.Color-)| Sets java.awt.Color of the shape at the beginning of the bar. |
65
+
|[setStartShapeType(int value)](#setStartShapeType-int-)| Sets a type of the start shape. |
59
66
|[setTextStyle(TextStyle value)](#setTextStyle-com.aspose.tasks.TextStyle-)| Sets style of the bar's text. |
67
+
|[setTo(int value)](#setTo-int-)| Sets a finish point position of the gantt bar. |
60
68
|[setTopBarTextConverter(TaskBarTextConverter value)](#setTopBarTextConverter-com.aspose.tasks.TaskBarTextConverter-)| Sets user-defined converter to get text to render on the top of the task's bar. |
61
69
|[setTopField(int value)](#setTopField-int-)| Sets a field to be displayed on the top of the bar. |
62
70
### BarStyle() {#BarStyle--}
@@ -127,6 +135,26 @@ Gets java.awt.Color of the shape at the end of the bar.
127
135
128
136
**Returns:**
129
137
java.awt.Color - a color of the shape at the beginning of the bar.
138
+
### getEndShapeType() {#getEndShapeType--}
139
+
```
140
+
public final int getEndShapeType()
141
+
```
142
+
143
+
144
+
Gets a type of the end shape. [GanttBarType](../../com.aspose.tasks/ganttbartype).
145
+
146
+
**Returns:**
147
+
int - a type of the end shape.
148
+
### getFrom() {#getFrom--}
149
+
```
150
+
public final int getFrom()
151
+
```
152
+
153
+
154
+
Gets a start point position of the gantt bar. [Field](../../com.aspose.tasks/field).
0 commit comments