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

Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions. More...

+ Inheritance diagram for CDPL.Vis.ArrowStyle:

Static Public Attributes

int NONE = 0
 Specifies that no reaction arrow shall be drawn.
 
int REACTION_HOLLOW = 2
 Specifies a hollow reaction arrow (interior will be not filled).
 
int REACTION_SOLID = 1
 Specifies a solid reaction arrow (interior will be filled).
 

Detailed Description

Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions.