Chemical Data Processing Library Python API - Version 1.2.0
Packages | Classes | Functions
CDPL.Vis Package Reference

Contains classes and functions related to data visualization. More...

Packages

 CairoBackend
 Contains classes related to the implementation of CDPL.Vis interfaces on top of the Cairo 2D Graphics Library [CAIRO].
 
 QtBackend
 Contains classes related to the implementation of CDPL.Vis interfaces on top of the Qt Toolkit [QTDOC].
 

Classes

class  Alignment
 Provides flags that are used to specify the 2D alignment of graphical objects within a bounded rectangular area. More...
 
class  ArrowStyle
 Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions. More...
 
class  AtomColorTable
 Provides preinitialized color tables for the visualization of atomic properties. More...
 
class  AtomProperty
 Provides keys for built-in Chem.Atom properties. More...
 
class  AtomPropertyDefault
 Provides default values for built-in Vis.Atom properties. More...
 
class  BondProperty
 Provides keys for built-in Chem.Bond properties. More...
 
class  BondPropertyDefault
 Provides default values for built-in Vis.Bond properties. More...
 
class  Brush
 Specifies the fill pattern and fill color of shapes. More...
 
class  ClipPathPrimitive2D
 A graphics primitive representing a clipping region in 2D space. More...
 
class  Color
 Specifies a color in terms of its red, green and blue components and an alpha-channel for transparency. More...
 
class  ColorTable
 A container for the storage and lookup of Vis.Color objects that are associated with a numeric identifier. More...
 
class  ControlParameter
 Provides keys for built-in control-parameters. More...
 
class  ControlParameterDefault
 Provides default values for built-in control-parameters. More...
 
class  DataFormat
 Provides preinitialized Base.DataFormat objects for all supported image output formats. More...
 
class  EllipsePrimitive2D
 A graphics primitive representing a ellipse. More...
 
class  FilePDFMolecularGraphWriter
 
class  FilePDFReactionWriter
 
class  FilePNGMolecularGraphWriter
 
class  FilePNGReactionWriter
 
class  FilePSMolecularGraphWriter
 
class  FilePSReactionWriter
 
class  FileSVGMolecularGraphWriter
 
class  FileSVGReactionWriter
 
class  Font
 Specifies a font for drawing text. More...
 
class  FontMetrics
 An interface class with methods that provide information about the metrics of a font. More...
 
class  GraphicsPrimitive2D
 The abstract base class of all 2D graphics primitives. More...
 
class  LayoutDirection
 Provides constants that are used to specify the main direction of object layouts. More...
 
class  LayoutStyle
 Provides constants that are used to specify the layout of a set of graphical objects. More...
 
class  Line2D
 Specifies a line segment in 2D space. More...
 
class  LinePrimitive2D
 A graphics primitive representing a single line. More...
 
class  LineSegmentListPrimitive2D
 A graphics primitive representing a list of disjoint line segments. More...
 
class  MolecularGraphProperty
 Provides keys for built-in Chem.MolecularGraph properties. More...
 
class  MolecularGraphPropertyDefault
 Provides default values for built-in Chem.MolecularGraph properties. More...
 
class  PDFMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Portable Document Format (PDF) [WPDF]. More...
 
class  PDFMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Portable Document Format (PDF) [WPDF]. More...
 
class  PDFReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Portable Document Format (PDF) [WPDF]. More...
 
class  PDFReactionWriter
 Creates 2D depictions of chemical reactions in the Portable Document Format (PDF) [WPDF]. More...
 
class  PNGMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGReactionWriter
 Creates 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PSMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the PostScript (PS) [WPS] format. More...
 
class  PSMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the PostScript (PS) [WPS] format. More...
 
class  PSReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
class  PSReactionWriter
 Creates 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
class  Path2D
 Provides a container for painting operations, enabling arbitrary graphical shapes to be constructed and reused. More...
 
class  Path2DConverter
 Provides an interface for classes that implement the conversion of Vis.Path2D objects into rendering backend specific path descriptions or drawing operations. More...
 
class  PathPrimitive2D
 A graphics primitive representing an arbitrary path in 2D space. More...
 
class  Pen
 Specifies how to draw lines and outlines of shapes. More...
 
class  PointArray2D
 Stores a set of points in 2D space. More...
 
class  PointListPrimitive2D
 A graphics primitive representing a list of points. More...
 
class  PolygonPrimitive2D
 A graphics primitive representing a polygon. More...
 
class  PolylinePrimitive2D
 A graphics primitive representing a set of connected line segments. More...
 
class  ReactionProperty
 Provides keys for built-in Chem.Reaction properties. More...
 
class  ReactionPropertyDefault
 Provides default values for built-in Vis.Reaction properties. More...
 
class  ReactionView2D
 Implements the 2D visualization of chemical reactions. More...
 
class  Rectangle2D
 Specifies an axis aligned rectangular area in 2D space. More...
 
class  Renderer2D
 An interface that provides methods for low level 2D drawing operations. More...
 
class  SVGMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  SVGMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  SVGReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  SVGReactionWriter
 Creates 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  SizeAdjustment
 Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area. More...
 
class  SizeSpecification
 Specifies the value and type of a size attribute and defines how the value may change during processing steps. More...
 
class  StructureGridView2D
 Implements the 2D visualization of multiple chemical structures arrange in a grid. More...
 
class  StructureView2D
 Implements the 2D visualization of chemical structures. More...
 
class  TextBlockPrimitive2D
 A graphics primitive representing a block of styled text. More...
 
class  TextLabelPrimitive2D
 A graphics primitive representing a text label. More...
 
class  View2D
 The abstract base of classes implementing the 2D visualization of data objects. More...
 

Functions

None clearCustomLabelSize (Chem.Atom atom)
 
bool hasCustomLabelSize (Chem.Atom atom)
 
SizeSpecification getCustomLabelSize (Chem.Atom atom)
 
None setCustomLabelSize (Chem.Atom atom, SizeSpecification size)
 
None clearConfigurationLabelSize (Chem.Atom atom)
 
bool hasConfigurationLabelSize (Chem.Atom atom)
 
SizeSpecification getConfigurationLabelSize (Chem.Atom atom)
 
None setConfigurationLabelSize (Chem.Atom atom, SizeSpecification size)
 
None clearLabelSize (Chem.Atom atom)
 
bool hasLabelSize (Chem.Atom atom)
 
SizeSpecification getLabelSize (Chem.Atom atom)
 
None setLabelSize (Chem.Atom atom, SizeSpecification size)
 
None clearSecondaryLabelSize (Chem.Atom atom)
 
bool hasSecondaryLabelSize (Chem.Atom atom)
 
SizeSpecification getSecondaryLabelSize (Chem.Atom atom)
 
None setSecondaryLabelSize (Chem.Atom atom, SizeSpecification size)
 
None clearRadicalElectronDotSize (Chem.Atom atom)
 
bool hasRadicalElectronDotSize (Chem.Atom atom)
 
SizeSpecification getRadicalElectronDotSize (Chem.Atom atom)
 
None setRadicalElectronDotSize (Chem.Atom atom, SizeSpecification size)
 
None clearHighlightedFlag (Chem.Atom atom)
 
bool hasHighlightedFlag (Chem.Atom atom)
 
bool getHighlightedFlag (Chem.Atom atom)
 
None setHighlightedFlag (Chem.Atom atom, bool highlighted)
 
None clearHighlightAreaBrush (Chem.Atom atom)
 
bool hasHighlightAreaBrush (Chem.Atom atom)
 
Brush getHighlightAreaBrush (Chem.Atom atom)
 
None setHighlightAreaBrush (Chem.Atom atom, Brush brush)
 
None clearCustomLabel (Chem.Atom atom)
 
bool hasCustomLabel (Chem.Atom atom)
 
object getCustomLabel (Chem.Atom atom)
 
None setCustomLabel (Chem.Atom atom, str text)
 
None clearHighlightAreaOutlinePen (Chem.Atom atom)
 
bool hasHighlightAreaOutlinePen (Chem.Atom atom)
 
Pen getHighlightAreaOutlinePen (Chem.Atom atom)
 
None setHighlightAreaOutlinePen (Chem.Atom atom, Pen pen)
 
None clearLabelMargin (Chem.Atom atom)
 
bool hasLabelMargin (Chem.Atom atom)
 
SizeSpecification getLabelMargin (Chem.Atom atom)
 
None setLabelMargin (Chem.Atom atom, SizeSpecification margin)
 
None clearCustomLabelColor (Chem.Atom atom)
 
bool hasCustomLabelColor (Chem.Atom atom)
 
Color getCustomLabelColor (Chem.Atom atom)
 
None setCustomLabelColor (Chem.Atom atom, Color color)
 
None clearConfigurationLabelColor (Chem.Atom atom)
 
bool hasConfigurationLabelColor (Chem.Atom atom)
 
Color getConfigurationLabelColor (Chem.Atom atom)
 
None setConfigurationLabelColor (Chem.Atom atom, Color color)
 
None clearColor (Chem.Atom atom)
 
bool hasColor (Chem.Atom atom)
 
Color getColor (Chem.Atom atom)
 
None setColor (Chem.Atom atom, Color color)
 
None clearCustomLabelFont (Chem.Atom atom)
 
bool hasCustomLabelFont (Chem.Atom atom)
 
Font getCustomLabelFont (Chem.Atom atom)
 
None setCustomLabelFont (Chem.Atom atom, Font font)
 
None clearConfigurationLabelFont (Chem.Atom atom)
 
bool hasConfigurationLabelFont (Chem.Atom atom)
 
Font getConfigurationLabelFont (Chem.Atom atom)
 
None setConfigurationLabelFont (Chem.Atom atom, Font font)
 
None clearLabelFont (Chem.Atom atom)
 
bool hasLabelFont (Chem.Atom atom)
 
Font getLabelFont (Chem.Atom atom)
 
None setLabelFont (Chem.Atom atom, Font font)
 
None clearSecondaryLabelFont (Chem.Atom atom)
 
bool hasSecondaryLabelFont (Chem.Atom atom)
 
Font getSecondaryLabelFont (Chem.Atom atom)
 
None setSecondaryLabelFont (Chem.Atom atom, Font font)
 
None clearCustomLabelSize (Chem.Bond bond)
 
bool hasCustomLabelSize (Chem.Bond bond)
 
SizeSpecification getCustomLabelSize (Chem.Bond bond)
 
None setCustomLabelSize (Chem.Bond bond, SizeSpecification size)
 
None clearConfigurationLabelSize (Chem.Bond bond)
 
bool hasConfigurationLabelSize (Chem.Bond bond)
 
SizeSpecification getConfigurationLabelSize (Chem.Bond bond)
 
None setConfigurationLabelSize (Chem.Bond bond, SizeSpecification size)
 
None clearLabelSize (Chem.Bond bond)
 
bool hasLabelSize (Chem.Bond bond)
 
SizeSpecification getLabelSize (Chem.Bond bond)
 
None setLabelSize (Chem.Bond bond, SizeSpecification size)
 
None clearHighlightedFlag (Chem.Bond bond)
 
bool hasHighlightedFlag (Chem.Bond bond)
 
bool getHighlightedFlag (Chem.Bond bond)
 
None setHighlightedFlag (Chem.Bond bond, bool highlighted)
 
None clearLineSpacing (Chem.Bond bond)
 
None clearReactionCenterLineSpacing (Chem.Bond bond)
 
bool hasReactionCenterLineSpacing (Chem.Bond bond)
 
SizeSpecification getReactionCenterLineSpacing (Chem.Bond bond)
 
None setReactionCenterLineSpacing (Chem.Bond bond, SizeSpecification spacing)
 
bool hasLineSpacing (Chem.Bond bond)
 
SizeSpecification getLineSpacing (Chem.Bond bond)
 
None setLineSpacing (Chem.Bond bond, SizeSpecification spacing)
 
None clearStereoBondHashSpacing (Chem.Bond bond)
 
bool hasStereoBondHashSpacing (Chem.Bond bond)
 
SizeSpecification getStereoBondHashSpacing (Chem.Bond bond)
 
None setStereoBondHashSpacing (Chem.Bond bond, SizeSpecification spacing)
 
None clearHighlightAreaBrush (Chem.Bond bond)
 
bool hasHighlightAreaBrush (Chem.Bond bond)
 
Brush getHighlightAreaBrush (Chem.Bond bond)
 
None setHighlightAreaBrush (Chem.Bond bond, Brush brush)
 
None clearStereoBondWedgeWidth (Chem.Bond bond)
 
bool hasStereoBondWedgeWidth (Chem.Bond bond)
 
SizeSpecification getStereoBondWedgeWidth (Chem.Bond bond)
 
None setStereoBondWedgeWidth (Chem.Bond bond, SizeSpecification width)
 
None clearLineWidth (Chem.Bond bond)
 
bool hasLineWidth (Chem.Bond bond)
 
SizeSpecification getLineWidth (Chem.Bond bond)
 
None setLineWidth (Chem.Bond bond, SizeSpecification width)
 
None clearReactionCenterLineLength (Chem.Bond bond)
 
bool hasReactionCenterLineLength (Chem.Bond bond)
 
SizeSpecification getReactionCenterLineLength (Chem.Bond bond)
 
None setReactionCenterLineLength (Chem.Bond bond, SizeSpecification length)
 
None clearDoubleBondTrimLength (Chem.Bond bond)
 
bool hasDoubleBondTrimLength (Chem.Bond bond)
 
SizeSpecification getDoubleBondTrimLength (Chem.Bond bond)
 
None setDoubleBondTrimLength (Chem.Bond bond, SizeSpecification length)
 
None clearTripleBondTrimLength (Chem.Bond bond)
 
bool hasTripleBondTrimLength (Chem.Bond bond)
 
SizeSpecification getTripleBondTrimLength (Chem.Bond bond)
 
None setTripleBondTrimLength (Chem.Bond bond, SizeSpecification length)
 
None clearCustomLabel (Chem.Bond bond)
 
bool hasCustomLabel (Chem.Bond bond)
 
object getCustomLabel (Chem.Bond bond)
 
None setCustomLabel (Chem.Bond bond, str text)
 
None clearHighlightAreaOutlinePen (Chem.Bond bond)
 
bool hasHighlightAreaOutlinePen (Chem.Bond bond)
 
Pen getHighlightAreaOutlinePen (Chem.Bond bond)
 
None setHighlightAreaOutlinePen (Chem.Bond bond, Pen pen)
 
None clearLabelMargin (Chem.Bond bond)
 
bool hasLabelMargin (Chem.Bond bond)
 
SizeSpecification getLabelMargin (Chem.Bond bond)
 
None setLabelMargin (Chem.Bond bond, SizeSpecification margin)
 
None clearCustomLabelColor (Chem.Bond bond)
 
bool hasCustomLabelColor (Chem.Bond bond)
 
Color getCustomLabelColor (Chem.Bond bond)
 
None setCustomLabelColor (Chem.Bond bond, Color color)
 
None clearConfigurationLabelColor (Chem.Bond bond)
 
bool hasConfigurationLabelColor (Chem.Bond bond)
 
Color getConfigurationLabelColor (Chem.Bond bond)
 
None setConfigurationLabelColor (Chem.Bond bond, Color color)
 
None clearColor (Chem.Bond bond)
 
bool hasColor (Chem.Bond bond)
 
Color getColor (Chem.Bond bond)
 
None setColor (Chem.Bond bond, Color color)
 
None clearCustomLabelFont (Chem.Bond bond)
 
bool hasCustomLabelFont (Chem.Bond bond)
 
Font getCustomLabelFont (Chem.Bond bond)
 
None setCustomLabelFont (Chem.Bond bond, Font font)
 
None clearConfigurationLabelFont (Chem.Bond bond)
 
bool hasConfigurationLabelFont (Chem.Bond bond)
 
Font getConfigurationLabelFont (Chem.Bond bond)
 
None setConfigurationLabelFont (Chem.Bond bond, Font font)
 
None clearLabelFont (Chem.Bond bond)
 
