|
__init__(self,
canvas=None,
drawingOptions=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
_getOffsetBondPts(self,
p1,
p2,
offsetX,
offsetY,
lenFrac=None) |
source code
|
|
|
_offsetDblBond(self,
p1,
p2,
bond,
a1,
a2,
conf,
dir=1,
lenFrac=None) |
source code
|
|
|
_getBondAttachmentCoordinates(self,
p1,
p2,
labelSize) |
source code
|
|
|
_drawWedgedBond(self,
bond,
pos,
nbrPos,
width=None,
color=None,
dash=None) |
source code
|
|
|
_drawBond(self,
bond,
atom,
nbr,
pos,
nbrPos,
conf,
width=None,
color=None,
color2=None,
labelSize1=None,
labelSize2=None) |
source code
|
|
|
scaleAndCenter(self,
mol,
conf,
coordCenter=False,
canvasSize=None,
ignoreHs=False) |
source code
|
|
|
_drawLabel(self,
label,
pos,
baseOffset,
font,
color=None,
**kwargs) |
source code
|
|
|
AddMol(self,
mol,
centerIt=True,
molTrans=None,
drawingTrans=None,
highlightAtoms=[],
confId=-1,
flagCloseContactsDist=2,
highlightMap=None,
ignoreHs=False,
highlightBonds=[],
**kwargs)
Set the molecule to be drawn. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|