Chemical Data Processing Library Python API - Version 1.1.1
|
Defines constants for supported line cap styles. More...
Static Public Attributes | |
int | FLAT_CAP = 0 |
Specifies a squared line end that does not cover the end point of the line. | |
int | SQUARE_CAP = 1 |
Specifies a squared line end that covers the end point and extends beyond it with half the line width. | |
int | ROUND_CAP = 2 |
Specifies a rounded line end. | |
Defines constants for supported line cap styles.