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

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

Packages

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

Classes

class  Alignment
 Provides flags that are used to specify the 2D alignment of graphical objects within a bounded rectangular area. More...
 
class  ArrowStyle
 Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions. More...
 
class  AtomProperty
 Provides keys for built-in Chem.Atom properties. More...
 
class  AtomPropertyDefault
 Provides default values for built-in Chem.Atom properties. More...
 
class  BondProperty
 Provides keys for built-in Chem.Bond properties. More...
 
class  BondPropertyDefault
 Provides default values for built-in Chem.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  CompoundObject3DReader
 
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  DefaultAtomColorTable
 Provides default colors for the element dependent coloring of atom labels in 2D depictions of chemical structures. More...
 
class  DefaultFeatureColorTable
 Provides default colors for the type dependent coloring of chemical features in 3D visualizations of pharmacophores. More...
 
class  EllipsePrimitive2D
 A graphics primitive representing a ellipse. More...
 
class  FeatureContainerObject3DFactory
 Class implementing the creation of Vis.Object3D instances providing a 3D representation of Pharm.FeatureContainer data objects for visualization purposes. More...
 
class  FeatureContainerObject3DFactoryBase
 
class  FilePDFMolecularGraphWriter
 
class  FilePDFReactionWriter
 
class  FilePLYFeatureContainerWriter
 
class  FilePLYObject3DWriter
 
class  FilePNGMolecularGraphWriter
 
class  FilePNGReactionWriter
 
class  FilePSMolecularGraphWriter
 
class  FilePSReactionWriter
 
class  FileR3DFeatureContainerWriter
 
class  FileR3DObject3DWriter
 
class  FileSTLFeatureContainerWriter
 
class  FileSTLObject3DWriter
 
class  FileSVGMolecularGraphWriter
 
class  FileSVGReactionWriter
 
class  FileVRMLFeatureContainerWriter
 
class  FileVRMLObject3DWriter
 
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  IcosahedronMesh3D
 A pre-defined triangle mesh providing the vertices and faces of a regular icosahedron. 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  Material
 Defines material properties of Vis.Object3D instances. 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  Object3D
 Object3D. More...
 
class  Object3DInputHandler
 
class  Object3DOutputHandler
 
class  Object3DProperty
 Provides keys for built-in Vis.Object3D properties. More...
 
class  Object3DPropertyDefault
 Provides default values for built-in Vis.Object3D properties. More...
 
class  Object3DReader
 Reader for Vis.Object3D data in any supported format. More...
 
class  Object3DReaderBase
 
class  Object3DWriter
 Writer for Vis.Object3D data in any supported format. More...
 
class  Object3DWriterBase
 
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  PLYFeatureContainerOutputHandler
 A handler for the output of Pharm.FeatureContainer instances in the Polygon File Format [PLYFMT]. More...
 
class  PLYFeatureContainerWriter
 Outputs 3D visualization data of Pharm.FeatureContainer instances in the Polygon File Format [PLYFMT]. More...
 
class  PLYObject3DOutputHandler
 A handler for the output of Vis.Object3D instances in the Polygon File Format [PLYFMT]. More...
 
class  PLYObject3DWriter
 Outputs 3D visualization data represented by Vis.Object3D instances in the Polygon File Format [PLYFMT]. More...
 
class  PNGMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGReactionWriter
 Creates 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PSMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the PostScript (PS) [WPS] format. More...
 
class  PSMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the PostScript (PS) [WPS] format. More...
 
class  PSReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
class  PSReactionWriter
 Creates 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
class  Path2D
 Provides a container for painting operations, enabling arbitrary graphical shapes to be constructed and reused. More...
 
class  Path2DConverter
 Provides an interface for classes that implement the conversion of Vis.Path2D objects into rendering backend specific path descriptions or drawing operations. More...
 
class  PathPrimitive2D
 A graphics primitive representing an arbitrary path in 2D space. More...
 
class  Pen
 Specifies how to draw lines and outlines of shapes. More...
 
class  PointArray2D
 Stores a set of points in 2D space. More...
 
class  PointListPrimitive2D
 A graphics primitive representing a list of points. More...
 
class  PolygonPrimitive2D
 A graphics primitive representing a polygon. More...
 
class  PolylinePrimitive2D
 A graphics primitive representing a set of connected line segments. More...
 
class  R3DFeatureContainerOutputHandler
 A handler for the output of Pharm.FeatureContainer instances in the Raster3D [R3DFMT] format. More...
 
class  R3DFeatureContainerWriter
 Outputs 3D visualization data of Pharm.FeatureContainer instances in the Raster3D [R3DFMT] format. More...
 
class  R3DObject3DOutputHandler
 A handler for the output of Vis.Object3D instances in the Raster3D [R3DFMT] format. More...
 
class  R3DObject3DWriter
 Outputs 3D visualization data represented by Vis.Object3D instances in the Raster3D [R3DFMT] format. More...
 
class  ReactionProperty
 Provides keys for built-in Chem.Reaction properties. More...
 
class  ReactionPropertyDefault
 Provides default values for built-in Chem.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  RightFrustumMesh3D
 A pre-defined triangle mesh providing the vertices and faces of a right frustum specified by the contructor arguments. More...
 
class  STLFeatureContainerOutputHandler
 A handler for the output of Pharm.FeatureContainer instances in the STL [STLFMT] format. More...
 
class  STLFeatureContainerWriter
 Outputs 3D visualization data of Pharm.FeatureContainer instances in the STL [STLFMT] format. More...
 
class  STLObject3DOutputHandler
 A handler for the output of Vis.Object3D instances in the STL [STLFMT] format. More...
 
class  STLObject3DWriter
 Outputs 3D visualization data represented by Vis.Object3D instances in the STL [STLFMT] format. 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  Shape3D
 The abstract base of all classes describing the geometric shape of 3D objects. More...
 
class  Shape3DVisitor
 The base of all Vis.Shape3D visitor implementations [VPTN]. More...
 
class  SizeAdjustment
 Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area. More...
 
class  SizeSpecification
 Specifies the value and type of a size attribute and defines how the value may change during processing steps. More...
 
