Chemical Data Processing Library Python API - Version 1.1.1
|
Defines constants for supported line styles. More...
Static Public Attributes | |
int | NO_LINE = 0 |
Tells the renderer not to draw lines or shape outlines. | |
int | SOLID_LINE = 1 |
Specifies a solid line without gaps. | |
int | DASH_LINE = 2 |
Specifies a dashed line. | |
int | DOT_LINE = 3 |
Specifies a dotted line. | |
int | DASH_DOT_LINE = 4 |
Specifies a line with alternating dots and dashes. | |
int | DASH_DOT_DOT_LINE = 5 |
Specifies a line with dashes that are followed by two dots. | |
Defines constants for supported line styles.