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

Packages that use BondRadius
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 BondRadius in edu.sdsc.mbt.viewables
 

Classes in edu.sdsc.mbt.viewables that implement BondRadius
 class BondRadiusAsStick
          This class implements the BondRadius interface by applying a fixed radius representing the width IN PIXELS of the wireframe bond.
 class BondRadiusAsWire
          This class implements the BondRadius interface by applying a fixed radius representing the width IN PIXELS of the wireframe bond.
 class BondRadiusByAtomRadius
          This class implements the BondRadius interface by applying a radius to the given Bond by using the AtomRadius class.
 class BondRadiusByScaledAtomRadius
          This class implements the BondRadius interface by applying a radius to the given Bond by using the AtomRadius class.
 

Methods in edu.sdsc.mbt.viewables that return BondRadius
 BondRadius StructureStyles.getBondRadius(StructureComponent structureComponent)
           
static BondRadius BondRadiusRegistry.get(java.lang.String name)
          Get an BondRadius implementation by name.
static BondRadius BondRadiusRegistry.getDefault()
          Get the default BondRadius implementation.
 

Methods in edu.sdsc.mbt.viewables with parameters of type BondRadius
 void StructureStyles.setBondRadius(StructureComponent structureComponent, BondRadius bondRadius)
           
static void BondRadiusRegistry.add(java.lang.String name, BondRadius bondRadius)
          Add a new BondRadius implementation.