Package edu.sdsc.mbt.util

This package provides classes which implement extra functionality on top of the core MBT classes (that is, capabilities that are not absolutely required by, or would otherwise overcomplicate, the core classes).

See:
          Description

Interface Summary
ElementSettable  
OctreeDataItem OctreeDataItem interface.
Range Interface that defines the range identification method.
Settable Interface that specifies methods impemented by panels whose dimensions can be set from outside.
StatusListener The interface used by the Status class to send StatusEvent events.
 

Class Summary
Algebra This class provides a number of algebreic methods for computing various distances and angles between 3D virtex coordinates (double[3]).
AminoAcidInfo Provides static information about Amino Acids such as character codes, 3-letter codes, and full names.
AtomStats The AtomStats class provides a number of static methods for computing useful information about a collection of Atom objects.
BondFactory  
BondInfo BondInfo class.
CodonInfo Provides static information about mRNA Codons such nucleic acid tuple / amino acid code mapping.
Coordinate  
DerivedInformation DerivedInformation is a class that encapsulates methods that produce information derivable from data in the source file.
DoubleRange This class implements a container for a range of two double values.
Element A container object to hold information about an element from the periodic table.
ElementProperties  
FrameRegistry  
IntRange This class implements a container for a range of two int values.
NucleicAcidInfo Provides static information about Nucleic Acids for DNA/RNA such as base character codes, base names, and base pairing rules.
Octree Octree class constructed with recursion in mind.
OctreeAtomItem OctreeAtomItem class.
PeriodicTable Provides a container object to hold chemical Element objects.
PickUtils This class provides a number of utility methods for handling picking and subsequent selection.
RangeMap The RangeMap class provides a means to map an integer value (such as an index) that falls in a fixed range (min and max) to application-supplied Objects.
Status Provides a toolkit-wide static status message output mechanism.
StatusEvent A status message container used by the Status class.
 

Package edu.sdsc.mbt.util Description

This package provides classes which implement extra functionality on top of the core MBT classes (that is, capabilities that are not absolutely required by, or would otherwise overcomplicate, the core classes).