Package schrodinger :: Module surface :: Class ColorBy
[hide private]
[frames] | no frames]

Class ColorBy

object --+            
         |            
basestring --+        
             |        
           str --+    
                 |    
    object --+   |    
             |   |    
     enum.Enum --+    
                 |    
           StrEnum --+
                     |
                    ColorBy

Values for surface color schemes.

Nested Classes [hide private]

Inherited from StrEnum: _member_type_

Instance Methods [hide private]
 
__str__(self)
str(x)

Inherited from StrEnum: __format__, __reduce_ex__, __repr__

Inherited from str: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __rmod__, __rmul__, __sizeof__, capitalize, center, count, decode, encode, endswith, expandtabs, find, format, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from enum.Enum: __dir__

Inherited from object: __delattr__, __init__, __reduce__, __setattr__, __subclasshook__

Static Methods [hide private]

Inherited from StrEnum: __new__

Class Variables [hide private]
  source_color = 'Color'
  partial_charge = 'Atom Partial Charge'
  atom_type = 'Atom Type'
  atom_typeMM = 'Atom Type (MacroModel)'
  chain_name = 'Chain Name'
  element = 'Element'
  mol_number = 'Molecule Number'
  mol_number_carbon = 'Element (Molecule Number Carbons)'
  residue_charge = 'Residue Charge'
  residue_hydrophobicity = 'Residue Hydrophobicity'
  residue_position = 'Residue Position'
  residue_type = 'Residue Type'
  grid_property = 'Grid Property'
  atom_color = 'Atom Color'
  cavity_depth = 'Cavity Depth'
  _member_map_ = OrderedDict([('atom_color', <ColorBy.atom_color...
  _member_names_ = ['atom_color', 'partial_charge', 'atom_type',...
  _value2member_map_ = {'Atom Color': <ColorBy.atom_color: 'Atom...

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

_member_map_

Value:
OrderedDict([('atom_color', <ColorBy.atom_color: 'Atom Color'>), ('par\
tial_charge', <ColorBy.partial_charge: 'Atom Partial Charge'>), ('atom\
_type', <ColorBy.atom_type: 'Atom Type'>), ('atom_typeMM', <ColorBy.at\
om_typeMM: 'Atom Type (MacroModel)'>), ('cavity_depth', <ColorBy.cavit\
y_depth: 'Cavity Depth'>), ('chain_name', <ColorBy.chain_name: 'Chain \
Name'>), ('source_color', <ColorBy.source_color: 'Color'>), ('element'\
, <ColorBy.element: 'Element'>), ('mol_number_carbon', <ColorBy.mol_nu\
mber_carbon: 'Element (Molecule Number Carbons)'>), ('grid_property', \
...

_member_names_

Value:
['atom_color',
 'partial_charge',
 'atom_type',
 'atom_typeMM',
 'cavity_depth',
 'chain_name',
 'source_color',
 'element',
...

_value2member_map_

Value:
{'Atom Color': <ColorBy.atom_color: 'Atom Color'>,
 'Atom Partial Charge': <ColorBy.partial_charge: 'Atom Partial Charge'\
>,
 'Atom Type': <ColorBy.atom_type: 'Atom Type'>,
 'Atom Type (MacroModel)': <ColorBy.atom_typeMM: 'Atom Type (MacroMode\
l)'>,
 'Cavity Depth': <ColorBy.cavity_depth: 'Cavity Depth'>,
 'Chain Name': <ColorBy.chain_name: 'Chain Name'>,
...