Uses of Package
org.strbio.util

Packages that use org.strbio.util
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
org.strbio.mol.lib.pred2ary These classes represent conceptual objects used in the Pred2ary program, which are probably not very useful for other purposes. 
org.strbio.util These classes perform general purpose utility functions. 
org.strbio.util.graph These classes perform utility functions related to 2D and 3D graphics. 
 

Classes in org.strbio.util used by org.strbio.mol
DLinkedList
          A double linked list of objects, with random access to the nth object in the list.
DLinkedList.Node
          This is the interface you have to implement if you want to put objects in this linked list.
 

Classes in org.strbio.util used by org.strbio.mol.lib.pred2ary
ColorScale
          Color scales for use in graphical programs.
DLinkedList.Node
          This is the interface you have to implement if you want to put objects in this linked list.
JMCScrollPane
          This is basically a lame re-implementation of ScrollPane, but it works with AWT 1.0 applets... can therefore use for Netscape 4.0, which supports Java 1.1 with AWT 1.0.
NeuralNet
          Class encapsulating a neural network.
NeuralNet.Trainable
          This is the interface you have to implement for objects that are to be used used in training neural nets.
 

Classes in org.strbio.util used by org.strbio.util
ColorScale
          Color scales for use in graphical programs.
DLinkedList
          A double linked list of objects, with random access to the nth object in the list.
DLinkedList.Node
          This is the interface you have to implement if you want to put objects in this linked list.
Hooke.Optimizable
          This is the interface you have to implement if you want to optimize using Hooke.
NeuralNet
          Class encapsulating a neural network.
NeuralNet.Trainable
          This is the interface you have to implement for objects that are to be used used in training neural nets.
 

Classes in org.strbio.util used by org.strbio.util.graph
ColorScale
          Color scales for use in graphical programs.