Interface ChromatogramNonlinearScaler

All Known Implementing Classes:
ChromatogramNonlinearScaler.Identity, FixedBaseWidthScaler

Provides the mechanism whereby a ChromatogramGraphic can display a Chromatogram with a non-linear horizontal scale.
Since:
1.3
Author:
Rhett Sutphin (UI CBCB), Matthew Pocock
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    The default scaler that displays the chromatogram 1:1.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    scale(Chromatogram c, int sampleIndex)
    Returns the remapped coordinate for the provided trace sample index of the given chromatogram.