public static class ChromatogramNonlinearScaler.Identity extends Object implements ChromatogramNonlinearScaler
ChromatogramNonlinearScaler.Identity
Modifier and Type | Method and Description |
---|---|
static ChromatogramNonlinearScaler.Identity |
getInstance()
Retrieve the singleton instance of this class.
|
float |
scale(Chromatogram c,
int sampleIndex)
Returns the remapped coordinate for the provided trace sample index of the
given chromatogram.
|
public static ChromatogramNonlinearScaler.Identity getInstance()
public float scale(Chromatogram c, int sampleIndex)
ChromatogramNonlinearScaler
scale
in interface ChromatogramNonlinearScaler
c
- the ChromatogramsampleIndex
- the sample indexCopyright © 2014 BioJava. All rights reserved.