class  StructureGridView2D
 Implements the 2D visualization of multiple chemical structures arranged in a grid. More...
 
class  StructureView2D
 Implements the 2D visualization of chemical structures. More...
 
class  TextBlockPrimitive2D
 A graphics primitive representing a block of styled text. More...
 
class  TextLabelPrimitive2D
 A graphics primitive representing a text label. More...
 
class  TorusMesh3D
 A pre-defined triangle mesh providing the vertices and faces of a torus specified by the contructor arguments. More...
 
class  TriangleMesh3D
 Data structure for describing the geometric shape of 3D objects by means of a triangle mesh. More...
 
class  VRMLFeatureContainerOutputHandler
 A handler for the output of Pharm.FeatureContainer instances in the VRML [VRML97] format. More...
 
class  VRMLFeatureContainerWriter
 Outputs 3D visualization data of Pharm.FeatureContainer instances in the VRML [VRML97] format. More...
 
class  VRMLObject3DOutputHandler
 A handler for the output of Vis.Object3D instances in the VRML [VRML97] format. More...
 
class  VRMLObject3DWriter
 Outputs 3D visualization data represented by Vis.Object3D instances in the VRML [VRML97] format. More...
 
class  View2D
 The abstract base of classes implementing the 2D visualization of data objects. More...
 

Functions

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

Detailed Description

Contains classes and functions related to data visualization.

Function Documentation

◆ setAgentAlignment()

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

◆ hasAgentAlignment()

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

◆ getAgentAlignment()

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

◆ clearAgentAlignment()

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

◆ setAgentLayoutDirection()

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

◆ hasAgentLayoutDirection()

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

◆ getAgentLayoutDirection()

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

◆ clearAgentLayoutDirection()

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

◆ setAgentLayout()

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

◆ hasAgentLayout()

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

◆ getAgentLayout()

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

◆ clearAgentLayout()

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

◆ setArrowColor()

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

◆ hasArrowColor()

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

◆ getArrowColor()

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

◆ clearArrowColor()

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

◆ setArrowHeadLength()

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

◆ hasArrowHeadLength()

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

◆ getArrowHeadLength()

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

◆ clearArrowHeadLength()

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

◆ setArrowHeadWidth()

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

◆ hasArrowHeadWidth()

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

◆ getArrowHeadWidth()

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

◆ clearArrowHeadWidth()

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

◆ setArrowLength()

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

◆ hasArrowLength()

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

◆ getArrowLength()

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

◆ clearArrowLength()

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

◆ setArrowLineWidth()

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

◆ hasArrowLineWidth()

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

◆ getArrowLineWidth()

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

◆ clearArrowLineWidth()

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

◆ setArrowShaftWidth()

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

◆ hasArrowShaftWidth()

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

◆ getArrowShaftWidth()

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

◆ clearArrowShaftWidth()

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

◆ setArrowStyle()

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

◆ hasArrowStyle()

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

◆ getArrowStyle()

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

◆ clearArrowStyle()

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

◆ setAtomColor()

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

◆ hasAtomColor()

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

◆ getAtomColor()

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

◆ clearAtomColor()

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

◆ setAtomColorTable()

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

◆ hasAtomColorTable()

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

◆ getAtomColorTable()

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

◆ clearAtomColorTable()

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

◆ setAtomConfigurationLabelColor()

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

◆ hasAtomConfigurationLabelColor()

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

◆ getAtomConfigurationLabelColor()

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

◆ clearAtomConfigurationLabelColor()

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

◆ setAtomConfigurationLabelFont()

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

◆ hasAtomConfigurationLabelFont()

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

◆ getAtomConfigurationLabelFont()

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

◆ clearAtomConfigurationLabelFont()

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

◆ setAtomConfigurationLabelSize()

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

◆ hasAtomConfigurationLabelSize()

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

◆ getAtomConfigurationLabelSize()

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

◆ clearAtomConfigurationLabelSize()

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

◆ setAtomCustomLabelColor()

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

◆ hasAtomCustomLabelColor()

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

◆ getAtomCustomLabelColor()

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

◆ clearAtomCustomLabelColor()

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

◆ setAtomCustomLabelFont()

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

◆ hasAtomCustomLabelFont()

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

◆ getAtomCustomLabelFont()

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

◆ clearAtomCustomLabelFont()

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

◆ setAtomCustomLabelSize()

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

◆ hasAtomCustomLabelSize()

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

◆ getAtomCustomLabelSize()

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

◆ clearAtomCustomLabelSize()

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

◆ setAtomHighlightAreaBrush()

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

◆ hasAtomHighlightAreaBrush()

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

◆ getAtomHighlightAreaBrush()

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

◆ clearAtomHighlightAreaBrush()

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

◆ setAtomHighlightAreaOutlinePen()

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

◆ hasAtomHighlightAreaOutlinePen()

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

◆ getAtomHighlightAreaOutlinePen()

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

◆ clearAtomHighlightAreaOutlinePen()

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

◆ setAtomHighlightAreaSize()

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

◆ hasAtomHighlightAreaSize()

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

◆ getAtomHighlightAreaSize()

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

◆ clearAtomHighlightAreaSize()

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

◆ setAtomLabelFont()

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

◆ hasAtomLabelFont()

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

◆ getAtomLabelFont()

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

◆ clearAtomLabelFont()

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

◆ setAtomLabelMargin()

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

◆ hasAtomLabelMargin()

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

◆ getAtomLabelMargin()

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

◆ clearAtomLabelMargin()

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

◆ setAtomLabelSize()

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

◆ hasAtomLabelSize()

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

◆ getAtomLabelSize()

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

◆ clearAtomLabelSize()

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

◆ setBondColor()

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

◆ hasBondColor()

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

◆ getBondColor()

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

◆ clearBondColor()

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

◆ setBondConfigurationLabelColor()

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

◆ hasBondConfigurationLabelColor()

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

◆ getBondConfigurationLabelColor()

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

◆ clearBondConfigurationLabelColor()

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

◆ setBondConfigurationLabelFont()

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

◆ hasBondConfigurationLabelFont()

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

◆ getBondConfigurationLabelFont()

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

