Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | MolDraw2D
Drawer abstract base class
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
DrawMolecule( (MolDraw2D)self, (Mol)mol [, (AtomPairsParameters)highlightAtoms=None [, (AtomPairsParameters)highlightAtomColors=None [, (AtomPairsParameters)highlightAtomRadii=None [, (int)confId=-1 [, (str)legend='']]]]]) -> None : renders a molecule C++ signature : void DrawMolecule(RDKit::MolDraw2D {lvalue},RDKit::ROMol [,boost::python::api::object=None [,boost::python::api::object=None [,boost::python::api::object=None [,int=-1 [,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >='']]]]]) DrawMolecule( (MolDraw2D)self, (Mol)mol, (AtomPairsParameters)highlightAtoms, (AtomPairsParameters)highlightBonds [, (AtomPairsParameters)highlightAtomColors=None [, (AtomPairsParameters)highlightBondColors=None [, (AtomPairsParameters)highlightAtomRadii=None [, (int)confId=-1 [, (str)legend='']]]]]) -> None : renders a molecule C++ signature : void DrawMolecule(RDKit::MolDraw2D {lvalue},RDKit::ROMol,boost::python::api::object,boost::python::api::object [,boost::python::api::object=None [,boost::python::api::object=None [,boost::python::api::object=None [,int=-1 [,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >='']]]]]) |
DrawString( (MolDraw2D)self, (str)string, (Point2D)pos) -> None : add text to the canvas C++ signature : void DrawString(RDKit::MolDraw2D {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,RDGeom::Point2D) |
FontSize( (MolDraw2D)arg1) -> float : get the default font size C++ signature : double FontSize(RDKit::MolDraw2D {lvalue}) |
Height( (MolDraw2D)arg1) -> int : get the height of the drawing canvas C++ signature : int Height(RDKit::MolDraw2D {lvalue}) |
SetFontSize( (MolDraw2D)arg1, (float)arg2) -> None : change the default font size C++ signature : void SetFontSize(RDKit::MolDraw2D {lvalue},double) |
Width( (MolDraw2D)arg1) -> int : get the width of the drawing canvas C++ signature : int Width(RDKit::MolDraw2D {lvalue}) |
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
drawOptions( (MolDraw2D)arg1) -> MolDrawOptions : Returns a modifiable version of the current drawing options C++ signature : RDKit::MolDrawOptions {lvalue} drawOptions(RDKit::MolDraw2D {lvalue}) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 25 09:59:03 2016 | http://epydoc.sourceforge.net |