Uses of Interface
edu.sdsc.mbt.viewables.AtomLabel

Packages that use AtomLabel
edu.sdsc.mbt.viewables This package provides classes which enable molecular biology data to be represented as visible/renderable viewable objects, plus, this package defines a top-level StructureDocument object to encapsulate the complete state of these objects and properties. 
 

Uses of AtomLabel in edu.sdsc.mbt.viewables
 

Classes in edu.sdsc.mbt.viewables that implement AtomLabel
 class AtomLabelByAtomCompound
          This class implements the AtomLabel interface by producing a string label from the Atom record's compound.
 class AtomLabelByAtomElement
          This class implements the AtomLabel interface by producing a string label from the Atom record's element.
 class AtomLabelByAtomName
          This class implements the AtomLabel interface by producing a string label from the Atom record's name.
 class AtomLabelByChainId
          This class implements the AtomLabel interface by producing a string label from the Atom record's chain_id.
 class AtomLabelNone
          This class implements the AtomLabel interface by producing a null string label.
 

Methods in edu.sdsc.mbt.viewables that return AtomLabel
static AtomLabel AtomLabelRegistry.get(java.lang.String name)
          Get an AtomLabel implementation by name.
static AtomLabel AtomLabelRegistry.getDefault()
          Get the default AtomLabel implementation.
 

Methods in edu.sdsc.mbt.viewables with parameters of type AtomLabel
static void AtomLabelRegistry.add(java.lang.String name, AtomLabel atomLabel)
          Add a new AtomLabel implementation.