|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BondLabel | |
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 BondLabel in edu.sdsc.mbt.viewables |
Classes in edu.sdsc.mbt.viewables that implement BondLabel | |
class |
BondLabelByDistance
This class implements the BondLabel interface by producing a string label based upon the Bond atom's distance.. |
class |
BondLabelNone
This class implements the BondLabel interface by producing a null string label. |
Methods in edu.sdsc.mbt.viewables that return BondLabel | |
static BondLabel |
BondLabelRegistry.get(java.lang.String name)
Get an BondLabel implementation by name. |
static BondLabel |
BondLabelRegistry.getDefault()
Get the default BondLabel implementation. |
Methods in edu.sdsc.mbt.viewables with parameters of type BondLabel | |
static void |
BondLabelRegistry.add(java.lang.String name,
BondLabel bondLabel)
Add a new BondLabel implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |