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

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

Classes in edu.sdsc.mbt.viewables that implement AtomRadius
 class AtomRadiusByConstant
          This class implements the AtomRadius interface by applying a radius to the given an Atom by using the radius of the bond.
 class AtomRadiusByCpk
          This class implements the AtomRadius interface by applying a radius to the given an Atom by using the ElementRadius class.
 class AtomRadiusByScaledCpk
          This class implements the AtomRadius interface by applying a radius to the given an Atom by using the ElementRadius class.
 

Methods in edu.sdsc.mbt.viewables that return AtomRadius
 AtomRadius StructureStyles.getAtomRadius(StructureComponent structureComponent)
          Set the style for the given structure component and then fire an event to all listeners.
static AtomRadius AtomRadiusRegistry.get(java.lang.String name)
          Get an AtomRadius implementation by name.
static AtomRadius AtomRadiusRegistry.getDefault()
          Get the default AtomRadius implementation.
 

Methods in edu.sdsc.mbt.viewables with parameters of type AtomRadius
 void StructureStyles.setAtomRadius(StructureComponent structureComponent, AtomRadius atomRadius)
           
static void AtomRadiusRegistry.add(java.lang.String name, AtomRadius atomRadius)
          Add a new AtomRadius implementation.