Class SimpleChromatogram

java.lang.Object
org.biojava.bio.chromatogram.AbstractChromatogram
org.biojava.bio.chromatogram.SimpleChromatogram
All Implemented Interfaces:
Chromatogram

A basic chromatogram implementation which provides public mutators for setting the various attributes of the chromatogram.

In general, new chromatogram implementations should be derived from AbstractChromatogram, not this class, as it is generally undesirable to allow the internal structures of a Chromatogram to be manipulated externally. This class could still be useful, however, for programatically generated "chromatograms".

Since:
1.3
Author:
Rhett Sutphin (UI CBCB), Matthew Pocock