Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Vis.Pen.JoinStyle Class Reference

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.
 

Detailed Description

Defines constants for supported line join styles.