public class PeakPosition
extends Object
Information about a peak found by PeakSearch algorithms.
- Author:
- Doug Gillespie
-
Constructor Summary 
Constructors
-
Method Summary 
-
Constructor Details 
-
PeakPosition 
public PeakPosition(double bin,
double height)
-
Method Details 
-
getBin 
public double getBin()
- Returns:
- the bin
-
setBin 
public void setBin(double bin)
- Parameters:
bin
- the bin to set
-
getHeight 
public double getHeight()
- Returns:
- the height
-
setHeight 
public void setHeight(double height)
- Parameters:
height
- the height to set