Package org.biojava.bio.chromatogram.graphic

Tools for displaying chromatograms.

See:
          Description

Interface Summary
ChromatogramNonlinearScaler Provides the mechanism whereby a ChromatogramGraphic can display a Chromatogram with a non-linear horizontal scale.
 

Class Summary
ChromatogramGraphic Encapsulates a configurable method for drawing a Chromatogram into a graphics context.
ChromatogramGraphic.Option A typesafe enumeration of the options available for configuring the behavior of a ChromatogramGraphic instance.
ChromatogramNonlinearScaler.Identity The default scaler that displays the chromatogram 1:1.
FixedBaseWidthScaler A ChromatogramNonlinearScaler that scales all the base calls in a chromatogram to the same width in pixels, optionally biasing the peak of the call to the center.
 

Package org.biojava.bio.chromatogram.graphic Description

Tools for displaying chromatograms.