Package org.biojava.bio.chromatogram.graphic
Tools for displaying chromatograms.
-
Interface Summary Interface Description ChromatogramNonlinearScaler Provides the mechanism whereby a ChromatogramGraphic can display a Chromatogram with a non-linear horizontal scale. -
Class Summary Class Description ChromatogramGraphic Encapsulates a configurable method for drawing aChromatogram
into a graphics context.ChromatogramGraphic.Option A typesafe enumeration of the options available for configuring the behavior of aChromatogramGraphic
instance.ChromatogramNonlinearScaler.Identity The default scaler that displays the chromatogram 1:1.FixedBaseWidthScaler AChromatogramNonlinearScaler
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.