|
|
| COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.BondProperty.COLOR property.
|
| |
|
| LINE_WIDTH = SizeSpecification(value=1.5, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.BondProperty.LINE_WIDTH property.
|
| |
|
| LINE_SPACING = SizeSpecification(value=0.15, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.LINE_SPACING property.
|
| |
|
| STEREO_BOND_WEDGE_WIDTH = SizeSpecification(value=0.15, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.STEREO_BOND_WEDGE_WIDTH property.
|
| |
|
| STEREO_BOND_HASH_SPACING = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.STEREO_BOND_HASH_SPACING property.
|
| |
|
| REACTION_CENTER_LINE_LENGTH = SizeSpecification(value=0.4, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.REACTION_CENTER_LINE_LENGTH property.
|
| |
|
| REACTION_CENTER_LINE_SPACING = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.REACTION_CENTER_LINE_SPACING property.
|
| |
|
| DOUBLE_BOND_TRIM_LENGTH = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.DOUBLE_BOND_TRIM_LENGTH property.
|
| |
|
| TRIPLE_BOND_TRIM_LENGTH = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True) |
| | Default value of the Vis.BondProperty.TRIPLE_BOND_TRIM_LENGTH property.
|
| |
|
| LABEL_FONT = Font() |
| | Default value of the Vis.BondProperty.LABEL_FONT property.
|
| |
|
| LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.BondProperty.LABEL_SIZE property.
|
| |
|
| LABEL_MARGIN = SizeSpecification(value=2, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.BondProperty.LABEL_MARGIN property.
|
| |
| | CONFIGURATION_LABEL_FONT = Font() |
| | Default value of the Vis.BondProperty.CONFIGURATION_LABEL_FONT property. More...
|
| |
| | CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.BondProperty.CONFIGURATION_LABEL_SIZE property. More...
|
| |
| | CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.BondProperty.CONFIGURATION_LABEL_COLOR property. More...
|
| |
| | CUSTOM_LABEL_FONT = Font() |
| | Default value of the Vis.BondProperty.CUSTOM_LABEL_FONT property. More...
|
| |
| | CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.BondProperty.CUSTOM_LABEL_SIZE property. More...
|
| |
| | CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.BondProperty.CUSTOM_LABEL_COLOR property. More...
|
| |
| string | CUSTOM_LABEL = '' |
| | Default value of the Vis.BondProperty.CUSTOM_LABEL property. More...
|
| |
| bool | HIGHLIGHTED_FLAG = False |
| | Default value of the Vis.BondProperty.HIGHLIGHTED_FLAG property. More...
|
| |
| | HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN) |
| | Default value of the Vis.BondProperty.HIGHLIGHT_AREA_BRUSH property. More...
|
| |
| | 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) |
| | Default value of the Vis.BondProperty.HIGHLIGHT_AREA_OUTLINE_PEN property. More...
|
| |
Provides default values for built-in Chem.Bond properties.