◆ clearBondConfigurationLabelFont()

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

◆ setBondConfigurationLabelSize()

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

◆ hasBondConfigurationLabelSize()

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

◆ getBondConfigurationLabelSize()

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

◆ clearBondConfigurationLabelSize()

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

◆ setBondCustomLabelColor()

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

◆ hasBondCustomLabelColor()

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

◆ getBondCustomLabelColor()

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

◆ clearBondCustomLabelColor()

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

◆ setBondCustomLabelFont()

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

◆ hasBondCustomLabelFont()

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

◆ getBondCustomLabelFont()

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

◆ clearBondCustomLabelFont()

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

◆ setBondCustomLabelSize()

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

◆ hasBondCustomLabelSize()

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

◆ getBondCustomLabelSize()

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

◆ clearBondCustomLabelSize()

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

◆ setBondHighlightAreaBrush()

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

◆ hasBondHighlightAreaBrush()

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

◆ getBondHighlightAreaBrush()

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

◆ clearBondHighlightAreaBrush()

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

◆ setBondHighlightAreaOutlinePen()

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

◆ hasBondHighlightAreaOutlinePen()

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

◆ getBondHighlightAreaOutlinePen()

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

◆ clearBondHighlightAreaOutlinePen()

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

◆ setBondHighlightAreaWidth()

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

◆ hasBondHighlightAreaWidth()

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

◆ getBondHighlightAreaWidth()

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

◆ clearBondHighlightAreaWidth()

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

◆ setBondLabelFont()

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

◆ hasBondLabelFont()

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

◆ getBondLabelFont()

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

◆ clearBondLabelFont()

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

◆ setBondLabelMargin()

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

◆ hasBondLabelMargin()

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

◆ getBondLabelMargin()

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

◆ clearBondLabelMargin()

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

◆ setBondLabelSize()

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

◆ hasBondLabelSize()

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

◆ getBondLabelSize()

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

◆ clearBondLabelSize()

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

◆ setBondLineSpacing()

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

◆ hasBondLineSpacing()

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

◆ getBondLineSpacing()

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

◆ clearBondLineSpacing()

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

◆ setBondLineWidth()

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

◆ hasBondLineWidth()

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

◆ getBondLineWidth()

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

◆ clearBondLineWidth()

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

◆ setColor() [1/2]

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

◆ 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

◆ clearColor() [1/2]

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

◆ setColor() [2/2]

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

◆ 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

◆ clearColor() [2/2]

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

◆ setComponentLayoutDirection()

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

◆ hasComponentLayoutDirection()

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

◆ getComponentLayoutDirection()

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

◆ clearComponentLayoutDirection()

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

◆ setComponentLayout()

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

◆ hasComponentLayout()

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

◆ getComponentLayout()

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

◆ clearComponentLayout()

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

◆ setComponentMargin()

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

◆ hasComponentMargin()

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

◆ getComponentMargin()

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

◆ clearComponentMargin()

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

◆ setConfigurationLabelColor() [1/2]

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

◆ hasConfigurationLabelColor() [1/2]

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

◆ getConfigurationLabelColor() [1/2]

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

◆ clearConfigurationLabelColor() [1/2]

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

◆ setConfigurationLabelColor() [2/2]

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

◆ hasConfigurationLabelColor() [2/2]

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

◆ getConfigurationLabelColor() [2/2]

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

◆ clearConfigurationLabelColor() [2/2]

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

◆ setConfigurationLabelFont() [1/2]

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

◆ 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

◆ clearConfigurationLabelFont() [1/2]

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

◆ setConfigurationLabelFont() [2/2]

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

◆ 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

◆ clearConfigurationLabelFont() [2/2]

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

◆ setConfigurationLabelSize() [1/2]

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

◆ 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

◆ clearConfigurationLabelSize() [1/2]

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

◆ setConfigurationLabelSize() [2/2]

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

◆ 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

◆ clearConfigurationLabelSize() [2/2]

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

◆ setCustomLabel() [1/2]

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

◆ hasCustomLabel() [1/2]

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

◆ getCustomLabel() [1/2]

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

◆ clearCustomLabel() [1/2]

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

◆ setCustomLabel() [2/2]

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

◆ hasCustomLabel() [2/2]

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

◆ getCustomLabel() [2/2]

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

◆ clearCustomLabel() [2/2]

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

◆ setCustomLabelColor() [1/2]

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

◆ hasCustomLabelColor() [1/2]

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

◆ getCustomLabelColor() [1/2]

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

◆ clearCustomLabelColor() [1/2]

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

◆ setCustomLabelColor() [2/2]

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

◆ hasCustomLabelColor() [2/2]

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

◆ getCustomLabelColor() [2/2]

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

◆ clearCustomLabelColor() [2/2]

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

◆ setCustomLabelFont() [1/2]

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

◆ hasCustomLabelFont() [1/2]

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

◆ getCustomLabelFont() [1/2]

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

◆ clearCustomLabelFont() [1/2]

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

◆ setCustomLabelFont() [2/2]

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

◆ hasCustomLabelFont() [2/2]

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

◆ getCustomLabelFont() [2/2]

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

◆ clearCustomLabelFont() [2/2]

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

◆ setCustomLabelSize() [1/2]

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

◆ hasCustomLabelSize() [1/2]

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

◆ getCustomLabelSize() [1/2]

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

◆ clearCustomLabelSize() [1/2]

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

◆ setCustomLabelSize() [2/2]

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

◆ hasCustomLabelSize() [2/2]

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

◆ getCustomLabelSize() [2/2]

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

◆ clearCustomLabelSize() [2/2]

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

◆ setDoubleBondTrimLength() [1/2]

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

◆ 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

◆ clearDoubleBondTrimLength() [1/2]

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

◆ setDoubleBondTrimLength() [2/2]

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

◆ 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

◆ clearDoubleBondTrimLength() [2/2]

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

◆ setHighlightAreaBrush() [1/2]

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

◆ hasHighlightAreaBrush() [1/2]

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

◆ getHighlightAreaBrush() [1/2]

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

◆ clearHighlightAreaBrush() [1/2]

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

◆ setHighlightAreaBrush() [2/2]

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

