edu.sdsc.mbt.viewables
Interface BondLabel

All Known Implementing Classes:
BondLabelByDistance, BondLabelByString, BondLabelByType, 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
 String getBondLabel(Bond bond)
           
 

Method Detail

getBondLabel

String getBondLabel(Bond bond)


Copyright © 2006 SDSC. All Rights Reserved.