bool hasLabelFont (Chem.Bond bond)
 
Font getLabelFont (Chem.Bond bond)
 
None setLabelFont (Chem.Bond bond, Font font)
 
None clearAtomColorTableParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomColorTableParameter (Base.ControlParameterContainer cntnr)
 
ColorTable getAtomColorTableParameter (Base.ControlParameterContainer cntnr)
 
None setAtomColorTableParameter (Base.ControlParameterContainer cntnr, ColorTable colors)
 
None clearReactionArrowStyleParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowStyleParameter (Base.ControlParameterContainer cntnr)
 
int getReactionArrowStyleParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowStyleParameter (Base.ControlParameterContainer cntnr, int style)
 
None clearBreakAtomHighlightAreaOutlineParameter (Base.ControlParameterContainer cntnr)
 
bool hasBreakAtomHighlightAreaOutlineParameter (Base.ControlParameterContainer cntnr)
 
bool getBreakAtomHighlightAreaOutlineParameter (Base.ControlParameterContainer cntnr)
 
None setBreakAtomHighlightAreaOutlineParameter (Base.ControlParameterContainer cntnr, bool brk)
 
None clearAtomHighlightAreaSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomHighlightAreaSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getAtomHighlightAreaSizeParameter (Base.ControlParameterContainer cntnr)
 
None setAtomHighlightAreaSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearBondLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setBondLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setAtomLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearSecondaryAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasSecondaryAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getSecondaryAtomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setSecondaryAtomLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearBondCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setBondCustomLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearAtomCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getAtomCustomLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setAtomCustomLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearBondConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setBondConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearAtomConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getAtomConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr)
 
None setAtomConfigurationLabelSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearReactionPlusSignSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionPlusSignSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionPlusSignSizeParameter (Base.ControlParameterContainer cntnr)
 
None setReactionPlusSignSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearRadicalElectronDotSizeParameter (Base.ControlParameterContainer cntnr)
 
bool hasRadicalElectronDotSizeParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getRadicalElectronDotSizeParameter (Base.ControlParameterContainer cntnr)
 
None setRadicalElectronDotSizeParameter (Base.ControlParameterContainer cntnr, SizeSpecification size)
 
None clearBondLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
None setBondLineSpacingParameter (Base.ControlParameterContainer cntnr, SizeSpecification spacing)
 
None clearReactionCenterLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionCenterLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionCenterLineSpacingParameter (Base.ControlParameterContainer cntnr)
 
None setReactionCenterLineSpacingParameter (Base.ControlParameterContainer cntnr, SizeSpecification spacing)
 
None clearStereoBondHashSpacingParameter (Base.ControlParameterContainer cntnr)
 
bool hasStereoBondHashSpacingParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getStereoBondHashSpacingParameter (Base.ControlParameterContainer cntnr)
 
None setStereoBondHashSpacingParameter (Base.ControlParameterContainer cntnr, SizeSpecification spacing)
 
None clearGridViewCellPaddingParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewCellPaddingParameter (Base.ControlParameterContainer cntnr)
 
float getGridViewCellPaddingParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewCellPaddingParameter (Base.ControlParameterContainer cntnr, float padding)
 
None clearEnableBondHighlightingParameter (Base.ControlParameterContainer cntnr)
 
bool hasEnableBondHighlightingParameter (Base.ControlParameterContainer cntnr)
 
bool getEnableBondHighlightingParameter (Base.ControlParameterContainer cntnr)
 
None setEnableBondHighlightingParameter (Base.ControlParameterContainer cntnr, bool enable)
 
None clearEnableAtomHighlightingParameter (Base.ControlParameterContainer cntnr)
 
bool hasEnableAtomHighlightingParameter (Base.ControlParameterContainer cntnr)
 
bool getEnableAtomHighlightingParameter (Base.ControlParameterContainer cntnr)
 
None setEnableAtomHighlightingParameter (Base.ControlParameterContainer cntnr, bool enable)
 
None clearBondHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
Brush getBondHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
None setBondHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr, Brush brush)
 
None clearAtomHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
Brush getAtomHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr)
 
None setAtomHighlightAreaBrushParameter (Base.ControlParameterContainer cntnr, Brush brush)
 
None clearBackgroundBrushParameter (Base.ControlParameterContainer cntnr)
 
bool hasBackgroundBrushParameter (Base.ControlParameterContainer cntnr)
 
Brush getBackgroundBrushParameter (Base.ControlParameterContainer cntnr)
 
None setBackgroundBrushParameter (Base.ControlParameterContainer cntnr, Brush brush)
 
None clearBondHighlightAreaWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondHighlightAreaWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondHighlightAreaWidthParameter (Base.ControlParameterContainer cntnr)
 
None setBondHighlightAreaWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearReactionArrowHeadWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowHeadWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionArrowHeadWidthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowHeadWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearStereoBondWedgeWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasStereoBondWedgeWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getStereoBondWedgeWidthParameter (Base.ControlParameterContainer cntnr)
 
None setStereoBondWedgeWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearBondLineWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLineWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondLineWidthParameter (Base.ControlParameterContainer cntnr)
 
None setBondLineWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearReactionPlusSignLineWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionPlusSignLineWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionPlusSignLineWidthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionPlusSignLineWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearReactionArrowLineWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowLineWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionArrowLineWidthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowLineWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearHighlightAreaOutlineWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasHighlightAreaOutlineWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getHighlightAreaOutlineWidthParameter (Base.ControlParameterContainer cntnr)
 
None setHighlightAreaOutlineWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearReactionArrowShaftWidthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowShaftWidthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionArrowShaftWidthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowShaftWidthParameter (Base.ControlParameterContainer cntnr, SizeSpecification width)
 
None clearReactionArrowHeadLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowHeadLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionArrowHeadLengthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowHeadLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearBondLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondLengthParameter (Base.ControlParameterContainer cntnr)
 
None setBondLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearReactionCenterLineLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionCenterLineLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionCenterLineLengthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionCenterLineLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearDoubleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasDoubleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getDoubleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
None setDoubleBondTrimLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearTripleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasTripleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getTripleBondTrimLengthParameter (Base.ControlParameterContainer cntnr)
 
None setTripleBondTrimLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearReactionArrowLengthParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowLengthParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionArrowLengthParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowLengthParameter (Base.ControlParameterContainer cntnr, SizeSpecification length)
 
None clearBondHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
Pen getBondHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
None setBondHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr, Pen pen)
 
None clearAtomHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
Pen getAtomHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr)
 
None setAtomHighlightAreaOutlinePenParameter (Base.ControlParameterContainer cntnr, Pen pen)
 
None clearGridViewBorderPenParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewBorderPenParameter (Base.ControlParameterContainer cntnr)
 
Pen getGridViewBorderPenParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewBorderPenParameter (Base.ControlParameterContainer cntnr, Pen pen)
 
None clearGridViewColumnSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewColumnSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
Pen getGridViewColumnSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewColumnSeparatorPenParameter (Base.ControlParameterContainer cntnr, Pen pen)
 
None clearGridViewRowSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewRowSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
Pen getGridViewRowSeparatorPenParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewRowSeparatorPenParameter (Base.ControlParameterContainer cntnr, Pen pen)
 
None clearBondLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getBondLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
None setBondLabelMarginParameter (Base.ControlParameterContainer cntnr, SizeSpecification margin)
 
None clearAtomLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getAtomLabelMarginParameter (Base.ControlParameterContainer cntnr)
 
None setAtomLabelMarginParameter (Base.ControlParameterContainer cntnr, SizeSpecification margin)
 
None clearReactionComponentMarginParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionComponentMarginParameter (Base.ControlParameterContainer cntnr)
 
SizeSpecification getReactionComponentMarginParameter (Base.ControlParameterContainer cntnr)
 
None setReactionComponentMarginParameter (Base.ControlParameterContainer cntnr, SizeSpecification margin)
 
None clearGridViewMarginParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewMarginParameter (Base.ControlParameterContainer cntnr)
 
float getGridViewMarginParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewMarginParameter (Base.ControlParameterContainer cntnr, float margin)
 
None clearReactionAgentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionAgentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
int getReactionAgentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
None setReactionAgentLayoutDirectionParameter (Base.ControlParameterContainer cntnr, int dir)
 
None clearReactionComponentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionComponentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
int getReactionComponentLayoutDirectionParameter (Base.ControlParameterContainer cntnr)
 
None setReactionComponentLayoutDirectionParameter (Base.ControlParameterContainer cntnr, int dir)
 
None clearBondColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondColorParameter (Base.ControlParameterContainer cntnr)
 
Color getBondColorParameter (Base.ControlParameterContainer cntnr)
 
None setBondColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearBondCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
Color getBondCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
None setBondCustomLabelColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearAtomCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
Color getAtomCustomLabelColorParameter (Base.ControlParameterContainer cntnr)
 
None setAtomCustomLabelColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearBondConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
Color getBondConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
None setBondConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearAtomConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
Color getAtomConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr)
 
None setAtomConfigurationLabelColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearAtomColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomColorParameter (Base.ControlParameterContainer cntnr)
 
Color getAtomColorParameter (Base.ControlParameterContainer cntnr)
 
None setAtomColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearReactionPlusSignColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionPlusSignColorParameter (Base.ControlParameterContainer cntnr)
 
Color getReactionPlusSignColorParameter (Base.ControlParameterContainer cntnr)
 
None setReactionPlusSignColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearGridViewTextColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewTextColorParameter (Base.ControlParameterContainer cntnr)
 
Color getGridViewTextColorParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewTextColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
Color getReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
None clearOutputScalingFactorParameter (Base.ControlParameterContainer cntnr)
 
bool hasOutputScalingFactorParameter (Base.ControlParameterContainer cntnr)
 
float getOutputScalingFactorParameter (Base.ControlParameterContainer cntnr)
 
None setOutputScalingFactorParameter (Base.ControlParameterContainer cntnr, float factor)
 
None clearShowStereoBondsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowStereoBondsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowStereoBondsParameter (Base.ControlParameterContainer cntnr)
 
None setShowStereoBondsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowChargesParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowChargesParameter (Base.ControlParameterContainer cntnr)
 
bool getShowChargesParameter (Base.ControlParameterContainer cntnr)
 
None setShowChargesParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowIsotopesParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowIsotopesParameter (Base.ControlParameterContainer cntnr)
 
bool getShowIsotopesParameter (Base.ControlParameterContainer cntnr)
 
None setShowIsotopesParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearUseCalculatedAtomCoordinatesParameter (Base.ControlParameterContainer cntnr)
 
bool hasUseCalculatedAtomCoordinatesParameter (Base.ControlParameterContainer cntnr)
 
bool getUseCalculatedAtomCoordinatesParameter (Base.ControlParameterContainer cntnr)
 
None setUseCalculatedAtomCoordinatesParameter (Base.ControlParameterContainer cntnr, bool use)
 
None clearShowBondCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowBondCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowBondCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
None setShowBondCustomLabelsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowAtomCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowAtomCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowAtomCustomLabelsParameter (Base.ControlParameterContainer cntnr)
 
None setShowAtomCustomLabelsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowBondConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowBondConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowBondConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
None setShowBondConfigurationLabelsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowAtomConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowAtomConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowAtomConfigurationLabelsParameter (Base.ControlParameterContainer cntnr)
 
None setShowAtomConfigurationLabelsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowExplicitHydrogensParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowExplicitHydrogensParameter (Base.ControlParameterContainer cntnr)
 
bool getShowExplicitHydrogensParameter (Base.ControlParameterContainer cntnr)
 
None setShowExplicitHydrogensParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowReactionPlusSignsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowReactionPlusSignsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowReactionPlusSignsParameter (Base.ControlParameterContainer cntnr)
 
None setShowReactionPlusSignsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowCarbonsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowCarbonsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowCarbonsParameter (Base.ControlParameterContainer cntnr)
 
None setShowCarbonsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowRadicalElectronsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowRadicalElectronsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowRadicalElectronsParameter (Base.ControlParameterContainer cntnr)
 
None setShowRadicalElectronsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowBondReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowBondReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
bool getShowBondReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
None setShowBondReactionInfosParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowAtomReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowAtomReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
bool getShowAtomReactionInfosParameter (Base.ControlParameterContainer cntnr)
 
None setShowAtomReactionInfosParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowBondQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowBondQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
bool getShowBondQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
None setShowBondQueryInfosParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowAtomQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowAtomQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
bool getShowAtomQueryInfosParameter (Base.ControlParameterContainer cntnr)
 
None setShowAtomQueryInfosParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowReactionProductsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowReactionProductsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowReactionProductsParameter (Base.ControlParameterContainer cntnr)
 
None setShowReactionProductsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowReactionReactantsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowReactionReactantsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowReactionReactantsParameter (Base.ControlParameterContainer cntnr)
 
None setShowReactionReactantsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowReactionAgentsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowReactionAgentsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowReactionAgentsParameter (Base.ControlParameterContainer cntnr)
 
None setShowReactionAgentsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowNonCarbonHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowNonCarbonHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowNonCarbonHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
None setShowNonCarbonHydrogenCountsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearShowHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
bool hasShowHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
bool getShowHydrogenCountsParameter (Base.ControlParameterContainer cntnr)
 
None setShowHydrogenCountsParameter (Base.ControlParameterContainer cntnr, bool show)
 
None clearAlignmentParameter (Base.ControlParameterContainer cntnr)
 
bool hasAlignmentParameter (Base.ControlParameterContainer cntnr)
 
int getAlignmentParameter (Base.ControlParameterContainer cntnr)
 
None setAlignmentParameter (Base.ControlParameterContainer cntnr, int alignment)
 
None clearReactionAgentAlignmentParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionAgentAlignmentParameter (Base.ControlParameterContainer cntnr)
 
int getReactionAgentAlignmentParameter (Base.ControlParameterContainer cntnr)
 
None setReactionAgentAlignmentParameter (Base.ControlParameterContainer cntnr, int alignment)
 
None clearSizeAdjustmentParameter (Base.ControlParameterContainer cntnr)
 
bool hasSizeAdjustmentParameter (Base.ControlParameterContainer cntnr)
 
int getSizeAdjustmentParameter (Base.ControlParameterContainer cntnr)
 
None setSizeAdjustmentParameter (Base.ControlParameterContainer cntnr, int adjustment)
 
None clearBondLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getBondLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setBondLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setAtomLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearSecondaryAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasSecondaryAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getSecondaryAtomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setSecondaryAtomLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearBondCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getBondCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setBondCustomLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearAtomCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getAtomCustomLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setAtomCustomLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearBondConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasBondConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getBondConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setBondConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearAtomConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasAtomConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
Font getAtomConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr)
 
None setAtomConfigurationLabelFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearGridViewTextFontParameter (Base.ControlParameterContainer cntnr)
 
bool hasGridViewTextFontParameter (Base.ControlParameterContainer cntnr)
 
Font getGridViewTextFontParameter (Base.ControlParameterContainer cntnr)
 
None setGridViewTextFontParameter (Base.ControlParameterContainer cntnr, Font font)
 
None clearViewportParameter (Base.ControlParameterContainer cntnr)
 
bool hasViewportParameter (Base.ControlParameterContainer cntnr)
 
Rectangle2D getViewportParameter (Base.ControlParameterContainer cntnr)
 
None setViewportParameter (Base.ControlParameterContainer cntnr, Rectangle2D viewport)
 
None clearReactionAgentLayoutParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionAgentLayoutParameter (Base.ControlParameterContainer cntnr)
 
int getReactionAgentLayoutParameter (Base.ControlParameterContainer cntnr)
 
None setReactionAgentLayoutParameter (Base.ControlParameterContainer cntnr, int layout)
 
None clearReactionComponentLayoutParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionComponentLayoutParameter (Base.ControlParameterContainer cntnr)
 