◆ hasHighlightAreaBrush() [2/2]

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

◆ getHighlightAreaBrush() [2/2]

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

◆ clearHighlightAreaBrush() [2/2]

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

◆ setHighlightAreaOutlinePen() [1/2]

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

◆ hasHighlightAreaOutlinePen() [1/2]

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

◆ getHighlightAreaOutlinePen() [1/2]

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

◆ clearHighlightAreaOutlinePen() [1/2]

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

◆ setHighlightAreaOutlinePen() [2/2]

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

◆ hasHighlightAreaOutlinePen() [2/2]

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

◆ getHighlightAreaOutlinePen() [2/2]

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

◆ clearHighlightAreaOutlinePen() [2/2]

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

◆ setHighlightAreaOutlineWidth()

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

◆ hasHighlightAreaOutlineWidth()

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

◆ getHighlightAreaOutlineWidth()

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

◆ clearHighlightAreaOutlineWidth()

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

◆ setHighlightedFlag() [1/2]

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

◆ hasHighlightedFlag() [1/2]

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

◆ getHighlightedFlag() [1/2]

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

◆ clearHighlightedFlag() [1/2]

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

◆ setHighlightedFlag() [2/2]

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

◆ hasHighlightedFlag() [2/2]

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

◆ getHighlightedFlag() [2/2]

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

◆ clearHighlightedFlag() [2/2]

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

◆ setLabelFont() [1/2]

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

◆ 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

◆ clearLabelFont() [1/2]

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

◆ setLabelFont() [2/2]

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

◆ 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

◆ clearLabelFont() [2/2]

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

◆ setLabelMargin() [1/2]

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

◆ 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

◆ clearLabelMargin() [1/2]

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

◆ setLabelMargin() [2/2]

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

◆ 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

◆ clearLabelMargin() [2/2]

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

◆ setLabelSize() [1/2]

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

◆ 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

◆ clearLabelSize() [1/2]

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

◆ setLabelSize() [2/2]

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

◆ 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

◆ clearLabelSize() [2/2]

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

◆ setLineSpacing()

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

◆ clearLineSpacing()

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

◆ setLineWidth()

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

◆ hasLineWidth()

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

◆ getLineWidth()

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

◆ clearLineWidth()

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

◆ setMaterial()

None CDPL.Vis.setMaterial ( Object3D  obj,
Material  material 
)
Parameters
obj
material

◆ hasMaterial()

bool CDPL.Vis.hasMaterial ( Object3D  obj)
Parameters
obj
Returns

◆ getMaterial()

Material CDPL.Vis.getMaterial ( Object3D  obj)
Parameters
obj
Returns

◆ clearMaterial()

None CDPL.Vis.clearMaterial ( Object3D  obj)
Parameters
obj

◆ setPlusSignColor()

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

◆ hasPlusSignColor()

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

◆ getPlusSignColor()

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

◆ clearPlusSignColor()

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

◆ setPlusSignLineWidth()

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

◆ hasPlusSignLineWidth()

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

◆ getPlusSignLineWidth()

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

◆ clearPlusSignLineWidth()

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

◆ setPlusSignSize()

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

◆ hasPlusSignSize()

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

◆ getPlusSignSize()

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

◆ clearPlusSignSize()

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

◆ setRadicalElectronDotSize() [1/2]

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

◆ 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

◆ clearRadicalElectronDotSize() [1/2]

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

◆ setRadicalElectronDotSize() [2/2]

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

◆ 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

◆ clearRadicalElectronDotSize() [2/2]

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

◆ setReactionCenterLineLength() [1/2]

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

◆ 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

◆ clearReactionCenterLineLength() [1/2]

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

◆ setReactionCenterLineLength() [2/2]

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

◆ 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

◆ clearReactionCenterLineLength() [2/2]

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

◆ setReactionCenterLineSpacing() [1/2]

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

◆ 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

◆ clearReactionCenterLineSpacing() [1/2]

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

◆ setReactionCenterLineSpacing() [2/2]

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

◆ 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

◆ clearReactionCenterLineSpacing() [2/2]

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

◆ setSecondaryAtomLabelFont()

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

◆ hasSecondaryAtomLabelFont()

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

◆ getSecondaryAtomLabelFont()

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

◆ clearSecondaryAtomLabelFont()

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

◆ setSecondaryAtomLabelSize()

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

◆ hasSecondaryAtomLabelSize()

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

◆ getSecondaryAtomLabelSize()

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

◆ clearSecondaryAtomLabelSize()

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

◆ setSecondaryLabelFont()

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

◆ hasSecondaryLabelFont()

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

◆ getSecondaryLabelFont()

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

◆ clearSecondaryLabelFont()

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

◆ setSecondaryLabelSize()

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

◆ hasSecondaryLabelSize()

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

◆ getSecondaryLabelSize()

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

◆ clearSecondaryLabelSize()

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

◆ setShape()

None CDPL.Vis.setShape ( Object3D  obj,
Shape3D  shape 
)
Parameters
obj
shape

◆ hasShape()

bool CDPL.Vis.hasShape ( Object3D  obj)
Parameters
obj
Returns

◆ getShape()

object CDPL.Vis.getShape ( Object3D  obj)
Parameters
obj
Returns

◆ clearShape()

None CDPL.Vis.clearShape ( Object3D  obj)
Parameters
obj

◆ setShowAgents()

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

◆ hasShowAgents()

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

◆ getShowAgents()

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

◆ clearShowAgents()

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

◆ setShowPlusSigns()

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

◆ hasShowPlusSigns()

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

◆ getShowPlusSigns()

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

◆ clearShowPlusSigns()

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

◆ setShowProducts()

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

◆ hasShowProducts()

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

◆ getShowProducts()

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

◆ clearShowProducts()

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

◆ setShowReactants()

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

◆ hasShowReactants()

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

◆ getShowReactants()

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

◆ clearShowReactants()

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

◆ setStereoBondHashSpacing() [1/2]

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

◆ 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

◆ clearStereoBondHashSpacing() [1/2]

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

◆ setStereoBondHashSpacing() [2/2]

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

◆ 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

