edu.sdsc.mbt.viewables
Interface BondRadius

All Known Implementing Classes:
BondRadiusAsStick, BondRadiusAsWire, BondRadiusByAtomRadius, BondRadiusByScaledAtomRadius

public interface BondRadius

This interface defines how all BondRadius implementation classes should provide a radius for a given Bond.

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

Method Summary
 double getBondRadius(Bond bond)
          Provides the primary radius for a bond.
 double getSplitBondRadius(Bond bond)
          Provides the secondary radius for a SPLIT bond (@see BondForm).
 

Method Detail

getBondRadius

public double getBondRadius(Bond bond)
Provides the primary radius for a bond.


getSplitBondRadius

public double getSplitBondRadius(Bond bond)
Provides the secondary radius for a SPLIT bond (@see BondForm).