edu.sdsc.mbt.viewables
Interface AtomLabel

All Known Implementing Classes:
AtomLabelByAtomCompound, AtomLabelByAtomElement, AtomLabelByAtomName, AtomLabelByChainId, AtomLabelNone

public interface AtomLabel

This interface defines how all AtomLabel implementation classes should generate a String label for a given Atom.

Author:
John L. Moreland
See Also:
StructureDocument, Viewer

Method Summary
 java.lang.String getAtomLabel(Atom atom)
           
 

Method Detail

getAtomLabel

public java.lang.String getAtomLabel(Atom atom)