int getReactionComponentLayoutParameter (Base.ControlParameterContainer cntnr)
 
None setReactionComponentLayoutParameter (Base.ControlParameterContainer cntnr, int layout)
 
None clearAtomColorTable (Chem.MolecularGraph molgraph)
 
bool hasAtomColorTable (Chem.MolecularGraph molgraph)
 
ColorTable getAtomColorTable (Chem.MolecularGraph molgraph)
 
None setAtomColorTable (Chem.MolecularGraph molgraph, ColorTable colors)
 
None clearAtomHighlightAreaSize (Chem.MolecularGraph molgraph)
 
bool hasAtomHighlightAreaSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getAtomHighlightAreaSize (Chem.MolecularGraph molgraph)
 
None setAtomHighlightAreaSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearBondLabelSize (Chem.MolecularGraph molgraph)
 
bool hasBondLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondLabelSize (Chem.MolecularGraph molgraph)
 
None setBondLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearAtomLabelSize (Chem.MolecularGraph molgraph)
 
bool hasAtomLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getAtomLabelSize (Chem.MolecularGraph molgraph)
 
None setAtomLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearSecondaryAtomLabelSize (Chem.MolecularGraph molgraph)
 
bool hasSecondaryAtomLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getSecondaryAtomLabelSize (Chem.MolecularGraph molgraph)
 
None setSecondaryAtomLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearBondCustomLabelSize (Chem.MolecularGraph molgraph)
 
bool hasBondCustomLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondCustomLabelSize (Chem.MolecularGraph molgraph)
 
None setBondCustomLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearAtomCustomLabelSize (Chem.MolecularGraph molgraph)
 
bool hasAtomCustomLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getAtomCustomLabelSize (Chem.MolecularGraph molgraph)
 
None setAtomCustomLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearBondConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
bool hasBondConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
None setBondConfigurationLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearAtomConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
bool hasAtomConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getAtomConfigurationLabelSize (Chem.MolecularGraph molgraph)
 
None setAtomConfigurationLabelSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearRadicalElectronDotSize (Chem.MolecularGraph molgraph)
 
bool hasRadicalElectronDotSize (Chem.MolecularGraph molgraph)
 
SizeSpecification getRadicalElectronDotSize (Chem.MolecularGraph molgraph)
 
None setRadicalElectronDotSize (Chem.MolecularGraph molgraph, SizeSpecification size)
 
None clearBondLineSpacing (Chem.MolecularGraph molgraph)
 
