Class defining a single Phase marker.
|
__init__(self,
sites,
color,
selected,
entry_id,
feature_name)
Feature marker initializer. |
|
|
|
getHypoID(self)
Return the hypothesis name/ID for the hypothesis from which this
feature is from. |
|
|
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__
|