|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQTools.KLMLine
public class KLMLine
A small class for representing KLM lines.
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
| Field Summary | |
|---|---|
static int |
InvalidType
|
static int |
KEdge
|
static int |
KTransition
|
static int |
LEdge
|
static int |
LTransition
|
static int |
MEdge
|
static int |
MTransition
|
static int |
NEdge
|
static int |
NTransition
|
static int |
Satellite
|
static int |
SumPeak
|
| Constructor Summary | |
|---|---|
KLMLine(AtomicShell as)
Constructs a KLMLine representing an edge |
|
KLMLine(XRayTransition xrt)
Constructs a KLMLine representing a transition |
|
KLMLine(XRayTransition xrt1,
XRayTransition xrt2)
Constructs a KLMLine representing a sum peak |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
compareTo - Allows to KLM lines to be ordered. |
double |
getAmplitude()
getAmplitude - returns the amplitude of a particular KLM line. |
double |
getEnergy()
getEnergy - Returns the energy of a particular KLM line. |
AtomicShell |
getShell()
getShell - Returns the shell with which this transition or edge is associated. |
int |
getType()
getType - Returns the type of KLM line - One of Transition, Edge, Satellite, SumPeak |
boolean |
similarTo(KLMLine klm)
Are these two KLM lines of the same general family and element. |
java.lang.String |
toString()
toString - Returns a label for the KLM line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int InvalidType
public static final int KTransition
public static final int LTransition
public static final int MTransition
public static final int NTransition
public static final int KEdge
public static final int LEdge
public static final int MEdge
public static final int NEdge
public static final int Satellite
public static final int SumPeak
| Constructor Detail |
|---|
public KLMLine(XRayTransition xrt)
xrt - public KLMLine(AtomicShell as)
as -
public KLMLine(XRayTransition xrt1,
XRayTransition xrt2)
xrt1 - xrt2 - | Method Detail |
|---|
public double getEnergy()
public double getAmplitude()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getType()
public AtomicShell getShell()
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - Object
public boolean similarTo(KLMLine klm)
klm -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||