![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Defines constants for supported line join styles. More...
Inheritance diagram for CDPL.Vis.Pen.JoinStyle:Static Public Attributes | |
| int | MITER_JOIN = 0 |
| Specifies a join style where the outer edges of the lines are extended to meet at an angle, and this area is filled. | |
| int | BEVEL_JOIN = 1 |
| Specifies a join style where the triangular notch between the two lines is filled. | |
| int | ROUND_JOIN = 2 |
| Specifies a join style where the circular arc between the two lines is filled. | |
Defines constants for supported line join styles.