◆ clearStereoBondHashSpacing() [2/2]

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

◆ setStereoBondWedgeWidth() [1/2]

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

◆ 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

◆ clearStereoBondWedgeWidth() [1/2]

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

◆ setStereoBondWedgeWidth() [2/2]

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

◆ 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

◆ clearStereoBondWedgeWidth() [2/2]

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

◆ setTransformationMatrix()

None CDPL.Vis.setTransformationMatrix ( Object3D  obj,
Math.Matrix4D  mtx 
)
Parameters
obj
mtx

◆ hasTransformationMatrix()

bool CDPL.Vis.hasTransformationMatrix ( Object3D  obj)
Parameters
obj
Returns

◆ getTransformationMatrix()

Math.Matrix4D CDPL.Vis.getTransformationMatrix ( Object3D  obj)
Parameters
obj
Returns

◆ clearTransformationMatrix()

None CDPL.Vis.clearTransformationMatrix ( Object3D  obj)
Parameters
obj

◆ setTripleBondTrimLength() [1/2]

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

◆ 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

◆ clearTripleBondTrimLength() [1/2]

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

◆ setTripleBondTrimLength() [2/2]

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

◆ 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

◆ clearTripleBondTrimLength() [2/2]

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

◆ calcVertexFromFaceNormals() [1/2]

None CDPL.Vis.calcVertexFromFaceNormals ( TriangleMesh3D  mesh,
bool   weight_face_size = False 
)
Parameters
mesh
weight_face_size

◆ calcVertexFromFaceNormals() [2/2]

None CDPL.Vis.calcVertexFromFaceNormals ( TriangleMesh3D  mesh,
Math.Vector3DArray  normals,
bool   weight_face_size = False 
)
Parameters
mesh
normals
weight_face_size

◆ prepareFor2DVisualization() [1/2]

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

◆ prepareFor2DVisualization() [2/2]

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

◆ removeVertexDuplicates()

int CDPL.Vis.removeVertexDuplicates ( TriangleMesh3D  mesh,
bool   check_vn = True,
float   tol = 0.0 
)
Parameters
mesh
check_vn
tol
Returns

◆ rotateX()

