edu.sdsc.mbt.viewables
Interface BondLabel

All Known Implementing Classes:
BondLabelByDistance, BondLabelNone

public interface BondLabel

This interface defines how all BondLabel implementation classes should generate a String label for a given Bond.

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

Method Summary
 java.lang.String getBondLabel(Bond bond)
           
 

Method Detail

getBondLabel

public java.lang.String getBondLabel(Bond bond)