|
|
| COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.AtomProperty.COLOR property.
|
| |
|
| LABEL_FONT = Font() |
| | Default value of the Vis.AtomProperty.LABEL_FONT property.
|
| |
|
| LABEL_SIZE = SizeSpecification(value=10, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.LABEL_SIZE property.
|
| |
|
| SECONDARY_LABEL_FONT = Font() |
| | Default value of the Vis.AtomProperty.SECONDARY_LABEL_FONT property.
|
| |
|
| SECONDARY_LABEL_SIZE = SizeSpecification(value=6, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.SECONDARY_LABEL_SIZE property.
|
| |
|
| LABEL_MARGIN = SizeSpecification(value=2, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.LABEL_MARGIN property.
|
| |
|
| RADICAL_ELECTRON_DOT_SIZE = SizeSpecification(value=1, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.RADICAL_ELECTRON_DOT_SIZE property.
|
| |
| | CONFIGURATION_LABEL_FONT = Font() |
| | Default value of the Vis.AtomProperty.CONFIGURATION_LABEL_FONT property. More...
|
| |
| | CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.CONFIGURATION_LABEL_SIZE property. More...
|
| |
| | CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.AtomProperty.CONFIGURATION_LABEL_COLOR property. More...
|
| |
| | CUSTOM_LABEL_FONT = Font() |
| | Default value of the Vis.AtomProperty.CUSTOM_LABEL_FONT property. More...
|
| |
| | CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True) |
| | Default value of the Vis.AtomProperty.CUSTOM_LABEL_SIZE property. More...
|
| |
| | CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0) |
| | Default value of the Vis.AtomProperty.CUSTOM_LABEL_COLOR property. More...
|
| |
| string | CUSTOM_LABEL = '' |
| | Default value of the Vis.AtomProperty.CUSTOM_LABEL property. More...
|
| |
| bool | HIGHLIGHTED_FLAG = False |
| | Default value of the Vis.AtomProperty.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.AtomProperty.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.AtomProperty.HIGHLIGHT_AREA_OUTLINE_PEN property. More...
|
| |
Provides default values for built-in Chem.Atom properties.