Package schrodinger :: Package application :: Package msv :: Package gui :: Module color :: Class ConsensusSymbols
[hide private]
[frames] | no frames]

Class ConsensusSymbols

    object --+    
             |    
RowColorScheme --+
                 |
                ConsensusSymbols

Instance Methods [hide private]
QtGui.QColor
getTextColor(self, res)
Returns the text color for the residue

Inherited from RowColorScheme: __deepcopy__, __init__, getBackgroundBrush, getBackgroundBrushByKey, getBackgroundSelectionBrush, getToolTip, keys, setBackgroundBrush

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

Class Variables [hide private]

Inherited from RowColorScheme: DEFAULT_BACKGROUND_SELECTION_BRUSH

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getTextColor(self, res)

 

Returns the text color for the residue

Parameters:
  • res - The residue for which we want the text color
Returns: QtGui.QColor
The text (foreground) color
Overrides: RowColorScheme.getTextColor
(inherited documentation)