bool hasBondLineSpacing (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondLineSpacing (Chem.MolecularGraph molgraph)
 
None setBondLineSpacing (Chem.MolecularGraph molgraph, SizeSpecification spacing)
 
None clearReactionCenterLineSpacing (Chem.MolecularGraph molgraph)
 
bool hasReactionCenterLineSpacing (Chem.MolecularGraph molgraph)
 
SizeSpecification getReactionCenterLineSpacing (Chem.MolecularGraph molgraph)
 
None setReactionCenterLineSpacing (Chem.MolecularGraph molgraph, SizeSpecification spacing)
 
None clearStereoBondHashSpacing (Chem.MolecularGraph molgraph)
 
bool hasStereoBondHashSpacing (Chem.MolecularGraph molgraph)
 
SizeSpecification getStereoBondHashSpacing (Chem.MolecularGraph molgraph)
 
None setStereoBondHashSpacing (Chem.MolecularGraph molgraph, SizeSpecification spacing)
 
None clearBondHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
bool hasBondHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
Brush getBondHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
None setBondHighlightAreaBrush (Chem.MolecularGraph molgraph, Brush brush)
 
None clearAtomHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
bool hasAtomHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
Brush getAtomHighlightAreaBrush (Chem.MolecularGraph molgraph)
 
None setAtomHighlightAreaBrush (Chem.MolecularGraph molgraph, Brush brush)
 
None clearBondHighlightAreaWidth (Chem.MolecularGraph molgraph)
 
bool hasBondHighlightAreaWidth (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondHighlightAreaWidth (Chem.MolecularGraph molgraph)
 
None setBondHighlightAreaWidth (Chem.MolecularGraph molgraph, SizeSpecification width)
 
None clearStereoBondWedgeWidth (Chem.MolecularGraph molgraph)
 
bool hasStereoBondWedgeWidth (Chem.MolecularGraph molgraph)
 
SizeSpecification getStereoBondWedgeWidth (Chem.MolecularGraph molgraph)
 
None setStereoBondWedgeWidth (Chem.MolecularGraph molgraph, SizeSpecification width)
 
None clearBondLineWidth (Chem.MolecularGraph molgraph)
 
bool hasBondLineWidth (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondLineWidth (Chem.MolecularGraph molgraph)
 
None setBondLineWidth (Chem.MolecularGraph molgraph, SizeSpecification width)
 
None clearHighlightAreaOutlineWidth (Chem.MolecularGraph molgraph)
 
bool hasHighlightAreaOutlineWidth (Chem.MolecularGraph molgraph)
 
SizeSpecification getHighlightAreaOutlineWidth (Chem.MolecularGraph molgraph)
 
None setHighlightAreaOutlineWidth (Chem.MolecularGraph molgraph, SizeSpecification width)
 
None clearReactionCenterLineLength (Chem.MolecularGraph molgraph)
 
bool hasReactionCenterLineLength (Chem.MolecularGraph molgraph)
 
SizeSpecification getReactionCenterLineLength (Chem.MolecularGraph molgraph)
 
None setReactionCenterLineLength (Chem.MolecularGraph molgraph, SizeSpecification length)
 
None clearDoubleBondTrimLength (Chem.MolecularGraph molgraph)
 
bool hasDoubleBondTrimLength (Chem.MolecularGraph molgraph)
 
SizeSpecification getDoubleBondTrimLength (Chem.MolecularGraph molgraph)
 
None setDoubleBondTrimLength (Chem.MolecularGraph molgraph, SizeSpecification length)
 
None clearTripleBondTrimLength (Chem.MolecularGraph molgraph)
 
bool hasTripleBondTrimLength (Chem.MolecularGraph molgraph)
 
SizeSpecification getTripleBondTrimLength (Chem.MolecularGraph molgraph)
 
None setTripleBondTrimLength (Chem.MolecularGraph molgraph, SizeSpecification length)
 
None clearBondHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
bool hasBondHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
Pen getBondHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
None setBondHighlightAreaOutlinePen (Chem.MolecularGraph molgraph, Pen pen)
 
None clearAtomHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
bool hasAtomHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
Pen getAtomHighlightAreaOutlinePen (Chem.MolecularGraph molgraph)
 
None setAtomHighlightAreaOutlinePen (Chem.MolecularGraph molgraph, Pen pen)
 
None clearBondLabelMargin (Chem.MolecularGraph molgraph)
 
bool hasBondLabelMargin (Chem.MolecularGraph molgraph)
 
SizeSpecification getBondLabelMargin (Chem.MolecularGraph molgraph)
 
None setBondLabelMargin (Chem.MolecularGraph molgraph, SizeSpecification margin)
 
None clearAtomLabelMargin (Chem.MolecularGraph molgraph)
 
bool hasAtomLabelMargin (Chem.MolecularGraph molgraph)
 
SizeSpecification getAtomLabelMargin (Chem.MolecularGraph molgraph)
 
None setAtomLabelMargin (Chem.MolecularGraph molgraph, SizeSpecification margin)
 
None clearBondColor (Chem.MolecularGraph molgraph)
 
bool hasBondColor (Chem.MolecularGraph molgraph)
 
Color getBondColor (Chem.MolecularGraph molgraph)
 
None setBondColor (Chem.MolecularGraph molgraph, Color color)
 
None clearBondCustomLabelColor (Chem.MolecularGraph molgraph)
 
bool hasBondCustomLabelColor (Chem.MolecularGraph molgraph)
 
Color getBondCustomLabelColor (Chem.MolecularGraph molgraph)
 
None setBondCustomLabelColor (Chem.MolecularGraph molgraph, Color color)
 
None clearAtomCustomLabelColor (Chem.MolecularGraph molgraph)
 
bool hasAtomCustomLabelColor (Chem.MolecularGraph molgraph)
 
Color getAtomCustomLabelColor (Chem.MolecularGraph molgraph)
 
None setAtomCustomLabelColor (Chem.MolecularGraph molgraph, Color color)
 
None clearBondConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
bool hasBondConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
Color getBondConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
None setBondConfigurationLabelColor (Chem.MolecularGraph molgraph, Color color)
 
None clearAtomConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
bool hasAtomConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
Color getAtomConfigurationLabelColor (Chem.MolecularGraph molgraph)
 
None setAtomConfigurationLabelColor (Chem.MolecularGraph molgraph, Color color)
 
None clearAtomColor (Chem.MolecularGraph molgraph)
 
bool hasAtomColor (Chem.MolecularGraph molgraph)
 
Color getAtomColor (Chem.MolecularGraph molgraph)
 
None setAtomColor (Chem.MolecularGraph molgraph, Color color)
 
None clearBondLabelFont (Chem.MolecularGraph molgraph)
 
bool hasBondLabelFont (Chem.MolecularGraph molgraph)
 
Font getBondLabelFont (Chem.MolecularGraph molgraph)
 
None setBondLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearAtomLabelFont (Chem.MolecularGraph molgraph)
 
bool hasAtomLabelFont (Chem.MolecularGraph molgraph)
 
Font getAtomLabelFont (Chem.MolecularGraph molgraph)
 
None setAtomLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearSecondaryAtomLabelFont (Chem.MolecularGraph molgraph)
 
bool hasSecondaryAtomLabelFont (Chem.MolecularGraph molgraph)
 
Font getSecondaryAtomLabelFont (Chem.MolecularGraph molgraph)
 
None setSecondaryAtomLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearBondCustomLabelFont (Chem.MolecularGraph molgraph)
 
bool hasBondCustomLabelFont (Chem.MolecularGraph molgraph)
 
Font getBondCustomLabelFont (Chem.MolecularGraph molgraph)
 
None setBondCustomLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearAtomCustomLabelFont (Chem.MolecularGraph molgraph)
 
bool hasAtomCustomLabelFont (Chem.MolecularGraph molgraph)
 
Font getAtomCustomLabelFont (Chem.MolecularGraph molgraph)
 
None setAtomCustomLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearBondConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
bool hasBondConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
Font getBondConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
None setBondConfigurationLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearAtomConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
bool hasAtomConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
Font getAtomConfigurationLabelFont (Chem.MolecularGraph molgraph)
 
None setAtomConfigurationLabelFont (Chem.MolecularGraph molgraph, Font font)
 
None clearArrowStyle (Chem.Reaction rxn)
 
bool hasArrowStyle (Chem.Reaction rxn)
 
int getArrowStyle (Chem.Reaction rxn)
 
None setArrowStyle (Chem.Reaction rxn, int style)
 
None clearPlusSignSize (Chem.Reaction rxn)
 
bool hasPlusSignSize (Chem.Reaction rxn)
 
SizeSpecification getPlusSignSize (Chem.Reaction rxn)
 
None setPlusSignSize (Chem.Reaction rxn, SizeSpecification size)
 
None clearArrowHeadWidth (Chem.Reaction rxn)
 
bool hasArrowHeadWidth (Chem.Reaction rxn)
 
SizeSpecification getArrowHeadWidth (Chem.Reaction rxn)
 
None setArrowHeadWidth (Chem.Reaction rxn, SizeSpecification width)
 
None clearPlusSignLineWidth (Chem.Reaction rxn)
 
bool hasPlusSignLineWidth (Chem.Reaction rxn)
 
SizeSpecification getPlusSignLineWidth (Chem.Reaction rxn)
 
None setPlusSignLineWidth (Chem.Reaction rxn, SizeSpecification width)
 
None clearArrowLineWidth (Chem.Reaction rxn)
 
bool hasArrowLineWidth (Chem.Reaction rxn)
 
SizeSpecification getArrowLineWidth (Chem.Reaction rxn)
 
None setArrowLineWidth (Chem.Reaction rxn, SizeSpecification width)
 
None clearArrowShaftWidth (Chem.Reaction rxn)
 
bool hasArrowShaftWidth (Chem.Reaction rxn)
 
SizeSpecification getArrowShaftWidth (Chem.Reaction rxn)
 
None setArrowShaftWidth (Chem.Reaction rxn, SizeSpecification width)
 
None clearArrowHeadLength (Chem.Reaction rxn)
 
bool hasArrowHeadLength (Chem.Reaction rxn)
 
SizeSpecification getArrowHeadLength (Chem.Reaction rxn)
 
None setArrowHeadLength (Chem.Reaction rxn, SizeSpecification length)
 
None clearArrowLength (Chem.Reaction rxn)
 
bool hasArrowLength (Chem.Reaction rxn)
 
SizeSpecification getArrowLength (Chem.Reaction rxn)
 
None setArrowLength (Chem.Reaction rxn, SizeSpecification length)
 
None clearComponentMargin (Chem.Reaction rxn)
 
bool hasComponentMargin (Chem.Reaction rxn)
 
SizeSpecification getComponentMargin (Chem.Reaction rxn)
 
None setComponentMargin (Chem.Reaction rxn, SizeSpecification margin)
 
None clearAgentLayoutDirection (Chem.Reaction rxn)
 
bool hasAgentLayoutDirection (Chem.Reaction rxn)
 
int getAgentLayoutDirection (Chem.Reaction rxn)
 
None setAgentLayoutDirection (Chem.Reaction rxn, int dir)
 
None clearComponentLayoutDirection (Chem.Reaction rxn)
 
bool hasComponentLayoutDirection (Chem.Reaction rxn)
 
int getComponentLayoutDirection (Chem.Reaction rxn)
 
None setComponentLayoutDirection (Chem.Reaction rxn, int dir)
 
None clearPlusSignColor (Chem.Reaction rxn)
 
bool hasPlusSignColor (Chem.Reaction rxn)
 
Color getPlusSignColor (Chem.Reaction rxn)
 
None setPlusSignColor (Chem.Reaction rxn, Color color)
 
None clearArrowColor (Chem.Reaction rxn)
 
bool hasArrowColor (Chem.Reaction rxn)
 
Color getArrowColor (Chem.Reaction rxn)
 
None setArrowColor (Chem.Reaction rxn, Color color)
 
None clearShowPlusSigns (Chem.Reaction rxn)
 
bool hasShowPlusSigns (Chem.Reaction rxn)
 
bool getShowPlusSigns (Chem.Reaction rxn)
 
None setShowPlusSigns (Chem.Reaction rxn, bool show)
 
None clearShowProducts (Chem.Reaction rxn)
 
bool hasShowProducts (Chem.Reaction rxn)
 
bool getShowProducts (Chem.Reaction rxn)
 
None setShowProducts (Chem.Reaction rxn, bool show)
 
None clearShowReactants (Chem.Reaction rxn)
 
bool hasShowReactants (Chem.Reaction rxn)
 
bool getShowReactants (Chem.Reaction rxn)
 
None setShowReactants (Chem.Reaction rxn, bool show)
 
None clearShowAgents (Chem.Reaction rxn)
 
bool hasShowAgents (Chem.Reaction rxn)
 
bool getShowAgents (Chem.Reaction rxn)
 
None setShowAgents (Chem.Reaction rxn, bool show)
 
None clearAgentAlignment (Chem.Reaction rxn)
 
bool hasAgentAlignment (Chem.Reaction rxn)
 
int getAgentAlignment (Chem.Reaction rxn)
 
None setAgentAlignment (Chem.Reaction rxn, int show)
 
None clearAgentLayout (Chem.Reaction rxn)
 
bool hasAgentLayout (Chem.Reaction rxn)
 
int getAgentLayout (Chem.Reaction rxn)
 
None setAgentLayout (Chem.Reaction rxn, int show)
 
None clearComponentLayout (Chem.Reaction rxn)
 
bool hasComponentLayout (Chem.Reaction rxn)
 
int getComponentLayout (Chem.Reaction rxn)
 
None setComponentLayout (Chem.Reaction rxn, int layout)
 

Detailed Description

Contains classes and functions related to data visualization.

Function Documentation

◆ clearCustomLabelSize() [1/2]

None CDPL.Vis.clearCustomLabelSize ( Chem.Atom  atom)
Parameters
atom

◆ hasCustomLabelSize() [1/2]

bool CDPL.Vis.hasCustomLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getCustomLabelSize() [1/2]

SizeSpecification CDPL.Vis.getCustomLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setCustomLabelSize() [1/2]

None CDPL.Vis.setCustomLabelSize ( Chem.Atom  atom,
SizeSpecification  size 
)
Parameters
atom
size

◆ clearConfigurationLabelSize() [1/2]

None CDPL.Vis.clearConfigurationLabelSize ( Chem.Atom  atom)
Parameters
atom

◆ hasConfigurationLabelSize() [1/2]

bool CDPL.Vis.hasConfigurationLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getConfigurationLabelSize() [1/2]

SizeSpecification CDPL.Vis.getConfigurationLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setConfigurationLabelSize() [1/2]

None CDPL.Vis.setConfigurationLabelSize ( Chem.Atom  atom,
SizeSpecification  size 
)
Parameters
atom
size

◆ clearLabelSize() [1/2]

None CDPL.Vis.clearLabelSize ( Chem.Atom  atom)
Parameters
atom

◆ hasLabelSize() [1/2]

bool CDPL.Vis.hasLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getLabelSize() [1/2]

SizeSpecification CDPL.Vis.getLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setLabelSize() [1/2]

None CDPL.Vis.setLabelSize ( Chem.Atom  atom,
SizeSpecification  size 
)
Parameters
atom
size

◆ clearSecondaryLabelSize()

None CDPL.Vis.clearSecondaryLabelSize ( Chem.Atom  atom)
Parameters
atom

◆ hasSecondaryLabelSize()

bool CDPL.Vis.hasSecondaryLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getSecondaryLabelSize()

SizeSpecification CDPL.Vis.getSecondaryLabelSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setSecondaryLabelSize()

None CDPL.Vis.setSecondaryLabelSize ( Chem.Atom  atom,
SizeSpecification  size 
)
Parameters
atom
size

◆ clearRadicalElectronDotSize() [1/2]

None CDPL.Vis.clearRadicalElectronDotSize ( Chem.Atom  atom)
Parameters
atom

◆ hasRadicalElectronDotSize() [1/2]

bool CDPL.Vis.hasRadicalElectronDotSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getRadicalElectronDotSize() [1/2]

SizeSpecification CDPL.Vis.getRadicalElectronDotSize ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setRadicalElectronDotSize() [1/2]

None CDPL.Vis.setRadicalElectronDotSize ( Chem.Atom  atom,
SizeSpecification  size 
)
Parameters
atom
size

◆ clearHighlightedFlag() [1/2]

None CDPL.Vis.clearHighlightedFlag ( Chem.Atom  atom)
Parameters
atom

◆ hasHighlightedFlag() [1/2]

bool CDPL.Vis.hasHighlightedFlag ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getHighlightedFlag() [1/2]

bool CDPL.Vis.getHighlightedFlag ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setHighlightedFlag() [1/2]

None CDPL.Vis.setHighlightedFlag ( Chem.Atom  atom,
bool  highlighted 
)
Parameters
atom
highlighted

◆ clearHighlightAreaBrush() [1/2]

None CDPL.Vis.clearHighlightAreaBrush ( Chem.Atom  atom)
Parameters
atom

◆ hasHighlightAreaBrush() [1/2]

bool CDPL.Vis.hasHighlightAreaBrush ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getHighlightAreaBrush() [1/2]

Brush CDPL.Vis.getHighlightAreaBrush ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setHighlightAreaBrush() [1/2]

None CDPL.Vis.setHighlightAreaBrush ( Chem.Atom  atom,
Brush  brush 
)
Parameters
atom
brush

◆ clearCustomLabel() [1/2]

None CDPL.Vis.clearCustomLabel ( Chem.Atom  atom)
Parameters
atom

◆ hasCustomLabel() [1/2]

bool CDPL.Vis.hasCustomLabel ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getCustomLabel() [1/2]

object CDPL.Vis.getCustomLabel ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setCustomLabel() [1/2]

None CDPL.Vis.setCustomLabel ( Chem.Atom  atom,
str  text 
)
Parameters
atom
text

◆ clearHighlightAreaOutlinePen() [1/2]

None CDPL.Vis.clearHighlightAreaOutlinePen ( Chem.Atom  atom)
Parameters
atom

◆ hasHighlightAreaOutlinePen() [1/2]

bool CDPL.Vis.hasHighlightAreaOutlinePen ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getHighlightAreaOutlinePen() [1/2]

Pen CDPL.Vis.getHighlightAreaOutlinePen ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setHighlightAreaOutlinePen() [1/2]

None CDPL.Vis.setHighlightAreaOutlinePen ( Chem.Atom  atom,
Pen  pen 
)
Parameters
atom
pen

◆ clearLabelMargin() [1/2]

None CDPL.Vis.clearLabelMargin ( Chem.Atom  atom)
Parameters
atom

◆ hasLabelMargin() [1/2]

bool CDPL.Vis.hasLabelMargin ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getLabelMargin() [1/2]

SizeSpecification CDPL.Vis.getLabelMargin ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setLabelMargin() [1/2]

None CDPL.Vis.setLabelMargin ( Chem.Atom  atom,
SizeSpecification  margin 
)
Parameters
atom
margin

◆ clearCustomLabelColor() [1/2]

None CDPL.Vis.clearCustomLabelColor ( Chem.Atom  atom)
Parameters
atom

◆ hasCustomLabelColor() [1/2]

bool CDPL.Vis.hasCustomLabelColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getCustomLabelColor() [1/2]

Color CDPL.Vis.getCustomLabelColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setCustomLabelColor() [1/2]

None CDPL.Vis.setCustomLabelColor ( Chem.Atom  atom,
Color  color 
)
Parameters
atom
color

◆ clearConfigurationLabelColor() [1/2]

None CDPL.Vis.clearConfigurationLabelColor ( Chem.Atom  atom)
Parameters
atom

◆ hasConfigurationLabelColor() [1/2]

bool CDPL.Vis.hasConfigurationLabelColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getConfigurationLabelColor() [1/2]

Color CDPL.Vis.getConfigurationLabelColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setConfigurationLabelColor() [1/2]

None CDPL.Vis.setConfigurationLabelColor ( Chem.Atom  atom,
Color  color 
)
Parameters
atom
color

◆ clearColor() [1/2]

None CDPL.Vis.clearColor ( Chem.Atom  atom)
Parameters
atom

◆ hasColor() [1/2]

bool CDPL.Vis.hasColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getColor() [1/2]

Color CDPL.Vis.getColor ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setColor() [1/2]

None CDPL.Vis.setColor ( Chem.Atom  atom,
Color  color 
)
Parameters
atom
color

◆ clearCustomLabelFont() [1/2]

None CDPL.Vis.clearCustomLabelFont ( Chem.Atom  atom)
Parameters
atom

◆ hasCustomLabelFont() [1/2]

bool CDPL.Vis.hasCustomLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getCustomLabelFont() [1/2]

Font CDPL.Vis.getCustomLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setCustomLabelFont() [1/2]

None CDPL.Vis.setCustomLabelFont ( Chem.Atom  atom,
Font  font 
)
Parameters
atom
font

◆ clearConfigurationLabelFont() [1/2]

None CDPL.Vis.clearConfigurationLabelFont ( Chem.Atom  atom)
Parameters
atom

◆ hasConfigurationLabelFont() [1/2]

bool CDPL.Vis.hasConfigurationLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getConfigurationLabelFont() [1/2]

Font CDPL.Vis.getConfigurationLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setConfigurationLabelFont() [1/2]

None CDPL.Vis.setConfigurationLabelFont ( Chem.Atom  atom,
Font  font 
)
Parameters
atom
font

◆ clearLabelFont() [1/2]

None CDPL.Vis.clearLabelFont ( Chem.Atom  atom)
Parameters
atom

◆ hasLabelFont() [1/2]

bool CDPL.Vis.hasLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getLabelFont() [1/2]

Font CDPL.Vis.getLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setLabelFont() [1/2]

None CDPL.Vis.setLabelFont ( Chem.Atom  atom,
Font  font 
)
Parameters
atom
font

◆ clearSecondaryLabelFont()

None CDPL.Vis.clearSecondaryLabelFont ( Chem.Atom  atom)
Parameters
atom

◆ hasSecondaryLabelFont()

bool CDPL.Vis.hasSecondaryLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ getSecondaryLabelFont()

Font CDPL.Vis.getSecondaryLabelFont ( Chem.Atom  atom)
Parameters
atom
Returns

◆ setSecondaryLabelFont()

None CDPL.Vis.setSecondaryLabelFont ( Chem.Atom  atom,
Font  font 
)
Parameters
atom
font

◆ clearCustomLabelSize() [2/2]

None CDPL.Vis.clearCustomLabelSize ( Chem.Bond  bond)
Parameters
bond

◆ hasCustomLabelSize() [2/2]

bool CDPL.Vis.hasCustomLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getCustomLabelSize() [2/2]

SizeSpecification CDPL.Vis.getCustomLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setCustomLabelSize() [2/2]

None CDPL.Vis.setCustomLabelSize ( Chem.Bond  bond,
SizeSpecification  size 
)
Parameters
bond
size

◆ clearConfigurationLabelSize() [2/2]

None CDPL.Vis.clearConfigurationLabelSize ( Chem.Bond  bond)
Parameters
bond

◆ hasConfigurationLabelSize() [2/2]

bool CDPL.Vis.hasConfigurationLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getConfigurationLabelSize() [2/2]

SizeSpecification CDPL.Vis.getConfigurationLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setConfigurationLabelSize() [2/2]

None CDPL.Vis.setConfigurationLabelSize ( Chem.Bond  bond,
SizeSpecification  size 
)
Parameters
bond
size

◆ clearLabelSize() [2/2]

None CDPL.Vis.clearLabelSize ( Chem.Bond  bond)
Parameters
bond

◆ hasLabelSize() [2/2]

bool CDPL.Vis.hasLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getLabelSize() [2/2]

SizeSpecification CDPL.Vis.getLabelSize ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setLabelSize() [2/2]

None CDPL.Vis.setLabelSize ( Chem.Bond  bond,
SizeSpecification  size 
)
Parameters
bond
size

◆ clearHighlightedFlag() [2/2]

None CDPL.Vis.clearHighlightedFlag ( Chem.Bond  bond)
Parameters
bond

◆ hasHighlightedFlag() [2/2]

bool CDPL.Vis.hasHighlightedFlag ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getHighlightedFlag() [2/2]

bool CDPL.Vis.getHighlightedFlag ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setHighlightedFlag() [2/2]

None CDPL.Vis.setHighlightedFlag ( Chem.Bond  bond,
bool  highlighted 
)
Parameters
bond
highlighted

◆ clearLineSpacing()

None CDPL.Vis.clearLineSpacing ( Chem.Bond  bond)
Parameters
bond

◆ clearReactionCenterLineSpacing() [1/2]

None CDPL.Vis.clearReactionCenterLineSpacing ( Chem.Bond  bond)
Parameters
bond

◆ hasReactionCenterLineSpacing() [1/2]

bool CDPL.Vis.hasReactionCenterLineSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getReactionCenterLineSpacing() [1/2]

SizeSpecification CDPL.Vis.getReactionCenterLineSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setReactionCenterLineSpacing() [1/2]

None CDPL.Vis.setReactionCenterLineSpacing ( Chem.Bond  bond,
SizeSpecification  spacing 
)
Parameters
bond
spacing

◆ hasLineSpacing()

bool CDPL.Vis.hasLineSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getLineSpacing()

SizeSpecification CDPL.Vis.getLineSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setLineSpacing()

None CDPL.Vis.setLineSpacing ( Chem.Bond  bond,
SizeSpecification  spacing 
)
Parameters
bond
spacing

◆ clearStereoBondHashSpacing() [1/2]

None CDPL.Vis.clearStereoBondHashSpacing ( Chem.Bond  bond)
Parameters
bond

◆ hasStereoBondHashSpacing() [1/2]

bool CDPL.Vis.hasStereoBondHashSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getStereoBondHashSpacing() [1/2]

SizeSpecification CDPL.Vis.getStereoBondHashSpacing ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setStereoBondHashSpacing() [1/2]

None CDPL.Vis.setStereoBondHashSpacing ( Chem.Bond  bond,
SizeSpecification  spacing 
)
Parameters
bond
spacing

◆ clearHighlightAreaBrush() [2/2]

None CDPL.Vis.clearHighlightAreaBrush ( Chem.Bond  bond)
Parameters
bond

◆ hasHighlightAreaBrush() [2/2]

bool CDPL.Vis.hasHighlightAreaBrush ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getHighlightAreaBrush() [2/2]

Brush CDPL.Vis.getHighlightAreaBrush ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setHighlightAreaBrush() [2/2]

None CDPL.Vis.setHighlightAreaBrush ( Chem.Bond  bond,
Brush  brush 
)
Parameters
bond
brush

◆ clearStereoBondWedgeWidth() [1/2]

None CDPL.Vis.clearStereoBondWedgeWidth ( Chem.Bond  bond)
Parameters
bond

◆ hasStereoBondWedgeWidth() [1/2]

bool CDPL.Vis.hasStereoBondWedgeWidth ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getStereoBondWedgeWidth() [1/2]

SizeSpecification CDPL.Vis.getStereoBondWedgeWidth ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setStereoBondWedgeWidth() [1/2]

None CDPL.Vis.setStereoBondWedgeWidth ( Chem.Bond  bond,
SizeSpecification  width 
)
Parameters
bond
width

◆ clearLineWidth()

None CDPL.Vis.clearLineWidth ( Chem.Bond  bond)
Parameters
bond

◆ hasLineWidth()

bool CDPL.Vis.hasLineWidth ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getLineWidth()

SizeSpecification CDPL.Vis.getLineWidth ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setLineWidth()

None CDPL.Vis.setLineWidth ( Chem.Bond  bond,
SizeSpecification  width 
)
Parameters
bond
width

◆ clearReactionCenterLineLength() [1/2]

None CDPL.Vis.clearReactionCenterLineLength ( Chem.Bond  bond)
Parameters
bond

◆ hasReactionCenterLineLength() [1/2]

bool CDPL.Vis.hasReactionCenterLineLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getReactionCenterLineLength() [1/2]

SizeSpecification CDPL.Vis.getReactionCenterLineLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setReactionCenterLineLength() [1/2]

None CDPL.Vis.setReactionCenterLineLength ( Chem.Bond  bond,
SizeSpecification  length 
)
Parameters
bond
length

◆ clearDoubleBondTrimLength() [1/2]

None CDPL.Vis.clearDoubleBondTrimLength ( Chem.Bond  bond)
Parameters
bond

◆ hasDoubleBondTrimLength() [1/2]

bool CDPL.Vis.hasDoubleBondTrimLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getDoubleBondTrimLength() [1/2]

SizeSpecification CDPL.Vis.getDoubleBondTrimLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setDoubleBondTrimLength() [1/2]

None CDPL.Vis.setDoubleBondTrimLength ( Chem.Bond  bond,
SizeSpecification  length 
)
Parameters
bond
length

◆ clearTripleBondTrimLength() [1/2]

None CDPL.Vis.clearTripleBondTrimLength ( Chem.Bond  bond)
Parameters
bond

◆ hasTripleBondTrimLength() [1/2]

bool CDPL.Vis.hasTripleBondTrimLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getTripleBondTrimLength() [1/2]

SizeSpecification CDPL.Vis.getTripleBondTrimLength ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setTripleBondTrimLength() [1/2]

None CDPL.Vis.setTripleBondTrimLength ( Chem.Bond  bond,
SizeSpecification  length 
)
Parameters
bond
length

◆ clearCustomLabel() [2/2]

None CDPL.Vis.clearCustomLabel ( Chem.Bond  bond)
Parameters
bond

◆ hasCustomLabel() [2/2]

bool CDPL.Vis.hasCustomLabel ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getCustomLabel() [2/2]

object CDPL.Vis.getCustomLabel ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setCustomLabel() [2/2]

None CDPL.Vis.setCustomLabel ( Chem.Bond  bond,
str  text 
)
Parameters
bond
text

◆ clearHighlightAreaOutlinePen() [2/2]

None CDPL.Vis.clearHighlightAreaOutlinePen ( Chem.Bond  bond)
Parameters
bond

◆ hasHighlightAreaOutlinePen() [2/2]

bool CDPL.Vis.hasHighlightAreaOutlinePen ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getHighlightAreaOutlinePen() [2/2]

Pen CDPL.Vis.getHighlightAreaOutlinePen ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setHighlightAreaOutlinePen() [2/2]

None CDPL.Vis.setHighlightAreaOutlinePen ( Chem.Bond  bond,
Pen  pen 
)
Parameters
bond
pen

◆ clearLabelMargin() [2/2]

None CDPL.Vis.clearLabelMargin ( Chem.Bond  bond)
Parameters
bond

◆ hasLabelMargin() [2/2]

bool CDPL.Vis.hasLabelMargin ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getLabelMargin() [2/2]

SizeSpecification CDPL.Vis.getLabelMargin ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setLabelMargin() [2/2]

None CDPL.Vis.setLabelMargin ( Chem.Bond  bond,
SizeSpecification  margin 
)
Parameters
bond
margin

◆ clearCustomLabelColor() [2/2]

None CDPL.Vis.clearCustomLabelColor ( Chem.Bond  bond)
Parameters
bond

◆ hasCustomLabelColor() [2/2]

bool CDPL.Vis.hasCustomLabelColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getCustomLabelColor() [2/2]

Color CDPL.Vis.getCustomLabelColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setCustomLabelColor() [2/2]

None CDPL.Vis.setCustomLabelColor ( Chem.Bond  bond,
Color  color 
)
Parameters
bond
color

◆ clearConfigurationLabelColor() [2/2]

None CDPL.Vis.clearConfigurationLabelColor ( Chem.Bond  bond)
Parameters
bond

◆ hasConfigurationLabelColor() [2/2]

bool CDPL.Vis.hasConfigurationLabelColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getConfigurationLabelColor() [2/2]

Color CDPL.Vis.getConfigurationLabelColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setConfigurationLabelColor() [2/2]

None CDPL.Vis.setConfigurationLabelColor ( Chem.Bond  bond,
Color  color 
)
Parameters
bond
color

◆ clearColor() [2/2]

None CDPL.Vis.clearColor ( Chem.Bond  bond)
Parameters
bond

◆ hasColor() [2/2]

bool CDPL.Vis.hasColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getColor() [2/2]

Color CDPL.Vis.getColor ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setColor() [2/2]

None CDPL.Vis.setColor ( Chem.Bond  bond,
Color  color 
)
Parameters
bond
color

◆ clearCustomLabelFont() [2/2]

None CDPL.Vis.clearCustomLabelFont ( Chem.Bond  bond)
Parameters
bond

◆ hasCustomLabelFont() [2/2]

bool CDPL.Vis.hasCustomLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getCustomLabelFont() [2/2]

Font CDPL.Vis.getCustomLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setCustomLabelFont() [2/2]

None CDPL.Vis.setCustomLabelFont ( Chem.Bond  bond,
Font  font 
)
Parameters
bond
font

◆ clearConfigurationLabelFont() [2/2]

None CDPL.Vis.clearConfigurationLabelFont ( Chem.Bond  bond)
Parameters
bond

◆ hasConfigurationLabelFont() [2/2]

bool CDPL.Vis.hasConfigurationLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getConfigurationLabelFont() [2/2]

Font CDPL.Vis.getConfigurationLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setConfigurationLabelFont() [2/2]

None CDPL.Vis.setConfigurationLabelFont ( Chem.Bond  bond,
Font  font 
)
Parameters
bond
font

◆ clearLabelFont() [2/2]

None CDPL.Vis.clearLabelFont ( Chem.Bond  bond)
Parameters
bond

◆ hasLabelFont() [2/2]

bool CDPL.Vis.hasLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ getLabelFont() [2/2]

Font CDPL.Vis.getLabelFont ( Chem.Bond  bond)
Parameters
bond
Returns

◆ setLabelFont() [2/2]

None CDPL.Vis.setLabelFont ( Chem.Bond  bond,
Font  font 
)
Parameters
bond
font

◆ clearAtomColorTableParameter()

None CDPL.Vis.clearAtomColorTableParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomColorTableParameter()

bool CDPL.Vis.hasAtomColorTableParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomColorTableParameter()

ColorTable CDPL.Vis.getAtomColorTableParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomColorTableParameter()

None CDPL.Vis.setAtomColorTableParameter ( Base.ControlParameterContainer  cntnr,
ColorTable  colors 
)
Parameters
cntnr
colors

◆ clearReactionArrowStyleParameter()

None CDPL.Vis.clearReactionArrowStyleParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowStyleParameter()

bool CDPL.Vis.hasReactionArrowStyleParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowStyleParameter()

int CDPL.Vis.getReactionArrowStyleParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowStyleParameter()

None CDPL.Vis.setReactionArrowStyleParameter ( Base.ControlParameterContainer  cntnr,
int  style 
)
Parameters
cntnr
style

◆ clearBreakAtomHighlightAreaOutlineParameter()

None CDPL.Vis.clearBreakAtomHighlightAreaOutlineParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBreakAtomHighlightAreaOutlineParameter()

bool CDPL.Vis.hasBreakAtomHighlightAreaOutlineParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBreakAtomHighlightAreaOutlineParameter()

bool CDPL.Vis.getBreakAtomHighlightAreaOutlineParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBreakAtomHighlightAreaOutlineParameter()

None CDPL.Vis.setBreakAtomHighlightAreaOutlineParameter ( Base.ControlParameterContainer  cntnr,
bool  brk 
)
Parameters
cntnr
brk

◆ clearAtomHighlightAreaSizeParameter()

None CDPL.Vis.clearAtomHighlightAreaSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomHighlightAreaSizeParameter()

bool CDPL.Vis.hasAtomHighlightAreaSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomHighlightAreaSizeParameter()

SizeSpecification CDPL.Vis.getAtomHighlightAreaSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomHighlightAreaSizeParameter()

None CDPL.Vis.setAtomHighlightAreaSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearBondLabelSizeParameter()

None CDPL.Vis.clearBondLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLabelSizeParameter()

bool CDPL.Vis.hasBondLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLabelSizeParameter()

SizeSpecification CDPL.Vis.getBondLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLabelSizeParameter()

None CDPL.Vis.setBondLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearAtomLabelSizeParameter()

None CDPL.Vis.clearAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomLabelSizeParameter()

bool CDPL.Vis.hasAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomLabelSizeParameter()

SizeSpecification CDPL.Vis.getAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomLabelSizeParameter()

None CDPL.Vis.setAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearSecondaryAtomLabelSizeParameter()

None CDPL.Vis.clearSecondaryAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasSecondaryAtomLabelSizeParameter()

bool CDPL.Vis.hasSecondaryAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getSecondaryAtomLabelSizeParameter()

SizeSpecification CDPL.Vis.getSecondaryAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setSecondaryAtomLabelSizeParameter()

None CDPL.Vis.setSecondaryAtomLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearBondCustomLabelSizeParameter()

None CDPL.Vis.clearBondCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondCustomLabelSizeParameter()

bool CDPL.Vis.hasBondCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondCustomLabelSizeParameter()

SizeSpecification CDPL.Vis.getBondCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondCustomLabelSizeParameter()

None CDPL.Vis.setBondCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearAtomCustomLabelSizeParameter()

None CDPL.Vis.clearAtomCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomCustomLabelSizeParameter()

bool CDPL.Vis.hasAtomCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomCustomLabelSizeParameter()

SizeSpecification CDPL.Vis.getAtomCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomCustomLabelSizeParameter()

None CDPL.Vis.setAtomCustomLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearBondConfigurationLabelSizeParameter()

None CDPL.Vis.clearBondConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondConfigurationLabelSizeParameter()

bool CDPL.Vis.hasBondConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondConfigurationLabelSizeParameter()

SizeSpecification CDPL.Vis.getBondConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondConfigurationLabelSizeParameter()

None CDPL.Vis.setBondConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearAtomConfigurationLabelSizeParameter()

None CDPL.Vis.clearAtomConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomConfigurationLabelSizeParameter()

bool CDPL.Vis.hasAtomConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomConfigurationLabelSizeParameter()

SizeSpecification CDPL.Vis.getAtomConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomConfigurationLabelSizeParameter()

None CDPL.Vis.setAtomConfigurationLabelSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearReactionPlusSignSizeParameter()

None CDPL.Vis.clearReactionPlusSignSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionPlusSignSizeParameter()

bool CDPL.Vis.hasReactionPlusSignSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionPlusSignSizeParameter()

SizeSpecification CDPL.Vis.getReactionPlusSignSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionPlusSignSizeParameter()

None CDPL.Vis.setReactionPlusSignSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearRadicalElectronDotSizeParameter()

None CDPL.Vis.clearRadicalElectronDotSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasRadicalElectronDotSizeParameter()

bool CDPL.Vis.hasRadicalElectronDotSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getRadicalElectronDotSizeParameter()

SizeSpecification CDPL.Vis.getRadicalElectronDotSizeParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setRadicalElectronDotSizeParameter()

None CDPL.Vis.setRadicalElectronDotSizeParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  size 
)
Parameters
cntnr
size

◆ clearBondLineSpacingParameter()

None CDPL.Vis.clearBondLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLineSpacingParameter()

bool CDPL.Vis.hasBondLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLineSpacingParameter()

SizeSpecification CDPL.Vis.getBondLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLineSpacingParameter()

None CDPL.Vis.setBondLineSpacingParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  spacing 
)
Parameters
cntnr
spacing

◆ clearReactionCenterLineSpacingParameter()

None CDPL.Vis.clearReactionCenterLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionCenterLineSpacingParameter()

bool CDPL.Vis.hasReactionCenterLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionCenterLineSpacingParameter()

SizeSpecification CDPL.Vis.getReactionCenterLineSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionCenterLineSpacingParameter()

None CDPL.Vis.setReactionCenterLineSpacingParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  spacing 
)
Parameters
cntnr
spacing