None CDPL.Vis.rotateX ( TriangleMesh3D  mesh,
float  angle,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
angle
vtx_offs
vtx_count

◆ rotateY()

None CDPL.Vis.rotateY ( TriangleMesh3D  mesh,
float  angle,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
angle
vtx_offs
vtx_count

◆ rotateZ()

None CDPL.Vis.rotateZ ( TriangleMesh3D  mesh,
float  angle,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
angle
vtx_offs
vtx_count

◆ scale()

None CDPL.Vis.scale ( TriangleMesh3D  mesh,
float  scale_x,
float  scale_y,
float  scale_z,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
scale_x
scale_y
scale_z
vtx_offs
vtx_count

◆ subdivideSpherical()

None CDPL.Vis.subdivideSpherical ( TriangleMesh3D  mesh)
Parameters
mesh

◆ transform()

None CDPL.Vis.transform ( TriangleMesh3D  mesh,
Math.Matrix4D  mtx,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
mtx
vtx_offs
vtx_count

◆ translate()

None CDPL.Vis.translate ( TriangleMesh3D  mesh,
float  trans_x,
float  trans_y,
float  trans_z,
int   vtx_offs = 0,
int   vtx_count = 0 
)
Parameters
mesh
trans_x
trans_y
trans_z
vtx_offs
vtx_count

◆ setAlignmentParameter()

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

◆ hasAlignmentParameter()

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

◆ getAlignmentParameter()

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

◆ clearAlignmentParameter()

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

◆ setAtomColorParameter()

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

◆ hasAtomColorParameter()

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

◆ getAtomColorParameter()

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

◆ clearAtomColorParameter()

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

◆ setAtomColorTableParameter()

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

◆ hasAtomColorTableParameter()

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

◆ getAtomColorTableParameter()

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

◆ clearAtomColorTableParameter()

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

◆ setAtomConfigurationLabelColorParameter()

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

◆ hasAtomConfigurationLabelColorParameter()

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

◆ getAtomConfigurationLabelColorParameter()

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

◆ clearAtomConfigurationLabelColorParameter()

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

◆ setAtomConfigurationLabelFontParameter()

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

◆ hasAtomConfigurationLabelFontParameter()

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

◆ getAtomConfigurationLabelFontParameter()

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

◆ clearAtomConfigurationLabelFontParameter()

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

◆ setAtomConfigurationLabelSizeParameter()

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

◆ hasAtomConfigurationLabelSizeParameter()

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

◆ getAtomConfigurationLabelSizeParameter()

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

◆ clearAtomConfigurationLabelSizeParameter()

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

◆ setAtomCustomLabelColorParameter()

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

◆ hasAtomCustomLabelColorParameter()

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

◆ getAtomCustomLabelColorParameter()

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

◆ clearAtomCustomLabelColorParameter()

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

◆ setAtomCustomLabelFontParameter()

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

◆ hasAtomCustomLabelFontParameter()

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

◆ getAtomCustomLabelFontParameter()

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

◆ clearAtomCustomLabelFontParameter()

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

◆ setAtomCustomLabelSizeParameter()

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

◆ hasAtomCustomLabelSizeParameter()

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

◆ getAtomCustomLabelSizeParameter()

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

◆ clearAtomCustomLabelSizeParameter()

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

◆ setAtomHighlightAreaBrushParameter()

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

◆ hasAtomHighlightAreaBrushParameter()

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

◆ getAtomHighlightAreaBrushParameter()

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

◆ clearAtomHighlightAreaBrushParameter()

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

◆ setAtomHighlightAreaOutlinePenParameter()

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

◆ hasAtomHighlightAreaOutlinePenParameter()

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

◆ getAtomHighlightAreaOutlinePenParameter()

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

◆ clearAtomHighlightAreaOutlinePenParameter()

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

◆ setAtomHighlightAreaSizeParameter()

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

◆ hasAtomHighlightAreaSizeParameter()

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

◆ getAtomHighlightAreaSizeParameter()

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

◆ clearAtomHighlightAreaSizeParameter()

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

◆ setAtomLabelFontParameter()

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

◆ hasAtomLabelFontParameter()

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

◆ getAtomLabelFontParameter()

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

◆ clearAtomLabelFontParameter()

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

◆ setAtomLabelMarginParameter()

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

◆ hasAtomLabelMarginParameter()

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

◆ getAtomLabelMarginParameter()

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

◆ clearAtomLabelMarginParameter()

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

◆ setAtomLabelSizeParameter()

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

◆ hasAtomLabelSizeParameter()

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

◆ getAtomLabelSizeParameter()

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

◆ clearAtomLabelSizeParameter()

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

◆ setBackgroundBrushParameter()

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

◆ hasBackgroundBrushParameter()

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

◆ getBackgroundBrushParameter()

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

◆ clearBackgroundBrushParameter()

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

◆ setBondColorParameter()

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

◆ hasBondColorParameter()

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

◆ getBondColorParameter()

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

◆ clearBondColorParameter()

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

◆ setBondConfigurationLabelColorParameter()

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

◆ hasBondConfigurationLabelColorParameter()

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

◆ getBondConfigurationLabelColorParameter()

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

◆ clearBondConfigurationLabelColorParameter()

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

◆ setBondConfigurationLabelFontParameter()

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

◆ hasBondConfigurationLabelFontParameter()

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

◆ getBondConfigurationLabelFontParameter()

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

◆ clearBondConfigurationLabelFontParameter()

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

◆ setBondConfigurationLabelSizeParameter()

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

◆ hasBondConfigurationLabelSizeParameter()

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

◆ getBondConfigurationLabelSizeParameter()

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

◆ clearBondConfigurationLabelSizeParameter()

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

◆ setBondCustomLabelColorParameter()

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

◆ hasBondCustomLabelColorParameter()

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

◆ getBondCustomLabelColorParameter()

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

◆ clearBondCustomLabelColorParameter()

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

◆ setBondCustomLabelFontParameter()

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

◆ hasBondCustomLabelFontParameter()

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

◆ getBondCustomLabelFontParameter()

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

◆ clearBondCustomLabelFontParameter()

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

◆ setBondCustomLabelSizeParameter()

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

◆ hasBondCustomLabelSizeParameter()

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

◆ getBondCustomLabelSizeParameter()

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

◆ clearBondCustomLabelSizeParameter()

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

◆ setBondHighlightAreaBrushParameter()

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

◆ hasBondHighlightAreaBrushParameter()

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

◆ getBondHighlightAreaBrushParameter()

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

◆ clearBondHighlightAreaBrushParameter()

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

◆ setBondHighlightAreaOutlinePenParameter()

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

◆ hasBondHighlightAreaOutlinePenParameter()

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

◆ getBondHighlightAreaOutlinePenParameter()

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

◆ clearBondHighlightAreaOutlinePenParameter()

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

◆ setBondHighlightAreaWidthParameter()

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

◆ hasBondHighlightAreaWidthParameter()

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

◆ getBondHighlightAreaWidthParameter()

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

◆ clearBondHighlightAreaWidthParameter()

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

◆ setBondLabelFontParameter()

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

◆ hasBondLabelFontParameter()

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

◆ getBondLabelFontParameter()

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

◆ clearBondLabelFontParameter()

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

◆ setBondLabelMarginParameter()

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

◆ hasBondLabelMarginParameter()

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

◆ getBondLabelMarginParameter()

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

◆ clearBondLabelMarginParameter()

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

◆ setBondLabelSizeParameter()

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

◆ hasBondLabelSizeParameter()

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

◆ getBondLabelSizeParameter()

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

◆ clearBondLabelSizeParameter()

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

◆ setBondLengthParameter()

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

◆ hasBondLengthParameter()

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

◆ getBondLengthParameter()

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

◆ clearBondLengthParameter()

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

◆ setBondLineSpacingParameter()

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

◆ hasBondLineSpacingParameter()

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

◆ getBondLineSpacingParameter()

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

◆ clearBondLineSpacingParameter()

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

◆ setBondLineWidthParameter()

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

◆ hasBondLineWidthParameter()

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

◆ getBondLineWidthParameter()

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

◆ clearBondLineWidthParameter()

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

◆ setBreakAtomHighlightAreaOutlineParameter()

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

◆ hasBreakAtomHighlightAreaOutlineParameter()

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

◆ getBreakAtomHighlightAreaOutlineParameter()

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

◆ clearBreakAtomHighlightAreaOutlineParameter()

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

◆ setDefaultMaterialParameter()

None CDPL.Vis.setDefaultMaterialParameter ( Base.ControlParameterContainer  cntnr,
Material  matrial 
)
Parameters
cntnr
matrial

◆ hasDefaultMaterialParameter()

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

◆ getDefaultMaterialParameter()

Material CDPL.Vis.getDefaultMaterialParameter ( Base.ControlParameterContainer  cntnr)
Parameters
cntnr
Returns

◆ clearDefaultMaterialParameter()

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

◆ setDoubleBondTrimLengthParameter()

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

◆ hasDoubleBondTrimLengthParameter()

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

◆ getDoubleBondTrimLengthParameter()

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

◆ clearDoubleBondTrimLengthParameter()

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

◆ setEnableAtomHighlightingParameter()

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

◆ hasEnableAtomHighlightingParameter()

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

◆ getEnableAtomHighlightingParameter()

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

◆ clearEnableAtomHighlightingParameter()

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

◆ setEnableBondHighlightingParameter()

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

◆ hasEnableBondHighlightingParameter()

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

◆ getEnableBondHighlightingParameter()

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

◆ clearEnableBondHighlightingParameter()

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

◆ setFeatureColorTableParameter()

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

◆ hasFeatureColorTableParameter()

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

◆ getFeatureColorTableParameter()

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

◆ clearFeatureColorTableParameter()

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

◆ setGridViewBorderPenParameter()

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

◆ hasGridViewBorderPenParameter()

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

◆ getGridViewBorderPenParameter()

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

◆ clearGridViewBorderPenParameter()

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

◆ setGridViewCellPaddingParameter()

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

◆ hasGridViewCellPaddingParameter()

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

◆ getGridViewCellPaddingParameter()

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

◆ clearGridViewCellPaddingParameter()

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

◆ setGridViewColumnSeparatorPenParameter()

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

◆ hasGridViewColumnSeparatorPenParameter()

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

◆ getGridViewColumnSeparatorPenParameter()

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

◆ clearGridViewColumnSeparatorPenParameter()

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

◆ setGridViewMarginParameter()

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

◆ hasGridViewMarginParameter()

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

◆ getGridViewMarginParameter()

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

◆ clearGridViewMarginParameter()

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

◆ setGridViewRowSeparatorPenParameter()

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

◆ hasGridViewRowSeparatorPenParameter()

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

◆ getGridViewRowSeparatorPenParameter()

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

◆ clearGridViewRowSeparatorPenParameter()

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

◆ setGridViewTextColorParameter()

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

◆ hasGridViewTextColorParameter()

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

◆ getGridViewTextColorParameter()

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

◆ clearGridViewTextColorParameter()

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

◆ setGridViewTextFontParameter()

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

◆ hasGridViewTextFontParameter()

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

◆ getGridViewTextFontParameter()

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

◆ clearGridViewTextFontParameter()

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

◆ setHighlightAreaOutlineWidthParameter()

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

◆ hasHighlightAreaOutlineWidthParameter()

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

◆ getHighlightAreaOutlineWidthParameter()

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

◆ clearHighlightAreaOutlineWidthParameter()

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

◆ setOutputScalingFactorParameter()

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

◆ hasOutputScalingFactorParameter()

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

◆ getOutputScalingFactorParameter()

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

◆ clearOutputScalingFactorParameter()

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

◆ setRadicalElectronDotSizeParameter()

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

◆ hasRadicalElectronDotSizeParameter()

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

◆ getRadicalElectronDotSizeParameter()

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

◆ clearRadicalElectronDotSizeParameter()

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

◆ setReactionAgentAlignmentParameter()

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

◆ hasReactionAgentAlignmentParameter()

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

◆ getReactionAgentAlignmentParameter()

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

◆ clearReactionAgentAlignmentParameter()

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

◆ setReactionAgentLayoutDirectionParameter()

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

◆ hasReactionAgentLayoutDirectionParameter()

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

◆ getReactionAgentLayoutDirectionParameter()

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

◆ clearReactionAgentLayoutDirectionParameter()

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

◆ setReactionAgentLayoutParameter()

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

◆ hasReactionAgentLayoutParameter()

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

◆ getReactionAgentLayoutParameter()

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

◆ clearReactionAgentLayoutParameter()

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

◆ setReactionArrowColorParameter()

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

◆ hasReactionArrowColorParameter()

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

◆ getReactionArrowColorParameter()

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

◆ clearReactionArrowColorParameter()

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

◆ setReactionArrowHeadLengthParameter()

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

◆ hasReactionArrowHeadLengthParameter()

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

◆ getReactionArrowHeadLengthParameter()

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

◆ clearReactionArrowHeadLengthParameter()

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

◆ setReactionArrowHeadWidthParameter()

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

◆ hasReactionArrowHeadWidthParameter()

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

◆ getReactionArrowHeadWidthParameter()

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

◆ clearReactionArrowHeadWidthParameter()

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

◆ setReactionArrowLengthParameter()

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

◆ hasReactionArrowLengthParameter()

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

◆ getReactionArrowLengthParameter()

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

◆ clearReactionArrowLengthParameter()

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

◆ setReactionArrowLineWidthParameter()

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

◆ hasReactionArrowLineWidthParameter()

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

◆ getReactionArrowLineWidthParameter()

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

◆ clearReactionArrowLineWidthParameter()

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

◆ setReactionArrowShaftWidthParameter()

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

◆ hasReactionArrowShaftWidthParameter()

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

◆ getReactionArrowShaftWidthParameter()

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

◆ clearReactionArrowShaftWidthParameter()

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

◆ setReactionArrowStyleParameter()

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

◆ hasReactionArrowStyleParameter()

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

◆ getReactionArrowStyleParameter()

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

◆ clearReactionArrowStyleParameter()

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

◆ setReactionCenterLineLengthParameter()

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

◆ hasReactionCenterLineLengthParameter()

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

◆ getReactionCenterLineLengthParameter()

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

◆ clearReactionCenterLineLengthParameter()

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

◆ setReactionCenterLineSpacingParameter()

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

◆ hasReactionCenterLineSpacingParameter()

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

◆ getReactionCenterLineSpacingParameter()

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

◆ clearReactionCenterLineSpacingParameter()

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

◆ setReactionComponentLayoutDirectionParameter()

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

◆ hasReactionComponentLayoutDirectionParameter()

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

◆ getReactionComponentLayoutDirectionParameter()

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

◆ clearReactionComponentLayoutDirectionParameter()

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

◆ setReactionComponentLayoutParameter()

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

◆ hasReactionComponentLayoutParameter()

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

◆ getReactionComponentLayoutParameter()

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

◆ clearReactionComponentLayoutParameter()

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

◆ setReactionComponentMarginParameter()

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

◆ hasReactionComponentMarginParameter()

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

◆ getReactionComponentMarginParameter()

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

◆ clearReactionComponentMarginParameter()

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

◆ setReactionPlusSignColorParameter()

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

◆ hasReactionPlusSignColorParameter()

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

◆ getReactionPlusSignColorParameter()

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

◆ clearReactionPlusSignColorParameter()

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

◆ setReactionPlusSignLineWidthParameter()

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

◆ hasReactionPlusSignLineWidthParameter()

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

◆ getReactionPlusSignLineWidthParameter()

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

◆ clearReactionPlusSignLineWidthParameter()

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

◆ setReactionPlusSignSizeParameter()

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

◆ hasReactionPlusSignSizeParameter()

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

◆ getReactionPlusSignSizeParameter()

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

◆ clearReactionPlusSignSizeParameter()

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

◆ setSecondaryAtomLabelFontParameter()

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

◆ hasSecondaryAtomLabelFontParameter()

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

◆ getSecondaryAtomLabelFontParameter()

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

◆ clearSecondaryAtomLabelFontParameter()

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

◆ setSecondaryAtomLabelSizeParameter()

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

◆ hasSecondaryAtomLabelSizeParameter()

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

◆ getSecondaryAtomLabelSizeParameter()

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

◆ clearSecondaryAtomLabelSizeParameter()

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

◆ setShowAtomConfigurationLabelsParameter()

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

◆ hasShowAtomConfigurationLabelsParameter()

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

◆ getShowAtomConfigurationLabelsParameter()

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

◆ clearShowAtomConfigurationLabelsParameter()

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

◆ setShowAtomCustomLabelsParameter()

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

◆ hasShowAtomCustomLabelsParameter()

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

◆ getShowAtomCustomLabelsParameter()

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

◆ clearShowAtomCustomLabelsParameter()

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

◆ setShowAtomQueryInfosParameter()

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

◆ hasShowAtomQueryInfosParameter()

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

◆ getShowAtomQueryInfosParameter()

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

◆ clearShowAtomQueryInfosParameter()

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

◆ setShowAtomReactionInfosParameter()

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

◆ hasShowAtomReactionInfosParameter()

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

◆ getShowAtomReactionInfosParameter()

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

◆ clearShowAtomReactionInfosParameter()

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

◆ setShowBondConfigurationLabelsParameter()

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

◆ hasShowBondConfigurationLabelsParameter()

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

◆ getShowBondConfigurationLabelsParameter()

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

◆ clearShowBondConfigurationLabelsParameter()

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

◆ setShowBondCustomLabelsParameter()

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

◆ hasShowBondCustomLabelsParameter()

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

◆ getShowBondCustomLabelsParameter()

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

◆ clearShowBondCustomLabelsParameter()

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

◆ setShowBondQueryInfosParameter()

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

◆ hasShowBondQueryInfosParameter()

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

◆ getShowBondQueryInfosParameter()

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

◆ clearShowBondQueryInfosParameter()

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

◆ setShowBondReactionInfosParameter()

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

◆ hasShowBondReactionInfosParameter()

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

◆ getShowBondReactionInfosParameter()

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

◆ clearShowBondReactionInfosParameter()

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

◆ setShowCarbonsParameter()

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

◆ hasShowCarbonsParameter()

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

◆ getShowCarbonsParameter()

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

◆ clearShowCarbonsParameter()

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

◆ setShowChargesParameter()

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

◆ hasShowChargesParameter()

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

◆ getShowChargesParameter()

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

◆ clearShowChargesParameter()

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

◆ setShowExplicitHydrogensParameter()

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

◆ hasShowExplicitHydrogensParameter()

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

◆ getShowExplicitHydrogensParameter()

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

◆ clearShowExplicitHydrogensParameter()

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

◆ setShowFeatureCentersParameter()

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

◆ hasShowFeatureCentersParameter()

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

◆ getShowFeatureCentersParameter()

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

◆ clearShowFeatureCentersParameter()

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

◆ setShowHydrogenCountsParameter()

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

◆ hasShowHydrogenCountsParameter()

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

◆ getShowHydrogenCountsParameter()

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

◆ clearShowHydrogenCountsParameter()

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

◆ setShowIsotopesParameter()

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

◆ hasShowIsotopesParameter()

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

◆ getShowIsotopesParameter()

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

◆ clearShowIsotopesParameter()

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

◆ setShowNonCarbonHydrogenCountsParameter()

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

◆ hasShowNonCarbonHydrogenCountsParameter()

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

◆ getShowNonCarbonHydrogenCountsParameter()

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

◆ clearShowNonCarbonHydrogenCountsParameter()

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

◆ setShowRadicalElectronsParameter()

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

◆ hasShowRadicalElectronsParameter()

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

◆ getShowRadicalElectronsParameter()

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

◆ clearShowRadicalElectronsParameter()

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

◆ setShowReactionAgentsParameter()

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

◆ hasShowReactionAgentsParameter()

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

◆ getShowReactionAgentsParameter()

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

◆ clearShowReactionAgentsParameter()

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

◆ setShowReactionPlusSignsParameter()

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

◆ hasShowReactionPlusSignsParameter()

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

◆ getShowReactionPlusSignsParameter()

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

◆ clearShowReactionPlusSignsParameter()

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

◆ setShowReactionProductsParameter()

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

◆ hasShowReactionProductsParameter()

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

◆ getShowReactionProductsParameter()

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

◆ clearShowReactionProductsParameter()

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

◆ setShowReactionReactantsParameter()

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

◆ hasShowReactionReactantsParameter()

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

◆ getShowReactionReactantsParameter()

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

◆ clearShowReactionReactantsParameter()

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

◆ setShowStereoBondsParameter()

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

◆ hasShowStereoBondsParameter()

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

◆ getShowStereoBondsParameter()

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

◆ clearShowStereoBondsParameter()

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

◆ setSizeAdjustmentParameter()

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

◆ hasSizeAdjustmentParameter()

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

◆ getSizeAdjustmentParameter()

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

◆ clearSizeAdjustmentParameter()

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

◆ setStereoBondHashSpacingParameter()

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

◆ hasStereoBondHashSpacingParameter()

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

◆ getStereoBondHashSpacingParameter()

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

◆ clearStereoBondHashSpacingParameter()

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

◆ setStereoBondWedgeWidthParameter()

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

◆ hasStereoBondWedgeWidthParameter()

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

◆ getStereoBondWedgeWidthParameter()

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

◆ clearStereoBondWedgeWidthParameter()

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

◆ setTripleBondTrimLengthParameter()

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

◆ hasTripleBondTrimLengthParameter()

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

◆ getTripleBondTrimLengthParameter()

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

◆ clearTripleBondTrimLengthParameter()

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

◆ setUseCalculatedAtomCoordinatesParameter()

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

◆ hasUseCalculatedAtomCoordinatesParameter()

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

◆ getUseCalculatedAtomCoordinatesParameter()

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

◆ clearUseCalculatedAtomCoordinatesParameter()

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

◆ setViewportParameter()

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

◆ hasViewportParameter()

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

◆ getViewportParameter()

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

◆ clearViewportParameter()

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