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

Defines constants for supported line cap styles. More...

+ Inheritance diagram for CDPL.Vis.Pen.CapStyle:

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.
 

Detailed Description

Defines constants for supported line cap styles.