|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineCap | |
|---|---|
| com.steema.teechart.drawing | |
| Uses of LineCap in com.steema.teechart.drawing |
|---|
| Fields in com.steema.teechart.drawing declared as LineCap | |
|---|---|
static LineCap |
LineCap.BEVEL
Defines a beveled union style between line segments |
protected LineCap |
ChartPen.defaultEndCap
|
LineCap |
ChartPen.endCap
|
static LineCap |
LineCap.MITER
Defines a miter union style between line segments |
static LineCap |
LineCap.ROUND
Defines a round union style between line segments |
| Methods in com.steema.teechart.drawing that return LineCap | |
|---|---|
static LineCap |
LineCap.fromValue(int value)
|
LineCap |
ChartPen.getEndCap()
Style of line endings. |
| Methods in com.steema.teechart.drawing with parameters of type LineCap | |
|---|---|
void |
ChartPen.setEndCap(LineCap value)
Style of line endings. |
| Constructors in com.steema.teechart.drawing with parameters of type LineCap | |
|---|---|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
int startWidth,
LineCap startEndCap,
DashStyle startStyle)
|
|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
LineCap cap)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||