public interface ChromatogramNonlinearScaler
Modifier and Type | Interface and Description |
---|---|
static class |
ChromatogramNonlinearScaler.Identity
The default scaler that displays the chromatogram 1:1.
|
Modifier and Type | Method and Description |
---|---|
float |
scale(Chromatogram c,
int sampleIndex)
Returns the remapped coordinate for the provided trace sample index of the
given chromatogram.
|
float scale(Chromatogram c, int sampleIndex) throws java.lang.IndexOutOfBoundsException
c
- the ChromatogramsampleIndex
- the sample indexjava.lang.IndexOutOfBoundsException