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

Defines constants for supported line styles. More...

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

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.
 

Detailed Description

Defines constants for supported line styles.