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

Provides default values for built-in control-parameters. More...

+ Inheritance diagram for CDPL.Vis.ControlParameterDefault:

Static Public Attributes

float OUTPUT_SCALING_FACTOR = 1.0
 Default setting (= 1.0) for the control-parameter Vis.ControlParameter.OUTPUT_SCALING_FACTOR.
 
 VIEWPORT = Rectangle2D()
 Default setting (= Rectangle2D()) for the control-parameter Vis.ControlParameter.VIEWPORT.
 
int SIZE_ADJUSTMENT = 2
 Default setting (= SizeAdjustment.IF_REQUIRED) for the control-parameter Vis.ControlParameter.SIZE_ADJUSTMENT.
 
int ALIGNMENT = 15
 Default setting (= Alignment.CENTER) for the control-parameter Vis.ControlParameter.ALIGNMENT.
 
 BACKGROUND_BRUSH = Brush(color=Color(r=1, g=1, b=1), style=NO_PATTERN)
 Default setting (= Brush(Color.WHITE, Brush.NO_PATTERN)) for the control-parameter Vis.ControlParameter.BACKGROUND_BRUSH.
 
int REACTION_ARROW_STYLE = 1
 Default setting (= ArrowStyle.REACTION_SOLID) for the control-parameter Vis.ControlParameter.REACTION_ARROW_STYLE.
 
 REACTION_ARROW_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.REACTION_ARROW_COLOR.
 
 REACTION_ARROW_LENGTH = SizeSpecification(value=35, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(35.0, True, True, True)) for the control-parameter Vis.ControlParameter.REACTION_ARROW_LENGTH.
 
 REACTION_ARROW_HEAD_LENGTH = SizeSpecification(value=8, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_ARROW_HEAD_LENGTH.
 
 REACTION_ARROW_HEAD_WIDTH = SizeSpecification(value=5, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(5.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_ARROW_HEAD_WIDTH.
 
 REACTION_ARROW_SHAFT_WIDTH = SizeSpecification(value=0, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_ARROW_SHAFT_WIDTH.
 
 REACTION_ARROW_LINE_WIDTH = SizeSpecification(value=1, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(1.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_ARROW_LINE_WIDTH.
 
int REACTION_COMPONENT_LAYOUT = 2
 Default setting (= LayoutStyle.PACKED) for the control-parameter Vis.ControlParameter.REACTION_COMPONENT_LAYOUT.
 
int REACTION_COMPONENT_LAYOUT_DIRECTION = 0
 Default setting (= LayoutDirection.HORIZONTAL) for the control-parameter Vis.ControlParameter.REACTION_COMPONENT_LAYOUT_DIRECTION.
 
 REACTION_COMPONENT_MARGIN = SizeSpecification(value=5, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(5.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_COMPONENT_MARGIN.
 
bool SHOW_REACTION_REACTANTS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_REACTION_REACTANTS.
 
bool SHOW_REACTION_AGENTS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_REACTION_AGENTS.
 
bool SHOW_REACTION_PRODUCTS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_REACTION_PRODUCTS.
 
int REACTION_AGENT_ALIGNMENT = 12
 Default setting (= Alignment.V_CENTER) for the control-parameter Vis.ControlParameter.REACTION_AGENT_ALIGNMENT.
 
int REACTION_AGENT_LAYOUT = 1
 Default setting (= LayoutStyle.LINEAR) for the control-parameter Vis.ControlParameter.REACTION_AGENT_LAYOUT.
 
int REACTION_AGENT_LAYOUT_DIRECTION = 0
 Default setting (= LayoutDirection.HORIZONTAL) for the control-parameter Vis.ControlParameter.REACTION_AGENT_LAYOUT_DIRECTION.
 
 REACTION_PLUS_SIGN_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.REACTION_PLUS_SIGN_COLOR.
 
 REACTION_PLUS_SIGN_SIZE = SizeSpecification(value=10, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(10.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_PLUS_SIGN_SIZE.
 
 REACTION_PLUS_SIGN_LINE_WIDTH = SizeSpecification(value=3, relative=False, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(3.0, False, True, True)) for the control-parameter Vis.ControlParameter.REACTION_PLUS_SIGN_LINE_WIDTH.
 
bool SHOW_REACTION_PLUS_SIGNS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_REACTION_PLUS_SIGNS.
 
bool USE_CALCULATED_ATOM_COORDINATES = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.USE_CALCULATED_ATOM_COORDINATES.
 
 HIGHLIGHT_AREA_OUTLINE_WIDTH = SizeSpecification(value=1, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(1.0, False, False, True)) for the control-parameter Vis.ControlParameter.HIGHLIGHT_AREA_OUTLINE_WIDTH. More...
 
 ATOM_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.ATOM_COLOR.
 
 ATOM_LABEL_FONT = Font()
 Default setting (= Font()) for the control-parameter Vis.ControlParameter.ATOM_LABEL_FONT.
 
 ATOM_LABEL_SIZE = SizeSpecification(value=10, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(10.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_LABEL_SIZE.
 
 SECONDARY_ATOM_LABEL_FONT = Font()
 Default setting (= Font()) for the control-parameter Vis.ControlParameter.SECONDARY_ATOM_LABEL_FONT.
 
 SECONDARY_ATOM_LABEL_SIZE = SizeSpecification(value=6, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(6.0, False, False, True)) for the control-parameter Vis.ControlParameter.SECONDARY_ATOM_LABEL_SIZE.
 
 ATOM_LABEL_MARGIN = SizeSpecification(value=2, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(2.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_LABEL_MARGIN.
 
 ATOM_HIGHLIGHT_AREA_SIZE = SizeSpecification(value=16, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(16.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_SIZE. More...
 
 ATOM_HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN)
 Default setting (= Brush(Color(0.8, 0.8, 1.0)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_BRUSH. More...
 
 ATOM_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 setting (= Pen(Color(0.6, 0.6, 0.75)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_OUTLINE_PEN. More...
 
bool BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE. More...
 
 RADICAL_ELECTRON_DOT_SIZE = SizeSpecification(value=1, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(1.0, False, False, True)) for the control-parameter Vis.ControlParameter.RADICAL_ELECTRON_DOT_SIZE.
 
bool SHOW_CARBONS = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_CARBONS.
 
bool SHOW_EXPLICIT_HYDROGENS = False
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_EXPLICIT_HYDROGENS.
 
bool SHOW_CHARGES = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_CHARGES.
 
bool SHOW_ISOTOPES = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_ISOTOPES.
 
bool SHOW_HYDROGEN_COUNTS = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_HYDROGEN_COUNTS.
 
bool SHOW_NON_CARBON_HYDROGEN_COUNTS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_NON_CARBON_HYDROGEN_COUNTS.
 
bool SHOW_ATOM_QUERY_INFOS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_ATOM_QUERY_INFOS.
 
bool SHOW_ATOM_REACTION_INFOS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_ATOM_REACTION_INFOS.
 
bool SHOW_RADICAL_ELECTRONS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_RADICAL_ELECTRONS.
 
bool SHOW_BOND_REACTION_INFOS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_BOND_REACTION_INFOS.
 
bool SHOW_BOND_QUERY_INFOS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_BOND_QUERY_INFOS.
 
bool SHOW_STEREO_BONDS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_STEREO_BONDS.
 
bool SHOW_ATOM_CONFIGURATION_LABELS = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_ATOM_CONFIGURATION_LABELS. More...
 
bool SHOW_ATOM_CUSTOM_LABELS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_ATOM_CUSTOM_LABELS. More...
 
bool SHOW_BOND_CONFIGURATION_LABELS = False
 Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_BOND_CONFIGURATION_LABELS. More...
 
bool SHOW_BOND_CUSTOM_LABELS = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_BOND_CUSTOM_LABELS. More...
 
bool ENABLE_ATOM_HIGHLIGHTING = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.ENABLE_ATOM_HIGHLIGHTING. More...
 
bool ENABLE_BOND_HIGHLIGHTING = True
 Default setting (= True) for the control-parameter Vis.ControlParameter.ENABLE_BOND_HIGHLIGHTING. More...
 
 BOND_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.BOND_COLOR.
 
 BOND_LENGTH = SizeSpecification(value=30, relative=False, in_scaling=False, out_scaling=False)
 Default setting (= SizeSpecification(30.0)) for the control-parameter Vis.ControlParameter.BOND_LENGTH.
 
 BOND_LINE_WIDTH = SizeSpecification(value=1.5, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(1.5, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_LINE_WIDTH.
 
 BOND_LINE_SPACING = SizeSpecification(value=0.15, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.15, True, True, True)) for the control-parameter Vis.ControlParameter.BOND_LINE_SPACING.
 
 STEREO_BOND_WEDGE_WIDTH = SizeSpecification(value=0.15, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.15, True, True, True)) for the control-parameter Vis.ControlParameter.STEREO_BOND_WEDGE_WIDTH.
 
 STEREO_BOND_HASH_SPACING = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.1, True, True, True)) for the control-parameter Vis.ControlParameter.STEREO_BOND_HASH_SPACING.
 
 REACTION_CENTER_LINE_LENGTH = SizeSpecification(value=0.4, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.4, True, True, True)) for the control-parameter Vis.ControlParameter.REACTION_CENTER_LINE_LENGTH.
 
 REACTION_CENTER_LINE_SPACING = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.1, True, True, True)) for the control-parameter Vis.ControlParameter.REACTION_CENTER_LINE_SPACING.
 
 DOUBLE_BOND_TRIM_LENGTH = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.1, True, True, True)) for the control-parameter Vis.ControlParameter.DOUBLE_BOND_TRIM_LENGTH.
 
 TRIPLE_BOND_TRIM_LENGTH = SizeSpecification(value=0.1, relative=True, in_scaling=True, out_scaling=True)
 Default setting (= SizeSpecification(0.1, True, True, True)) for the control-parameter Vis.ControlParameter.TRIPLE_BOND_TRIM_LENGTH.
 
 BOND_LABEL_FONT = Font()
 Default setting (= Font()) for the control-parameter Vis.ControlParameter.BOND_LABEL_FONT.
 
 BOND_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_LABEL_SIZE.
 
 BOND_LABEL_MARGIN = SizeSpecification(value=2, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(2.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_LABEL_MARGIN.
 
 ATOM_CONFIGURATION_LABEL_FONT = Font(family='', size=8, bold=False, italic=True, ulined=False, olined=False, strkdout=False, fxdpitch=False)
 Default setting (= Font("", 8.0, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_FONT. More...
 
 ATOM_CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_SIZE. More...
 
 ATOM_CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_COLOR. More...
 
 ATOM_CUSTOM_LABEL_FONT = Font(family='', size=8, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
 Default setting (= Font("", 8.0, False, False)) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_FONT. More...
 
 ATOM_CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_SIZE. More...
 
 ATOM_CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_COLOR. More...
 
 BOND_CONFIGURATION_LABEL_FONT = Font(family='', size=8, bold=False, italic=True, ulined=False, olined=False, strkdout=False, fxdpitch=False)
 Default setting (= Font("", 8.0, False, True)) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_FONT. More...
 
 BOND_CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_SIZE. More...
 
 BOND_CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_COLOR. More...
 
 BOND_CUSTOM_LABEL_FONT = Font(family='', size=8, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
 Default setting (= Font("", 8.0, False, False)) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_FONT. More...
 
 BOND_CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_SIZE. More...
 
 BOND_CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_COLOR. More...
 
 BOND_HIGHLIGHT_AREA_WIDTH = SizeSpecification(value=12, relative=False, in_scaling=False, out_scaling=True)
 Default setting (= SizeSpecification(12.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_WIDTH. More...
 
 BOND_HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN)
 Default setting (= Brush(Color(0.8, 0.8, 1.0)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_BRUSH. More...
 
 BOND_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 setting (= Pen(Color(0.6, 0.6, 0.75)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_OUTLINE_PEN. More...
 
 GRID_VIEW_BORDER_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
 Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_BORDER_PEN. More...
 
 GRID_VIEW_ROW_SEPARATOR_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
 Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_ROW_SEPARATOR_PEN. More...
 
 GRID_VIEW_COLUMN_SEPARATOR_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
 Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_COLUMN_SEPARATOR_PEN. More...
 
float GRID_VIEW_MARGIN = 0.0
 Default setting (= 0.0) for the control-parameter Vis.ControlParameter.GRID_VIEW_MARGIN. More...
 
float GRID_VIEW_CELL_PADDING = 5.0
 Default setting (= 5.0) for the control-parameter Vis.ControlParameter.GRID_VIEW_CELL_PADDING. More...
 
 GRID_VIEW_TEXT_FONT = Font(family='', size=10, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
 Default setting (= Font("", 10.0)) for the control-parameter Vis.ControlParameter.GRID_VIEW_TEXT_FONT. More...
 
 GRID_VIEW_TEXT_COLOR = Color(r=0, g=0, b=0)
 Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.GRID_VIEW_TEXT_COLOR. More...
 

Detailed Description

Provides default values for built-in control-parameters.

Member Data Documentation

◆ HIGHLIGHT_AREA_OUTLINE_WIDTH

CDPL.Vis.ControlParameterDefault.HIGHLIGHT_AREA_OUTLINE_WIDTH = SizeSpecification(value=1, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(1.0, False, False, True)) for the control-parameter Vis.ControlParameter.HIGHLIGHT_AREA_OUTLINE_WIDTH.

Since
1.2

◆ ATOM_HIGHLIGHT_AREA_SIZE

CDPL.Vis.ControlParameterDefault.ATOM_HIGHLIGHT_AREA_SIZE = SizeSpecification(value=16, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(16.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_SIZE.

Since
1.2

◆ ATOM_HIGHLIGHT_AREA_BRUSH

CDPL.Vis.ControlParameterDefault.ATOM_HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN)
static

Default setting (= Brush(Color(0.8, 0.8, 1.0)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_BRUSH.

Since
1.2

◆ ATOM_HIGHLIGHT_AREA_OUTLINE_PEN

CDPL.Vis.ControlParameterDefault.ATOM_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)
static

Default setting (= Pen(Color(0.6, 0.6, 0.75)) for the control-parameter Vis.ControlParameter.ATOM_HIGHLIGHT_AREA_OUTLINE_PEN.

Since
1.2

◆ BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE

bool CDPL.Vis.ControlParameterDefault.BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE = False
static

Default setting (= False) for the control-parameter Vis.ControlParameter.BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE.

Since
1.2

◆ SHOW_ATOM_CONFIGURATION_LABELS

bool CDPL.Vis.ControlParameterDefault.SHOW_ATOM_CONFIGURATION_LABELS = False
static

Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_ATOM_CONFIGURATION_LABELS.

Since
1.1

◆ SHOW_ATOM_CUSTOM_LABELS

bool CDPL.Vis.ControlParameterDefault.SHOW_ATOM_CUSTOM_LABELS = True
static

Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_ATOM_CUSTOM_LABELS.

Since
1.2

◆ SHOW_BOND_CONFIGURATION_LABELS

bool CDPL.Vis.ControlParameterDefault.SHOW_BOND_CONFIGURATION_LABELS = False
static

Default setting (= False) for the control-parameter Vis.ControlParameter.SHOW_BOND_CONFIGURATION_LABELS.

Since
1.1

◆ SHOW_BOND_CUSTOM_LABELS

bool CDPL.Vis.ControlParameterDefault.SHOW_BOND_CUSTOM_LABELS = True
static

Default setting (= True) for the control-parameter Vis.ControlParameter.SHOW_BOND_CUSTOM_LABELS.

Since
1.2

◆ ENABLE_ATOM_HIGHLIGHTING

bool CDPL.Vis.ControlParameterDefault.ENABLE_ATOM_HIGHLIGHTING = True
static

Default setting (= True) for the control-parameter Vis.ControlParameter.ENABLE_ATOM_HIGHLIGHTING.

Since
1.2

◆ ENABLE_BOND_HIGHLIGHTING

bool CDPL.Vis.ControlParameterDefault.ENABLE_BOND_HIGHLIGHTING = True
static

Default setting (= True) for the control-parameter Vis.ControlParameter.ENABLE_BOND_HIGHLIGHTING.

Since
1.2

◆ ATOM_CONFIGURATION_LABEL_FONT

CDPL.Vis.ControlParameterDefault.ATOM_CONFIGURATION_LABEL_FONT = Font(family='', size=8, bold=False, italic=True, ulined=False, olined=False, strkdout=False, fxdpitch=False)
static

Default setting (= Font("", 8.0, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_FONT.

Since
1.1

◆ ATOM_CONFIGURATION_LABEL_SIZE

CDPL.Vis.ControlParameterDefault.ATOM_CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_SIZE.

Since
1.1

◆ ATOM_CONFIGURATION_LABEL_COLOR

CDPL.Vis.ControlParameterDefault.ATOM_CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0)
static

Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.ATOM_CONFIGURATION_LABEL_COLOR.

Since
1.2

◆ ATOM_CUSTOM_LABEL_FONT

CDPL.Vis.ControlParameterDefault.ATOM_CUSTOM_LABEL_FONT = Font(family='', size=8, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
static

Default setting (= Font("", 8.0, False, False)) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_FONT.

Since
1.2

◆ ATOM_CUSTOM_LABEL_SIZE

CDPL.Vis.ControlParameterDefault.ATOM_CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_SIZE.

Since
1.2

◆ ATOM_CUSTOM_LABEL_COLOR

CDPL.Vis.ControlParameterDefault.ATOM_CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0)
static

Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.ATOM_CUSTOM_LABEL_COLOR.

Since
1.2

◆ BOND_CONFIGURATION_LABEL_FONT

CDPL.Vis.ControlParameterDefault.BOND_CONFIGURATION_LABEL_FONT = Font(family='', size=8, bold=False, italic=True, ulined=False, olined=False, strkdout=False, fxdpitch=False)
static

Default setting (= Font("", 8.0, False, True)) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_FONT.

Since
1.1

◆ BOND_CONFIGURATION_LABEL_SIZE

CDPL.Vis.ControlParameterDefault.BOND_CONFIGURATION_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_SIZE.

Since
1.1

◆ BOND_CONFIGURATION_LABEL_COLOR

CDPL.Vis.ControlParameterDefault.BOND_CONFIGURATION_LABEL_COLOR = Color(r=0, g=0, b=0)
static

Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.BOND_CONFIGURATION_LABEL_COLOR.

Since
1.2

◆ BOND_CUSTOM_LABEL_FONT

CDPL.Vis.ControlParameterDefault.BOND_CUSTOM_LABEL_FONT = Font(family='', size=8, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
static

Default setting (= Font("", 8.0, False, False)) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_FONT.

Since
1.2

◆ BOND_CUSTOM_LABEL_SIZE

CDPL.Vis.ControlParameterDefault.BOND_CUSTOM_LABEL_SIZE = SizeSpecification(value=8, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(8.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_SIZE.

Since
1.2

◆ BOND_CUSTOM_LABEL_COLOR

CDPL.Vis.ControlParameterDefault.BOND_CUSTOM_LABEL_COLOR = Color(r=0, g=0, b=0)
static

Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.BOND_CUSTOM_LABEL_COLOR.

Since
1.2

◆ BOND_HIGHLIGHT_AREA_WIDTH

CDPL.Vis.ControlParameterDefault.BOND_HIGHLIGHT_AREA_WIDTH = SizeSpecification(value=12, relative=False, in_scaling=False, out_scaling=True)
static

Default setting (= SizeSpecification(12.0, False, False, True)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_WIDTH.

Since
1.2

◆ BOND_HIGHLIGHT_AREA_BRUSH

CDPL.Vis.ControlParameterDefault.BOND_HIGHLIGHT_AREA_BRUSH = Brush(color=Color(r=0.8, g=0.8, b=1), style=SOLID_PATTERN)
static

Default setting (= Brush(Color(0.8, 0.8, 1.0)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_BRUSH.

Since
1.2

◆ BOND_HIGHLIGHT_AREA_OUTLINE_PEN

CDPL.Vis.ControlParameterDefault.BOND_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)
static

Default setting (= Pen(Color(0.6, 0.6, 0.75)) for the control-parameter Vis.ControlParameter.BOND_HIGHLIGHT_AREA_OUTLINE_PEN.

Since
1.2

◆ GRID_VIEW_BORDER_PEN

CDPL.Vis.ControlParameterDefault.GRID_VIEW_BORDER_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
static

Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_BORDER_PEN.

Since
1.2

◆ GRID_VIEW_ROW_SEPARATOR_PEN

CDPL.Vis.ControlParameterDefault.GRID_VIEW_ROW_SEPARATOR_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
static

Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_ROW_SEPARATOR_PEN.

Since
1.2

◆ GRID_VIEW_COLUMN_SEPARATOR_PEN

CDPL.Vis.ControlParameterDefault.GRID_VIEW_COLUMN_SEPARATOR_PEN = Pen(color=Color(), width=1, line_style=NO_LINE, cap_style=ROUND_CAP, join_style=ROUND_JOIN)
static

Default setting (= Pen(Pen.NO_LINE)) for the control-parameter Vis.ControlParameter.GRID_VIEW_COLUMN_SEPARATOR_PEN.

Since
1.2

◆ GRID_VIEW_MARGIN

float CDPL.Vis.ControlParameterDefault.GRID_VIEW_MARGIN = 0.0
static

Default setting (= 0.0) for the control-parameter Vis.ControlParameter.GRID_VIEW_MARGIN.

Since
1.2

◆ GRID_VIEW_CELL_PADDING

float CDPL.Vis.ControlParameterDefault.GRID_VIEW_CELL_PADDING = 5.0
static

Default setting (= 5.0) for the control-parameter Vis.ControlParameter.GRID_VIEW_CELL_PADDING.

Since
1.2

◆ GRID_VIEW_TEXT_FONT

CDPL.Vis.ControlParameterDefault.GRID_VIEW_TEXT_FONT = Font(family='', size=10, bold=False, italic=False, ulined=False, olined=False, strkdout=False, fxdpitch=False)
static

Default setting (= Font("", 10.0)) for the control-parameter Vis.ControlParameter.GRID_VIEW_TEXT_FONT.

Since
1.2

◆ GRID_VIEW_TEXT_COLOR

CDPL.Vis.ControlParameterDefault.GRID_VIEW_TEXT_COLOR = Color(r=0, g=0, b=0)
static

Default setting (= Color.BLACK) for the control-parameter Vis.ControlParameter.GRID_VIEW_TEXT_COLOR.

Since
1.2