|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XRaySource
A simple interface to be implemented by classes that act as sources of (virtual) x-rays either characteristic or continuum.
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 | |
|---|---|
double |
getEnergy(int n)
getEnergy - Returns the energy of the n-th event. |
int |
getEventCount()
getEventCount - Returns the number of events. |
double |
getIntensity(int n)
getIntensity - Returns the number of x-ray counts (or fractional counts) for the n-th event. |
double[] |
getPosition(int n)
getPosition - Returns the position from which the x-ray is emitted. |
| Method Detail |
|---|
int getEventCount()
double getEnergy(int n)
double getIntensity(int n)
double[] getPosition(int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||