Package util

Interface Summary
SimEventListener This interface defines the sim event listener's method needed by the sim objects which are to respond to events.
 

Class Summary
Axis This class defines the basic axis structure that can be used by plot to display the plot data.
Console From the book: "Thinking in Java" by Bruce Eckel, Prentice Hall, 3rd edition, 2003.
Histogram This class defines the basic colormap structure used by the various colormap control and colormap using classes in this library.
Pair<ObjType> This class allows storing pairs of objects as a single entity.
Point3D This class allows storing 3-D point coordinates.
SimEvent This class defines the basic SimEvent methods for passing event information to the various classes that pass and receive the event objects.
SimEventTarget This class defines the sim events dispatcher.
Terms  
Triple<ObjType> This class allows storing triples of objects as a single entity.
Vector3D This class allows storing 3-D vector components.