Class defining a single Phase marker.
|
|
__init__(self,
sites,
color,
selected,
entry_id,
feature_name)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
tuple
|
_createFeature(self,
sites,
color,
opacity,
entry_id)
Create markers for the given pharmacophore sites. |
|
|
|
tuple
|
|
|
|
drawLabels(self)
Draw the labels for the sites of this features in the Workspace. |
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|