Chemical Data Processing Library Python API - Version 1.1.1
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  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  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  Pen
 Specifies how to draw lines and outlines of shapes. 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  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  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  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  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  StructureView2D
 Implements the 2D visualization of chemical structures. 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  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 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 clearLabelMargin (Chem.Atom atom)
 
bool hasLabelMargin (Chem.Atom atom)
 
SizeSpecification getLabelMargin (Chem.Atom atom)
 
None setLabelMargin (Chem.Atom atom, SizeSpecification margin)
 
None clearColor (Chem.Atom atom)
 
bool hasColor (Chem.Atom atom)
 
Color getColor (Chem.Atom atom)
 
None setColor (Chem.Atom atom, Color color)
 
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 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 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 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 clearLabelMargin (Chem.Bond bond)
 
bool hasLabelMargin (Chem.Bond bond)
 
SizeSpecification getLabelMargin (Chem.Bond bond)
 
None setLabelMargin (Chem.Bond bond, SizeSpecification margin)
 
None clearColor (Chem.Bond bond)
 
bool hasColor (Chem.Bond bond)
 
Color getColor (Chem.Bond bond)
 
None setColor (Chem.Bond bond, Color color)
 
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 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 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 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 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 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 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 clearBackgroundColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasBackgroundColorParameter (Base.ControlParameterContainer cntnr)
 
Color getBackgroundColorParameter (Base.ControlParameterContainer cntnr)
 
None setBackgroundColorParameter (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 clearReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
bool hasReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
Color getReactionArrowColorParameter (Base.ControlParameterContainer cntnr)
 
None setReactionArrowColorParameter (Base.ControlParameterContainer cntnr, Color color)
 
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 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 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 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 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 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 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 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 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 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 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ clearBackgroundColorParameter()

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

◆ hasBackgroundColorParameter()

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

◆ getBackgroundColorParameter()

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

◆ setBackgroundColorParameter()

None CDPL.Vis.setBackgroundColorParameter ( 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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

◆ 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