Package net.grelf

This package contains general-purpose Java classes: non-astronomical and not specific to GRIP.

See:
          Description

Interface Summary
Fitter Fits data to particular curves.
Gaussian Calculate values of the Gaussian curve.
Stack<E> A simple last-in-first-out (LIFO) stack, to a better OO design than Sun's one: it only exposes the behaviour that a stack should have.
 

Class Summary
AbstractDialogue Provide some methods for GRIP dialogues to inherit: they should extend this rather than JDialog.
Complex Complex numbers and operations upon them.
Fitter_ Fits data to particular curves.
Gaussian_ Calculate values of the Gaussian curve.
Interpolator Provides an efficient static method for reading from a non-integer pixel position in an image
Maths Static methods to do common mathematical calculations.
Maths.Statistics Just a record to hold public values.
NamespaceContext For use with javax.xml.xpath.XPath.
NB: Unprefixed namespaces cause great complications with XPath - typically nodes are not found when you expect them to be.
Stack_<E> A simple last-in-first-out (LIFO) stack, to a better OO design than Sun's one.
Timer For logging the time taken for any process to run.
Util Miscellaneous useful static methods.
XmlUtil Some static utility methods for working with XML.
 

Exception Summary
OutOfRangeException Throw this if a value is out of range.
 

Package net.grelf Description

This package contains general-purpose Java classes: non-astronomical and not specific to GRIP.