◆ clearStereoBondHashSpacingParameter()

None CDPL.Vis.clearStereoBondHashSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasStereoBondHashSpacingParameter()

bool CDPL.Vis.hasStereoBondHashSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getStereoBondHashSpacingParameter()

SizeSpecification CDPL.Vis.getStereoBondHashSpacingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setStereoBondHashSpacingParameter()

None CDPL.Vis.setStereoBondHashSpacingParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  spacing 
)
Parameters
cntnr
spacing

◆ clearGridViewCellPaddingParameter()

None CDPL.Vis.clearGridViewCellPaddingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewCellPaddingParameter()

bool CDPL.Vis.hasGridViewCellPaddingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewCellPaddingParameter()

float CDPL.Vis.getGridViewCellPaddingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewCellPaddingParameter()

None CDPL.Vis.setGridViewCellPaddingParameter ( Base.ControlParameterContainer  cntnr,
float  padding 
)
Parameters
cntnr
padding

◆ clearEnableBondHighlightingParameter()

None CDPL.Vis.clearEnableBondHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasEnableBondHighlightingParameter()

bool CDPL.Vis.hasEnableBondHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getEnableBondHighlightingParameter()

bool CDPL.Vis.getEnableBondHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setEnableBondHighlightingParameter()

None CDPL.Vis.setEnableBondHighlightingParameter ( Base.ControlParameterContainer  cntnr,
bool  enable 
)
Parameters
cntnr
enable

◆ clearEnableAtomHighlightingParameter()

None CDPL.Vis.clearEnableAtomHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasEnableAtomHighlightingParameter()

bool CDPL.Vis.hasEnableAtomHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getEnableAtomHighlightingParameter()

bool CDPL.Vis.getEnableAtomHighlightingParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setEnableAtomHighlightingParameter()

None CDPL.Vis.setEnableAtomHighlightingParameter ( Base.ControlParameterContainer  cntnr,
bool  enable 
)
Parameters
cntnr
enable

◆ clearBondHighlightAreaBrushParameter()

None CDPL.Vis.clearBondHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondHighlightAreaBrushParameter()

bool CDPL.Vis.hasBondHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondHighlightAreaBrushParameter()

Brush CDPL.Vis.getBondHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondHighlightAreaBrushParameter()

None CDPL.Vis.setBondHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr,
Brush  brush 
)
Parameters
cntnr
brush

◆ clearAtomHighlightAreaBrushParameter()

None CDPL.Vis.clearAtomHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomHighlightAreaBrushParameter()

bool CDPL.Vis.hasAtomHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomHighlightAreaBrushParameter()

Brush CDPL.Vis.getAtomHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomHighlightAreaBrushParameter()

None CDPL.Vis.setAtomHighlightAreaBrushParameter ( Base.ControlParameterContainer  cntnr,
Brush  brush 
)
Parameters
cntnr
brush

◆ clearBackgroundBrushParameter()

None CDPL.Vis.clearBackgroundBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBackgroundBrushParameter()

bool CDPL.Vis.hasBackgroundBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBackgroundBrushParameter()

Brush CDPL.Vis.getBackgroundBrushParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBackgroundBrushParameter()

None CDPL.Vis.setBackgroundBrushParameter ( Base.ControlParameterContainer  cntnr,
Brush  brush 
)
Parameters
cntnr
brush

◆ clearBondHighlightAreaWidthParameter()

None CDPL.Vis.clearBondHighlightAreaWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondHighlightAreaWidthParameter()

bool CDPL.Vis.hasBondHighlightAreaWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondHighlightAreaWidthParameter()

SizeSpecification CDPL.Vis.getBondHighlightAreaWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondHighlightAreaWidthParameter()

None CDPL.Vis.setBondHighlightAreaWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearReactionArrowHeadWidthParameter()

None CDPL.Vis.clearReactionArrowHeadWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowHeadWidthParameter()

bool CDPL.Vis.hasReactionArrowHeadWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowHeadWidthParameter()

SizeSpecification CDPL.Vis.getReactionArrowHeadWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowHeadWidthParameter()

None CDPL.Vis.setReactionArrowHeadWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearStereoBondWedgeWidthParameter()

None CDPL.Vis.clearStereoBondWedgeWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasStereoBondWedgeWidthParameter()

bool CDPL.Vis.hasStereoBondWedgeWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getStereoBondWedgeWidthParameter()

SizeSpecification CDPL.Vis.getStereoBondWedgeWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setStereoBondWedgeWidthParameter()

None CDPL.Vis.setStereoBondWedgeWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearBondLineWidthParameter()

None CDPL.Vis.clearBondLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLineWidthParameter()

bool CDPL.Vis.hasBondLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLineWidthParameter()

SizeSpecification CDPL.Vis.getBondLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLineWidthParameter()

None CDPL.Vis.setBondLineWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearReactionPlusSignLineWidthParameter()

None CDPL.Vis.clearReactionPlusSignLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionPlusSignLineWidthParameter()

bool CDPL.Vis.hasReactionPlusSignLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionPlusSignLineWidthParameter()

SizeSpecification CDPL.Vis.getReactionPlusSignLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionPlusSignLineWidthParameter()

None CDPL.Vis.setReactionPlusSignLineWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearReactionArrowLineWidthParameter()

None CDPL.Vis.clearReactionArrowLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowLineWidthParameter()

bool CDPL.Vis.hasReactionArrowLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowLineWidthParameter()

