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

Provides default values for built-in Vis.Atom properties. More...

+ Inheritance diagram for CDPL.Vis.AtomPropertyDefault:

Static Public Attributes

 COLOR = Color(r=0, g=0, b=0)
 
 LABEL_FONT = Font()
 
 LABEL_SIZE = SizeSpecification(value=10, relative=False, in_scaling=False, out_scaling=True)
 
 SECONDARY_LABEL_FONT = Font()
 
 SECONDARY_LABEL_SIZE = SizeSpecification(value=6, relative=False, in_scaling=False, out_scaling=True)
 
 LABEL_MARGIN = SizeSpecification(value=2, relative=False, in_scaling=False, out_scaling=True)
 
 RADICAL_ELECTRON_DOT_SIZE = SizeSpecification(value=1, relative=False, in_scaling=False, out_scaling=True)
 
 CONFIGURATION_LABEL_FONT = Font()
 
 CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 
 CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0)
 
 CUSTOM_LABEL_FONT = Font()
 
 CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 
 CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0)
 
string CUSTOM_LABEL = ''
 
bool HIGHLIGHTED_FLAG = False
 
 HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN)
 
 HIGHLIGHT_AREA_OUTLINE_PEN = Pen(color=Color(r=0.6, g=0.6, b=0.75), width=1, line_style=SOLID_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
 

Detailed Description

Provides default values for built-in Vis.Atom properties.