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 IndexOutOfBoundsException
c - the ChromatogramsampleIndex - the sample indexIndexOutOfBoundsExceptionCopyright © 2020 BioJava. All rights reserved.