SizeSpecification CDPL.Vis.getReactionArrowLineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowLineWidthParameter()

None CDPL.Vis.setReactionArrowLineWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearHighlightAreaOutlineWidthParameter()

None CDPL.Vis.clearHighlightAreaOutlineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasHighlightAreaOutlineWidthParameter()

bool CDPL.Vis.hasHighlightAreaOutlineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getHighlightAreaOutlineWidthParameter()

SizeSpecification CDPL.Vis.getHighlightAreaOutlineWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setHighlightAreaOutlineWidthParameter()

None CDPL.Vis.setHighlightAreaOutlineWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearReactionArrowShaftWidthParameter()

None CDPL.Vis.clearReactionArrowShaftWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowShaftWidthParameter()

bool CDPL.Vis.hasReactionArrowShaftWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowShaftWidthParameter()

SizeSpecification CDPL.Vis.getReactionArrowShaftWidthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowShaftWidthParameter()

None CDPL.Vis.setReactionArrowShaftWidthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  width 
)
Parameters
cntnr
width

◆ clearReactionArrowHeadLengthParameter()

None CDPL.Vis.clearReactionArrowHeadLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowHeadLengthParameter()

bool CDPL.Vis.hasReactionArrowHeadLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowHeadLengthParameter()

SizeSpecification CDPL.Vis.getReactionArrowHeadLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowHeadLengthParameter()

None CDPL.Vis.setReactionArrowHeadLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearBondLengthParameter()

None CDPL.Vis.clearBondLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLengthParameter()

bool CDPL.Vis.hasBondLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLengthParameter()

SizeSpecification CDPL.Vis.getBondLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLengthParameter()

None CDPL.Vis.setBondLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearReactionCenterLineLengthParameter()

None CDPL.Vis.clearReactionCenterLineLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionCenterLineLengthParameter()

bool CDPL.Vis.hasReactionCenterLineLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionCenterLineLengthParameter()

SizeSpecification CDPL.Vis.getReactionCenterLineLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionCenterLineLengthParameter()

None CDPL.Vis.setReactionCenterLineLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearDoubleBondTrimLengthParameter()

None CDPL.Vis.clearDoubleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasDoubleBondTrimLengthParameter()

bool CDPL.Vis.hasDoubleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getDoubleBondTrimLengthParameter()

SizeSpecification CDPL.Vis.getDoubleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setDoubleBondTrimLengthParameter()

None CDPL.Vis.setDoubleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearTripleBondTrimLengthParameter()

None CDPL.Vis.clearTripleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasTripleBondTrimLengthParameter()

bool CDPL.Vis.hasTripleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getTripleBondTrimLengthParameter()

SizeSpecification CDPL.Vis.getTripleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setTripleBondTrimLengthParameter()

None CDPL.Vis.setTripleBondTrimLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearReactionArrowLengthParameter()

None CDPL.Vis.clearReactionArrowLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowLengthParameter()

bool CDPL.Vis.hasReactionArrowLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowLengthParameter()

SizeSpecification CDPL.Vis.getReactionArrowLengthParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowLengthParameter()

None CDPL.Vis.setReactionArrowLengthParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  length 
)
Parameters
cntnr
length

◆ clearBondHighlightAreaOutlinePenParameter()

None CDPL.Vis.clearBondHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondHighlightAreaOutlinePenParameter()

bool CDPL.Vis.hasBondHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondHighlightAreaOutlinePenParameter()

Pen CDPL.Vis.getBondHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondHighlightAreaOutlinePenParameter()

None CDPL.Vis.setBondHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr,
Pen  pen 
)
Parameters
cntnr
pen

◆ clearAtomHighlightAreaOutlinePenParameter()

None CDPL.Vis.clearAtomHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomHighlightAreaOutlinePenParameter()

bool CDPL.Vis.hasAtomHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomHighlightAreaOutlinePenParameter()

Pen CDPL.Vis.getAtomHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomHighlightAreaOutlinePenParameter()

None CDPL.Vis.setAtomHighlightAreaOutlinePenParameter ( Base.ControlParameterContainer  cntnr,
Pen  pen 
)
Parameters
cntnr
pen

◆ clearGridViewBorderPenParameter()

None CDPL.Vis.clearGridViewBorderPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewBorderPenParameter()

bool CDPL.Vis.hasGridViewBorderPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewBorderPenParameter()

Pen CDPL.Vis.getGridViewBorderPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewBorderPenParameter()

None CDPL.Vis.setGridViewBorderPenParameter ( Base.ControlParameterContainer  cntnr,
Pen  pen 
)
Parameters
cntnr
pen

◆ clearGridViewColumnSeparatorPenParameter()

None CDPL.Vis.clearGridViewColumnSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewColumnSeparatorPenParameter()

bool CDPL.Vis.hasGridViewColumnSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewColumnSeparatorPenParameter()

Pen CDPL.Vis.getGridViewColumnSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewColumnSeparatorPenParameter()

None CDPL.Vis.setGridViewColumnSeparatorPenParameter ( Base.ControlParameterContainer  cntnr,
Pen  pen 
)
Parameters
cntnr
pen

◆ clearGridViewRowSeparatorPenParameter()

None CDPL.Vis.clearGridViewRowSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewRowSeparatorPenParameter()

bool CDPL.Vis.hasGridViewRowSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewRowSeparatorPenParameter()

Pen CDPL.Vis.getGridViewRowSeparatorPenParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewRowSeparatorPenParameter()

None CDPL.Vis.setGridViewRowSeparatorPenParameter ( Base.ControlParameterContainer  cntnr,
Pen  pen 
)
Parameters
cntnr
pen

◆ clearBondLabelMarginParameter()

None CDPL.Vis.clearBondLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLabelMarginParameter()

bool CDPL.Vis.hasBondLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLabelMarginParameter()

SizeSpecification CDPL.Vis.getBondLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLabelMarginParameter()

None CDPL.Vis.setBondLabelMarginParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  margin 
)
Parameters
cntnr
margin

◆ clearAtomLabelMarginParameter()

None CDPL.Vis.clearAtomLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomLabelMarginParameter()

bool CDPL.Vis.hasAtomLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomLabelMarginParameter()

SizeSpecification CDPL.Vis.getAtomLabelMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomLabelMarginParameter()

None CDPL.Vis.setAtomLabelMarginParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  margin 
)
Parameters
cntnr
margin

◆ clearReactionComponentMarginParameter()

None CDPL.Vis.clearReactionComponentMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionComponentMarginParameter()

bool CDPL.Vis.hasReactionComponentMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionComponentMarginParameter()

SizeSpecification CDPL.Vis.getReactionComponentMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionComponentMarginParameter()

None CDPL.Vis.setReactionComponentMarginParameter ( Base.ControlParameterContainer  cntnr,
SizeSpecification  margin 
)
Parameters
cntnr
margin

◆ clearGridViewMarginParameter()

None CDPL.Vis.clearGridViewMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewMarginParameter()

bool CDPL.Vis.hasGridViewMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewMarginParameter()

float CDPL.Vis.getGridViewMarginParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewMarginParameter()

None CDPL.Vis.setGridViewMarginParameter ( Base.ControlParameterContainer  cntnr,
float  margin 
)
Parameters
cntnr
margin

◆ clearReactionAgentLayoutDirectionParameter()

None CDPL.Vis.clearReactionAgentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionAgentLayoutDirectionParameter()

bool CDPL.Vis.hasReactionAgentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionAgentLayoutDirectionParameter()

int CDPL.Vis.getReactionAgentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionAgentLayoutDirectionParameter()

None CDPL.Vis.setReactionAgentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr,
int  dir 
)
Parameters
cntnr
dir

◆ clearReactionComponentLayoutDirectionParameter()

None CDPL.Vis.clearReactionComponentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionComponentLayoutDirectionParameter()

bool CDPL.Vis.hasReactionComponentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionComponentLayoutDirectionParameter()

int CDPL.Vis.getReactionComponentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionComponentLayoutDirectionParameter()

None CDPL.Vis.setReactionComponentLayoutDirectionParameter ( Base.ControlParameterContainer  cntnr,
int  dir 
)
Parameters
cntnr
dir

◆ clearBondColorParameter()

None CDPL.Vis.clearBondColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondColorParameter()

bool CDPL.Vis.hasBondColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondColorParameter()

Color CDPL.Vis.getBondColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondColorParameter()

None CDPL.Vis.setBondColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearBondCustomLabelColorParameter()

None CDPL.Vis.clearBondCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondCustomLabelColorParameter()

bool CDPL.Vis.hasBondCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondCustomLabelColorParameter()

Color CDPL.Vis.getBondCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondCustomLabelColorParameter()

None CDPL.Vis.setBondCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearAtomCustomLabelColorParameter()

None CDPL.Vis.clearAtomCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomCustomLabelColorParameter()

bool CDPL.Vis.hasAtomCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomCustomLabelColorParameter()

Color CDPL.Vis.getAtomCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomCustomLabelColorParameter()

None CDPL.Vis.setAtomCustomLabelColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearBondConfigurationLabelColorParameter()

None CDPL.Vis.clearBondConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondConfigurationLabelColorParameter()

bool CDPL.Vis.hasBondConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondConfigurationLabelColorParameter()

Color CDPL.Vis.getBondConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondConfigurationLabelColorParameter()

None CDPL.Vis.setBondConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearAtomConfigurationLabelColorParameter()

None CDPL.Vis.clearAtomConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomConfigurationLabelColorParameter()

bool CDPL.Vis.hasAtomConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomConfigurationLabelColorParameter()

Color CDPL.Vis.getAtomConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomConfigurationLabelColorParameter()

None CDPL.Vis.setAtomConfigurationLabelColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearAtomColorParameter()

None CDPL.Vis.clearAtomColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomColorParameter()

bool CDPL.Vis.hasAtomColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomColorParameter()

Color CDPL.Vis.getAtomColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomColorParameter()

None CDPL.Vis.setAtomColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearReactionPlusSignColorParameter()

None CDPL.Vis.clearReactionPlusSignColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionPlusSignColorParameter()

bool CDPL.Vis.hasReactionPlusSignColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionPlusSignColorParameter()

Color CDPL.Vis.getReactionPlusSignColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionPlusSignColorParameter()

None CDPL.Vis.setReactionPlusSignColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearGridViewTextColorParameter()

None CDPL.Vis.clearGridViewTextColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewTextColorParameter()

bool CDPL.Vis.hasGridViewTextColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewTextColorParameter()

Color CDPL.Vis.getGridViewTextColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewTextColorParameter()

None CDPL.Vis.setGridViewTextColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearReactionArrowColorParameter()

None CDPL.Vis.clearReactionArrowColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionArrowColorParameter()

bool CDPL.Vis.hasReactionArrowColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionArrowColorParameter()

Color CDPL.Vis.getReactionArrowColorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionArrowColorParameter()

None CDPL.Vis.setReactionArrowColorParameter ( Base.ControlParameterContainer  cntnr,
Color  color 
)
Parameters
cntnr
color

◆ clearOutputScalingFactorParameter()

None CDPL.Vis.clearOutputScalingFactorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasOutputScalingFactorParameter()

bool CDPL.Vis.hasOutputScalingFactorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getOutputScalingFactorParameter()

float CDPL.Vis.getOutputScalingFactorParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setOutputScalingFactorParameter()

None CDPL.Vis.setOutputScalingFactorParameter ( Base.ControlParameterContainer  cntnr,
float  factor 
)
Parameters
cntnr
factor

◆ clearShowStereoBondsParameter()

None CDPL.Vis.clearShowStereoBondsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowStereoBondsParameter()

bool CDPL.Vis.hasShowStereoBondsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowStereoBondsParameter()

bool CDPL.Vis.getShowStereoBondsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowStereoBondsParameter()

None CDPL.Vis.setShowStereoBondsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowChargesParameter()

None CDPL.Vis.clearShowChargesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowChargesParameter()

bool CDPL.Vis.hasShowChargesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowChargesParameter()

bool CDPL.Vis.getShowChargesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowChargesParameter()

None CDPL.Vis.setShowChargesParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowIsotopesParameter()

None CDPL.Vis.clearShowIsotopesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowIsotopesParameter()

bool CDPL.Vis.hasShowIsotopesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowIsotopesParameter()

bool CDPL.Vis.getShowIsotopesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowIsotopesParameter()

None CDPL.Vis.setShowIsotopesParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearUseCalculatedAtomCoordinatesParameter()

None CDPL.Vis.clearUseCalculatedAtomCoordinatesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasUseCalculatedAtomCoordinatesParameter()

bool CDPL.Vis.hasUseCalculatedAtomCoordinatesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getUseCalculatedAtomCoordinatesParameter()

bool CDPL.Vis.getUseCalculatedAtomCoordinatesParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setUseCalculatedAtomCoordinatesParameter()

None CDPL.Vis.setUseCalculatedAtomCoordinatesParameter ( Base.ControlParameterContainer  cntnr,
bool  use 
)
Parameters
cntnr
use

◆ clearShowBondCustomLabelsParameter()

None CDPL.Vis.clearShowBondCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowBondCustomLabelsParameter()

bool CDPL.Vis.hasShowBondCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowBondCustomLabelsParameter()

bool CDPL.Vis.getShowBondCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowBondCustomLabelsParameter()

None CDPL.Vis.setShowBondCustomLabelsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowAtomCustomLabelsParameter()

None CDPL.Vis.clearShowAtomCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowAtomCustomLabelsParameter()

bool CDPL.Vis.hasShowAtomCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowAtomCustomLabelsParameter()

bool CDPL.Vis.getShowAtomCustomLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowAtomCustomLabelsParameter()

None CDPL.Vis.setShowAtomCustomLabelsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowBondConfigurationLabelsParameter()

None CDPL.Vis.clearShowBondConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowBondConfigurationLabelsParameter()

bool CDPL.Vis.hasShowBondConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowBondConfigurationLabelsParameter()

bool CDPL.Vis.getShowBondConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowBondConfigurationLabelsParameter()

None CDPL.Vis.setShowBondConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowAtomConfigurationLabelsParameter()

None CDPL.Vis.clearShowAtomConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowAtomConfigurationLabelsParameter()

bool CDPL.Vis.hasShowAtomConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowAtomConfigurationLabelsParameter()

bool CDPL.Vis.getShowAtomConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowAtomConfigurationLabelsParameter()

None CDPL.Vis.setShowAtomConfigurationLabelsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowExplicitHydrogensParameter()

None CDPL.Vis.clearShowExplicitHydrogensParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowExplicitHydrogensParameter()

bool CDPL.Vis.hasShowExplicitHydrogensParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowExplicitHydrogensParameter()

bool CDPL.Vis.getShowExplicitHydrogensParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowExplicitHydrogensParameter()

None CDPL.Vis.setShowExplicitHydrogensParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowReactionPlusSignsParameter()

None CDPL.Vis.clearShowReactionPlusSignsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowReactionPlusSignsParameter()

bool CDPL.Vis.hasShowReactionPlusSignsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowReactionPlusSignsParameter()

bool CDPL.Vis.getShowReactionPlusSignsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowReactionPlusSignsParameter()

None CDPL.Vis.setShowReactionPlusSignsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowCarbonsParameter()

None CDPL.Vis.clearShowCarbonsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowCarbonsParameter()

bool CDPL.Vis.hasShowCarbonsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowCarbonsParameter()

bool CDPL.Vis.getShowCarbonsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowCarbonsParameter()

None CDPL.Vis.setShowCarbonsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowRadicalElectronsParameter()

None CDPL.Vis.clearShowRadicalElectronsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowRadicalElectronsParameter()

bool CDPL.Vis.hasShowRadicalElectronsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowRadicalElectronsParameter()

bool CDPL.Vis.getShowRadicalElectronsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowRadicalElectronsParameter()

None CDPL.Vis.setShowRadicalElectronsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowBondReactionInfosParameter()

