|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpectrumData
An interface which all classes that contain spectral data should implement to allow them to be displayed in the SpecDisplay control.
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Method Summary | |
|---|---|
int |
getChannelCount()
getChannelCount - Returns the number of channels in the spectrum (nominally 2048) |
double |
getChannelWidth()
getChannelWidth - Returns the width of each channel (in eV) |
double |
getCounts(int i)
getCounts - Return the counts in the i-th channel |
SpectrumProperties |
getProperties()
getProperties - Returns the SpectrumProperties object associated with this spectrum. |
double |
getZeroOffset()
getZeroOffset - Returns the energy of the first channel. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int getChannelCount()
double getCounts(int i)
i -
double getChannelWidth()
double getZeroOffset()
SpectrumProperties getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||