Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class ColorAtomsBySpectrum
[hide private]
[frames] | no frames]

Class ColorAtomsBySpectrum

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
             object --+   |
                      |   |
       ColorRibbonMixin --+
                          |
                         ColorAtomsBySpectrum

Instance Methods [hide private]
 
makeSpectrum(self, sub_asl=None)
Color a structure like a rainbow! Each group of atoms within a chain gets a different color.
 
command(self)
Color all the atoms like a rainbow

Inherited from MAction: __init__

Inherited from ColorRibbonMixin: fixRibbons

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

makeSpectrum(self, sub_asl=None)

 

Color a structure like a rainbow! Each group of atoms within a chain gets a different color. Groups are created to (roughly) equal number of atoms in each group. Color changes can be restricted to just atoms defined additionally by sub_asl.

Parameters:
  • sub_asl (str)

command(self)

 

Color all the atoms like a rainbow

Overrides: MAction.command