None CDPL.Vis.clearShowBondReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowBondReactionInfosParameter()

bool CDPL.Vis.hasShowBondReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowBondReactionInfosParameter()

bool CDPL.Vis.getShowBondReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowBondReactionInfosParameter()

None CDPL.Vis.setShowBondReactionInfosParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowAtomReactionInfosParameter()

None CDPL.Vis.clearShowAtomReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowAtomReactionInfosParameter()

bool CDPL.Vis.hasShowAtomReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowAtomReactionInfosParameter()

bool CDPL.Vis.getShowAtomReactionInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowAtomReactionInfosParameter()

None CDPL.Vis.setShowAtomReactionInfosParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowBondQueryInfosParameter()

None CDPL.Vis.clearShowBondQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowBondQueryInfosParameter()

bool CDPL.Vis.hasShowBondQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowBondQueryInfosParameter()

bool CDPL.Vis.getShowBondQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowBondQueryInfosParameter()

None CDPL.Vis.setShowBondQueryInfosParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowAtomQueryInfosParameter()

None CDPL.Vis.clearShowAtomQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowAtomQueryInfosParameter()

bool CDPL.Vis.hasShowAtomQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowAtomQueryInfosParameter()

bool CDPL.Vis.getShowAtomQueryInfosParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowAtomQueryInfosParameter()

None CDPL.Vis.setShowAtomQueryInfosParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowReactionProductsParameter()

None CDPL.Vis.clearShowReactionProductsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowReactionProductsParameter()

bool CDPL.Vis.hasShowReactionProductsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowReactionProductsParameter()

bool CDPL.Vis.getShowReactionProductsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowReactionProductsParameter()

None CDPL.Vis.setShowReactionProductsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowReactionReactantsParameter()

None CDPL.Vis.clearShowReactionReactantsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowReactionReactantsParameter()

bool CDPL.Vis.hasShowReactionReactantsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowReactionReactantsParameter()

bool CDPL.Vis.getShowReactionReactantsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowReactionReactantsParameter()

None CDPL.Vis.setShowReactionReactantsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowReactionAgentsParameter()

None CDPL.Vis.clearShowReactionAgentsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowReactionAgentsParameter()

bool CDPL.Vis.hasShowReactionAgentsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowReactionAgentsParameter()

bool CDPL.Vis.getShowReactionAgentsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowReactionAgentsParameter()

None CDPL.Vis.setShowReactionAgentsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowNonCarbonHydrogenCountsParameter()

None CDPL.Vis.clearShowNonCarbonHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowNonCarbonHydrogenCountsParameter()

bool CDPL.Vis.hasShowNonCarbonHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowNonCarbonHydrogenCountsParameter()

bool CDPL.Vis.getShowNonCarbonHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowNonCarbonHydrogenCountsParameter()

None CDPL.Vis.setShowNonCarbonHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearShowHydrogenCountsParameter()

None CDPL.Vis.clearShowHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasShowHydrogenCountsParameter()

bool CDPL.Vis.hasShowHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getShowHydrogenCountsParameter()

bool CDPL.Vis.getShowHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setShowHydrogenCountsParameter()

None CDPL.Vis.setShowHydrogenCountsParameter ( Base.ControlParameterContainer  cntnr,
bool  show 
)
Parameters
cntnr
show

◆ clearAlignmentParameter()

None CDPL.Vis.clearAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAlignmentParameter()

bool CDPL.Vis.hasAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAlignmentParameter()

int CDPL.Vis.getAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAlignmentParameter()

None CDPL.Vis.setAlignmentParameter ( Base.ControlParameterContainer  cntnr,
int  alignment 
)
Parameters
cntnr
alignment

◆ clearReactionAgentAlignmentParameter()

None CDPL.Vis.clearReactionAgentAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionAgentAlignmentParameter()

bool CDPL.Vis.hasReactionAgentAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionAgentAlignmentParameter()

int CDPL.Vis.getReactionAgentAlignmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionAgentAlignmentParameter()

None CDPL.Vis.setReactionAgentAlignmentParameter ( Base.ControlParameterContainer  cntnr,
int  alignment 
)
Parameters
cntnr
alignment

◆ clearSizeAdjustmentParameter()

None CDPL.Vis.clearSizeAdjustmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasSizeAdjustmentParameter()

bool CDPL.Vis.hasSizeAdjustmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getSizeAdjustmentParameter()

int CDPL.Vis.getSizeAdjustmentParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setSizeAdjustmentParameter()

None CDPL.Vis.setSizeAdjustmentParameter ( Base.ControlParameterContainer  cntnr,
int  adjustment 
)
Parameters
cntnr
adjustment

◆ clearBondLabelFontParameter()

None CDPL.Vis.clearBondLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondLabelFontParameter()

bool CDPL.Vis.hasBondLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondLabelFontParameter()

Font CDPL.Vis.getBondLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondLabelFontParameter()

None CDPL.Vis.setBondLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearAtomLabelFontParameter()

None CDPL.Vis.clearAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomLabelFontParameter()

bool CDPL.Vis.hasAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomLabelFontParameter()

Font CDPL.Vis.getAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomLabelFontParameter()

None CDPL.Vis.setAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearSecondaryAtomLabelFontParameter()

None CDPL.Vis.clearSecondaryAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasSecondaryAtomLabelFontParameter()

bool CDPL.Vis.hasSecondaryAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getSecondaryAtomLabelFontParameter()

Font CDPL.Vis.getSecondaryAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setSecondaryAtomLabelFontParameter()

None CDPL.Vis.setSecondaryAtomLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearBondCustomLabelFontParameter()

None CDPL.Vis.clearBondCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondCustomLabelFontParameter()

bool CDPL.Vis.hasBondCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondCustomLabelFontParameter()

Font CDPL.Vis.getBondCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondCustomLabelFontParameter()

None CDPL.Vis.setBondCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearAtomCustomLabelFontParameter()

None CDPL.Vis.clearAtomCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomCustomLabelFontParameter()

bool CDPL.Vis.hasAtomCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomCustomLabelFontParameter()

Font CDPL.Vis.getAtomCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomCustomLabelFontParameter()

None CDPL.Vis.setAtomCustomLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearBondConfigurationLabelFontParameter()

None CDPL.Vis.clearBondConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasBondConfigurationLabelFontParameter()

bool CDPL.Vis.hasBondConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getBondConfigurationLabelFontParameter()

Font CDPL.Vis.getBondConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setBondConfigurationLabelFontParameter()

None CDPL.Vis.setBondConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearAtomConfigurationLabelFontParameter()

None CDPL.Vis.clearAtomConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasAtomConfigurationLabelFontParameter()

bool CDPL.Vis.hasAtomConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getAtomConfigurationLabelFontParameter()

Font CDPL.Vis.getAtomConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setAtomConfigurationLabelFontParameter()

None CDPL.Vis.setAtomConfigurationLabelFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearGridViewTextFontParameter()

None CDPL.Vis.clearGridViewTextFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasGridViewTextFontParameter()

bool CDPL.Vis.hasGridViewTextFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getGridViewTextFontParameter()

Font CDPL.Vis.getGridViewTextFontParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setGridViewTextFontParameter()

None CDPL.Vis.setGridViewTextFontParameter ( Base.ControlParameterContainer  cntnr,
Font  font 
)
Parameters
cntnr
font

◆ clearViewportParameter()

None CDPL.Vis.clearViewportParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasViewportParameter()

bool CDPL.Vis.hasViewportParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getViewportParameter()

Rectangle2D CDPL.Vis.getViewportParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setViewportParameter()

None CDPL.Vis.setViewportParameter ( Base.ControlParameterContainer  cntnr,
Rectangle2D  viewport 
)
Parameters
cntnr
viewport

◆ clearReactionAgentLayoutParameter()

None CDPL.Vis.clearReactionAgentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionAgentLayoutParameter()

bool CDPL.Vis.hasReactionAgentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionAgentLayoutParameter()

int CDPL.Vis.getReactionAgentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionAgentLayoutParameter()

None CDPL.Vis.setReactionAgentLayoutParameter ( Base.ControlParameterContainer  cntnr,
int  layout 
)
Parameters
cntnr
layout

◆ clearReactionComponentLayoutParameter()

None CDPL.Vis.clearReactionComponentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr

◆ hasReactionComponentLayoutParameter()

bool CDPL.Vis.hasReactionComponentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ getReactionComponentLayoutParameter()

int CDPL.Vis.getReactionComponentLayoutParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ setReactionComponentLayoutParameter()

None CDPL.Vis.setReactionComponentLayoutParameter ( Base.ControlParameterContainer  cntnr,
int  layout 
)
Parameters
cntnr
layout

◆ clearAtomColorTable()

None CDPL.Vis.clearAtomColorTable ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomColorTable()

bool CDPL.Vis.hasAtomColorTable ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomColorTable()

ColorTable CDPL.Vis.getAtomColorTable ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomColorTable()

None CDPL.Vis.setAtomColorTable ( Chem.MolecularGraph  molgraph,
ColorTable  colors 
)
Parameters
molgraph
colors

◆ clearAtomHighlightAreaSize()

None CDPL.Vis.clearAtomHighlightAreaSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomHighlightAreaSize()

bool CDPL.Vis.hasAtomHighlightAreaSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomHighlightAreaSize()

SizeSpecification CDPL.Vis.getAtomHighlightAreaSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomHighlightAreaSize()

None CDPL.Vis.setAtomHighlightAreaSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearBondLabelSize()

None CDPL.Vis.clearBondLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondLabelSize()

bool CDPL.Vis.hasBondLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondLabelSize()

SizeSpecification CDPL.Vis.getBondLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondLabelSize()

None CDPL.Vis.setBondLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearAtomLabelSize()

None CDPL.Vis.clearAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomLabelSize()

bool CDPL.Vis.hasAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomLabelSize()

SizeSpecification CDPL.Vis.getAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomLabelSize()

None CDPL.Vis.setAtomLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearSecondaryAtomLabelSize()

None CDPL.Vis.clearSecondaryAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasSecondaryAtomLabelSize()

bool CDPL.Vis.hasSecondaryAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getSecondaryAtomLabelSize()

SizeSpecification CDPL.Vis.getSecondaryAtomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setSecondaryAtomLabelSize()

None CDPL.Vis.setSecondaryAtomLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearBondCustomLabelSize()

None CDPL.Vis.clearBondCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondCustomLabelSize()

bool CDPL.Vis.hasBondCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondCustomLabelSize()

SizeSpecification CDPL.Vis.getBondCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondCustomLabelSize()

None CDPL.Vis.setBondCustomLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearAtomCustomLabelSize()

None CDPL.Vis.clearAtomCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomCustomLabelSize()

bool CDPL.Vis.hasAtomCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomCustomLabelSize()

SizeSpecification CDPL.Vis.getAtomCustomLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomCustomLabelSize()

None CDPL.Vis.setAtomCustomLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearBondConfigurationLabelSize()

None CDPL.Vis.clearBondConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondConfigurationLabelSize()

bool CDPL.Vis.hasBondConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondConfigurationLabelSize()

SizeSpecification CDPL.Vis.getBondConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondConfigurationLabelSize()

None CDPL.Vis.setBondConfigurationLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearAtomConfigurationLabelSize()

None CDPL.Vis.clearAtomConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomConfigurationLabelSize()

bool CDPL.Vis.hasAtomConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomConfigurationLabelSize()

SizeSpecification CDPL.Vis.getAtomConfigurationLabelSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomConfigurationLabelSize()

None CDPL.Vis.setAtomConfigurationLabelSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearRadicalElectronDotSize() [2/2]

None CDPL.Vis.clearRadicalElectronDotSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasRadicalElectronDotSize() [2/2]

bool CDPL.Vis.hasRadicalElectronDotSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getRadicalElectronDotSize() [2/2]

SizeSpecification CDPL.Vis.getRadicalElectronDotSize ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setRadicalElectronDotSize() [2/2]

None CDPL.Vis.setRadicalElectronDotSize ( Chem.MolecularGraph  molgraph,
SizeSpecification  size 
)
Parameters
molgraph
size

◆ clearBondLineSpacing()

None CDPL.Vis.clearBondLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondLineSpacing()

bool CDPL.Vis.hasBondLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondLineSpacing()

SizeSpecification CDPL.Vis.getBondLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondLineSpacing()

None CDPL.Vis.setBondLineSpacing ( Chem.MolecularGraph  molgraph,
SizeSpecification  spacing 
)
Parameters
molgraph
spacing

◆ clearReactionCenterLineSpacing() [2/2]

None CDPL.Vis.clearReactionCenterLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasReactionCenterLineSpacing() [2/2]

bool CDPL.Vis.hasReactionCenterLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getReactionCenterLineSpacing() [2/2]

SizeSpecification CDPL.Vis.getReactionCenterLineSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setReactionCenterLineSpacing() [2/2]

None CDPL.Vis.setReactionCenterLineSpacing ( Chem.MolecularGraph  molgraph,
SizeSpecification  spacing 
)
Parameters
molgraph
spacing

◆ clearStereoBondHashSpacing() [2/2]

None CDPL.Vis.clearStereoBondHashSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasStereoBondHashSpacing() [2/2]

bool CDPL.Vis.hasStereoBondHashSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getStereoBondHashSpacing() [2/2]

SizeSpecification CDPL.Vis.getStereoBondHashSpacing ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setStereoBondHashSpacing() [2/2]

None CDPL.Vis.setStereoBondHashSpacing ( Chem.MolecularGraph  molgraph,
SizeSpecification  spacing 
)
Parameters
molgraph
spacing

◆ clearBondHighlightAreaBrush()

None CDPL.Vis.clearBondHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondHighlightAreaBrush()

bool CDPL.Vis.hasBondHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondHighlightAreaBrush()

Brush CDPL.Vis.getBondHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondHighlightAreaBrush()

None CDPL.Vis.setBondHighlightAreaBrush ( Chem.MolecularGraph  molgraph,
Brush  brush 
)
Parameters
molgraph
brush

◆ clearAtomHighlightAreaBrush()

None CDPL.Vis.clearAtomHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomHighlightAreaBrush()

bool CDPL.Vis.hasAtomHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomHighlightAreaBrush()

Brush CDPL.Vis.getAtomHighlightAreaBrush ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomHighlightAreaBrush()

None CDPL.Vis.setAtomHighlightAreaBrush ( Chem.MolecularGraph  molgraph,
Brush  brush 
)
Parameters
molgraph
brush

◆ clearBondHighlightAreaWidth()

None CDPL.Vis.clearBondHighlightAreaWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondHighlightAreaWidth()

bool CDPL.Vis.hasBondHighlightAreaWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondHighlightAreaWidth()

SizeSpecification CDPL.Vis.getBondHighlightAreaWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondHighlightAreaWidth()

None CDPL.Vis.setBondHighlightAreaWidth ( Chem.MolecularGraph  molgraph,
SizeSpecification  width 
)
Parameters
molgraph
width

◆ clearStereoBondWedgeWidth() [2/2]

None CDPL.Vis.clearStereoBondWedgeWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasStereoBondWedgeWidth() [2/2]

bool CDPL.Vis.hasStereoBondWedgeWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getStereoBondWedgeWidth() [2/2]

SizeSpecification CDPL.Vis.getStereoBondWedgeWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setStereoBondWedgeWidth() [2/2]

None CDPL.Vis.setStereoBondWedgeWidth ( Chem.MolecularGraph  molgraph,
SizeSpecification  width 
)
Parameters
molgraph
width

◆ clearBondLineWidth()

None CDPL.Vis.clearBondLineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondLineWidth()

bool CDPL.Vis.hasBondLineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondLineWidth()

SizeSpecification CDPL.Vis.getBondLineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondLineWidth()

None CDPL.Vis.setBondLineWidth ( Chem.MolecularGraph  molgraph,
SizeSpecification  width 
)
Parameters
molgraph
width

◆ clearHighlightAreaOutlineWidth()

None CDPL.Vis.clearHighlightAreaOutlineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasHighlightAreaOutlineWidth()

bool CDPL.Vis.hasHighlightAreaOutlineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getHighlightAreaOutlineWidth()

SizeSpecification CDPL.Vis.getHighlightAreaOutlineWidth ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setHighlightAreaOutlineWidth()

None CDPL.Vis.setHighlightAreaOutlineWidth ( Chem.MolecularGraph  molgraph,
SizeSpecification  width 
)
Parameters
molgraph
width

◆ clearReactionCenterLineLength() [2/2]

None CDPL.Vis.clearReactionCenterLineLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasReactionCenterLineLength() [2/2]

bool CDPL.Vis.hasReactionCenterLineLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getReactionCenterLineLength() [2/2]

SizeSpecification CDPL.Vis.getReactionCenterLineLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setReactionCenterLineLength() [2/2]

None CDPL.Vis.setReactionCenterLineLength ( Chem.MolecularGraph  molgraph,
SizeSpecification  length 
)
Parameters
molgraph
length

◆ clearDoubleBondTrimLength() [2/2]

None CDPL.Vis.clearDoubleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasDoubleBondTrimLength() [2/2]

bool CDPL.Vis.hasDoubleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getDoubleBondTrimLength() [2/2]

SizeSpecification CDPL.Vis.getDoubleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setDoubleBondTrimLength() [2/2]

None CDPL.Vis.setDoubleBondTrimLength ( Chem.MolecularGraph  molgraph,
SizeSpecification  length 
)
Parameters
molgraph
length

◆ clearTripleBondTrimLength() [2/2]

None CDPL.Vis.clearTripleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasTripleBondTrimLength() [2/2]

bool CDPL.Vis.hasTripleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getTripleBondTrimLength() [2/2]

SizeSpecification CDPL.Vis.getTripleBondTrimLength ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setTripleBondTrimLength() [2/2]

None CDPL.Vis.setTripleBondTrimLength ( Chem.MolecularGraph  molgraph,
SizeSpecification  length 
)
Parameters
molgraph
length

◆ clearBondHighlightAreaOutlinePen()

None CDPL.Vis.clearBondHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondHighlightAreaOutlinePen()

bool CDPL.Vis.hasBondHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondHighlightAreaOutlinePen()

Pen CDPL.Vis.getBondHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondHighlightAreaOutlinePen()

None CDPL.Vis.setBondHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph,
Pen  pen 
)
Parameters
molgraph
pen

◆ clearAtomHighlightAreaOutlinePen()

None CDPL.Vis.clearAtomHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomHighlightAreaOutlinePen()

bool CDPL.Vis.hasAtomHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomHighlightAreaOutlinePen()

Pen CDPL.Vis.getAtomHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomHighlightAreaOutlinePen()

None CDPL.Vis.setAtomHighlightAreaOutlinePen ( Chem.MolecularGraph  molgraph,
Pen  pen 
)
Parameters
molgraph
pen

◆ clearBondLabelMargin()

None CDPL.Vis.clearBondLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondLabelMargin()

bool CDPL.Vis.hasBondLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondLabelMargin()

SizeSpecification CDPL.Vis.getBondLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondLabelMargin()

None CDPL.Vis.setBondLabelMargin ( Chem.MolecularGraph  molgraph,
SizeSpecification  margin 
)
Parameters
molgraph
margin

◆ clearAtomLabelMargin()

None CDPL.Vis.clearAtomLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomLabelMargin()

bool CDPL.Vis.hasAtomLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomLabelMargin()

SizeSpecification CDPL.Vis.getAtomLabelMargin ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomLabelMargin()

None CDPL.Vis.setAtomLabelMargin ( Chem.MolecularGraph  molgraph,
SizeSpecification  margin 
)
Parameters
molgraph
margin

◆ clearBondColor()

None CDPL.Vis.clearBondColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondColor()

bool CDPL.Vis.hasBondColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondColor()

Color CDPL.Vis.getBondColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondColor()

None CDPL.Vis.setBondColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearBondCustomLabelColor()

None CDPL.Vis.clearBondCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondCustomLabelColor()

bool CDPL.Vis.hasBondCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondCustomLabelColor()

Color CDPL.Vis.getBondCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondCustomLabelColor()

None CDPL.Vis.setBondCustomLabelColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearAtomCustomLabelColor()

None CDPL.Vis.clearAtomCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomCustomLabelColor()

bool CDPL.Vis.hasAtomCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomCustomLabelColor()

Color CDPL.Vis.getAtomCustomLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomCustomLabelColor()

None CDPL.Vis.setAtomCustomLabelColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearBondConfigurationLabelColor()

None CDPL.Vis.clearBondConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondConfigurationLabelColor()

bool CDPL.Vis.hasBondConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondConfigurationLabelColor()

Color CDPL.Vis.getBondConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondConfigurationLabelColor()

None CDPL.Vis.setBondConfigurationLabelColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearAtomConfigurationLabelColor()

None CDPL.Vis.clearAtomConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomConfigurationLabelColor()

bool CDPL.Vis.hasAtomConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomConfigurationLabelColor()

Color CDPL.Vis.getAtomConfigurationLabelColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomConfigurationLabelColor()

None CDPL.Vis.setAtomConfigurationLabelColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearAtomColor()

None CDPL.Vis.clearAtomColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomColor()

bool CDPL.Vis.hasAtomColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomColor()

Color CDPL.Vis.getAtomColor ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomColor()

None CDPL.Vis.setAtomColor ( Chem.MolecularGraph  molgraph,
Color  color 
)
Parameters
molgraph
color

◆ clearBondLabelFont()

None CDPL.Vis.clearBondLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondLabelFont()

bool CDPL.Vis.hasBondLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondLabelFont()

Font CDPL.Vis.getBondLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondLabelFont()

None CDPL.Vis.setBondLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearAtomLabelFont()

None CDPL.Vis.clearAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomLabelFont()

bool CDPL.Vis.hasAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomLabelFont()

Font CDPL.Vis.getAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomLabelFont()

None CDPL.Vis.setAtomLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearSecondaryAtomLabelFont()

None CDPL.Vis.clearSecondaryAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasSecondaryAtomLabelFont()

bool CDPL.Vis.hasSecondaryAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getSecondaryAtomLabelFont()

Font CDPL.Vis.getSecondaryAtomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setSecondaryAtomLabelFont()

None CDPL.Vis.setSecondaryAtomLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearBondCustomLabelFont()

None CDPL.Vis.clearBondCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondCustomLabelFont()

bool CDPL.Vis.hasBondCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondCustomLabelFont()

Font CDPL.Vis.getBondCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondCustomLabelFont()

None CDPL.Vis.setBondCustomLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearAtomCustomLabelFont()

None CDPL.Vis.clearAtomCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomCustomLabelFont()

bool CDPL.Vis.hasAtomCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomCustomLabelFont()

Font CDPL.Vis.getAtomCustomLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomCustomLabelFont()

None CDPL.Vis.setAtomCustomLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearBondConfigurationLabelFont()

None CDPL.Vis.clearBondConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasBondConfigurationLabelFont()

bool CDPL.Vis.hasBondConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getBondConfigurationLabelFont()

Font CDPL.Vis.getBondConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setBondConfigurationLabelFont()

None CDPL.Vis.setBondConfigurationLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearAtomConfigurationLabelFont()

None CDPL.Vis.clearAtomConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph

◆ hasAtomConfigurationLabelFont()

bool CDPL.Vis.hasAtomConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ getAtomConfigurationLabelFont()

Font CDPL.Vis.getAtomConfigurationLabelFont ( Chem.MolecularGraph  molgraph)
Parameters
molgraph
Returns

◆ setAtomConfigurationLabelFont()

None CDPL.Vis.setAtomConfigurationLabelFont ( Chem.MolecularGraph  molgraph,
Font  font 
)
Parameters
molgraph
font

◆ clearArrowStyle()

None CDPL.Vis.clearArrowStyle ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowStyle()

bool CDPL.Vis.hasArrowStyle ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowStyle()

int CDPL.Vis.getArrowStyle ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowStyle()

None CDPL.Vis.setArrowStyle ( Chem.Reaction  rxn,
int  style 
)
Parameters
rxn
style

◆ clearPlusSignSize()

None CDPL.Vis.clearPlusSignSize ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasPlusSignSize()

bool CDPL.Vis.hasPlusSignSize ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getPlusSignSize()

SizeSpecification CDPL.Vis.getPlusSignSize ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setPlusSignSize()

None CDPL.Vis.setPlusSignSize ( Chem.Reaction  rxn,
SizeSpecification  size 
)
Parameters
rxn
size

◆ clearArrowHeadWidth()

None CDPL.Vis.clearArrowHeadWidth ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowHeadWidth()

bool CDPL.Vis.hasArrowHeadWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowHeadWidth()

SizeSpecification CDPL.Vis.getArrowHeadWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowHeadWidth()

None CDPL.Vis.setArrowHeadWidth ( Chem.Reaction  rxn,
SizeSpecification  width 
)
Parameters
rxn
width

◆ clearPlusSignLineWidth()

None CDPL.Vis.clearPlusSignLineWidth ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasPlusSignLineWidth()

bool CDPL.Vis.hasPlusSignLineWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getPlusSignLineWidth()

SizeSpecification CDPL.Vis.getPlusSignLineWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setPlusSignLineWidth()

None CDPL.Vis.setPlusSignLineWidth ( Chem.Reaction  rxn,
SizeSpecification  width 
)
Parameters
rxn
width

◆ clearArrowLineWidth()

None CDPL.Vis.clearArrowLineWidth ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowLineWidth()

bool CDPL.Vis.hasArrowLineWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowLineWidth()

SizeSpecification CDPL.Vis.getArrowLineWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowLineWidth()

None CDPL.Vis.setArrowLineWidth ( Chem.Reaction  rxn,
SizeSpecification  width 
)
Parameters
rxn
width

◆ clearArrowShaftWidth()

None CDPL.Vis.clearArrowShaftWidth ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowShaftWidth()

bool CDPL.Vis.hasArrowShaftWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowShaftWidth()

SizeSpecification CDPL.Vis.getArrowShaftWidth ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowShaftWidth()

None CDPL.Vis.setArrowShaftWidth ( Chem.Reaction  rxn,
SizeSpecification  width 
)
Parameters
rxn
width

◆ clearArrowHeadLength()

None CDPL.Vis.clearArrowHeadLength ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowHeadLength()

bool CDPL.Vis.hasArrowHeadLength ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowHeadLength()

SizeSpecification CDPL.Vis.getArrowHeadLength ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowHeadLength()

None CDPL.Vis.setArrowHeadLength ( Chem.Reaction  rxn,
SizeSpecification  length 
)
Parameters
rxn
length

◆ clearArrowLength()

None CDPL.Vis.clearArrowLength ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowLength()

bool CDPL.Vis.hasArrowLength ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowLength()

SizeSpecification CDPL.Vis.getArrowLength ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowLength()

None CDPL.Vis.setArrowLength ( Chem.Reaction  rxn,
SizeSpecification  length 
)
Parameters
rxn
length

◆ clearComponentMargin()

None CDPL.Vis.clearComponentMargin ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasComponentMargin()

bool CDPL.Vis.hasComponentMargin ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getComponentMargin()

SizeSpecification CDPL.Vis.getComponentMargin ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setComponentMargin()

None CDPL.Vis.setComponentMargin ( Chem.Reaction  rxn,
SizeSpecification  margin 
)
Parameters
rxn
margin

◆ clearAgentLayoutDirection()

None CDPL.Vis.clearAgentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasAgentLayoutDirection()

bool CDPL.Vis.hasAgentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getAgentLayoutDirection()

int CDPL.Vis.getAgentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setAgentLayoutDirection()

None CDPL.Vis.setAgentLayoutDirection ( Chem.Reaction  rxn,
int  dir 
)
Parameters
rxn
dir

◆ clearComponentLayoutDirection()

None CDPL.Vis.clearComponentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasComponentLayoutDirection()

bool CDPL.Vis.hasComponentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getComponentLayoutDirection()

int CDPL.Vis.getComponentLayoutDirection ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setComponentLayoutDirection()

None CDPL.Vis.setComponentLayoutDirection ( Chem.Reaction  rxn,
int  dir 
)
Parameters
rxn
dir

◆ clearPlusSignColor()

None CDPL.Vis.clearPlusSignColor ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasPlusSignColor()

bool CDPL.Vis.hasPlusSignColor ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getPlusSignColor()

Color CDPL.Vis.getPlusSignColor ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setPlusSignColor()

None CDPL.Vis.setPlusSignColor ( Chem.Reaction  rxn,
Color  color 
)
Parameters
rxn
color

◆ clearArrowColor()

None CDPL.Vis.clearArrowColor ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasArrowColor()

bool CDPL.Vis.hasArrowColor ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getArrowColor()

Color CDPL.Vis.getArrowColor ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setArrowColor()

None CDPL.Vis.setArrowColor ( Chem.Reaction  rxn,
Color  color 
)
Parameters
rxn
color

◆ clearShowPlusSigns()

None CDPL.Vis.clearShowPlusSigns ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasShowPlusSigns()

bool CDPL.Vis.hasShowPlusSigns ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getShowPlusSigns()

bool CDPL.Vis.getShowPlusSigns ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setShowPlusSigns()

None CDPL.Vis.setShowPlusSigns ( Chem.Reaction  rxn,
bool  show 
)
Parameters
rxn
show

◆ clearShowProducts()

None CDPL.Vis.clearShowProducts ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasShowProducts()

bool CDPL.Vis.hasShowProducts ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getShowProducts()

bool CDPL.Vis.getShowProducts ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setShowProducts()

None CDPL.Vis.setShowProducts ( Chem.Reaction  rxn,
bool  show 
)
Parameters
rxn
show

◆ clearShowReactants()

None CDPL.Vis.clearShowReactants ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasShowReactants()

bool CDPL.Vis.hasShowReactants ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getShowReactants()

bool CDPL.Vis.getShowReactants ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setShowReactants()

None CDPL.Vis.setShowReactants ( Chem.Reaction  rxn,
bool  show 
)
Parameters
rxn
show

◆ clearShowAgents()

None CDPL.Vis.clearShowAgents ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasShowAgents()

bool CDPL.Vis.hasShowAgents ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getShowAgents()

bool CDPL.Vis.getShowAgents ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setShowAgents()

None CDPL.Vis.setShowAgents ( Chem.Reaction  rxn,
bool  show 
)
Parameters
rxn
show

◆ clearAgentAlignment()

None CDPL.Vis.clearAgentAlignment ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasAgentAlignment()

bool CDPL.Vis.hasAgentAlignment ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getAgentAlignment()

int CDPL.Vis.getAgentAlignment ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setAgentAlignment()

None CDPL.Vis.setAgentAlignment ( Chem.Reaction  rxn,
int  show 
)
Parameters
rxn
show

◆ clearAgentLayout()

None CDPL.Vis.clearAgentLayout ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasAgentLayout()

bool CDPL.Vis.hasAgentLayout ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getAgentLayout()

int CDPL.Vis.getAgentLayout ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setAgentLayout()

None CDPL.Vis.setAgentLayout ( Chem.Reaction  rxn,
int  show 
)
Parameters
rxn
show

◆ clearComponentLayout()

None CDPL.Vis.clearComponentLayout ( Chem.Reaction  rxn)
Parameters
rxn

◆ hasComponentLayout()

bool CDPL.Vis.hasComponentLayout ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ getComponentLayout()

int CDPL.Vis.getComponentLayout ( Chem.Reaction  rxn)
Parameters
rxn
Returns

◆ setComponentLayout()

None CDPL.Vis.setComponentLayout ( Chem.Reaction  rxn,
int  layout 
)
Parameters
rxn
layout