Uses of Class
gov.nist.microanalysis.EPQLibrary.XRayTransition

Packages that use XRayTransition
gov.nist.microanalysis.EPQLibrary   
gov.nist.microanalysis.EPQTools   
gov.nist.microanalysis.NISTMonte   
 

Uses of XRayTransition in gov.nist.microanalysis.EPQLibrary
 

Methods in gov.nist.microanalysis.EPQLibrary that return XRayTransition
static XRayTransition XRayTransition.getStrongestLine(AtomicShell shell)
          getStrongestLine - For the element and edge specified by the AtomicShell object, returns the XRayTransition with the highest weight.
 XRayTransition XRayTransitionSet.getWeighiestTransition()
          getWeighiestTransition - Returns the single weightiest transition.
 XRayTransition XRayTransitionSet.maxEnergy()
          maxEnergy - Returns the transition with the maximum x-ray energy.
 XRayTransition XRayTransitionSet.minEnergy()
          minEnergy - Returns the transition with the minimum x-ray energy.
static XRayTransition XRayTransition.parseString(java.lang.String str)
          parseString - The inverse of toString()
 

Methods in gov.nist.microanalysis.EPQLibrary with parameters of type XRayTransition
 void XRayTransitionSet.add(XRayTransition xrt)
           
 double MassAbsorptionCoefficient.compute(Composition comp, XRayTransition xrt)
          compute - Compute the mass absorption coefficient for the specified x-ray in the specified material.
 double MassAbsorptionCoefficient.compute(Element el, XRayTransition xrt)
          compute - Computes the mass absorption coefficient for the specified transition.
abstract  double TransitionEnergy.compute(XRayTransition xrt)
          compute - Compute the transition energy for the specified transition.
 double EdgeEnergy.compute(XRayTransition xrt)
          getEdgeEnergy - Returns the edge energy (in Joules) associated with the specified tranition.
abstract  double CharacteristicXRayGeneration.compute(XRayTransition xrt, double kE, double atomsPerCC)
           
 boolean XRayTransitionSet.contains(XRayTransition xrt)
          contains - Does this XRayTransitionSet contain the specified XRayTransition
 java.util.Map MassAbsorptionCoefficient.evaluateAllImplementations(Element el, XRayTransition xrt)
           
 java.lang.String NISTXRayTransitionDB.getDefaultDatumType(XRayTransition xrt)
          getDefaultDatumType - Returns one of THEORY, BLEND, COMBINED, VAPOR or UNAVAILABLE depending upon which type of value would be returned by the getEnergy(XRayTransition xrt) method.
 double NISTXRayTransitionDB.getEnergy(XRayTransition xrt)
          getEnergy - Gets the energy (in Joules) of the specified transition.
 double NISTXRayTransitionDB.getEnergy(XRayTransition xrt, java.lang.String type)
          getEnergy - Returns the energy (in Joules) for the specific transition.
abstract  boolean TransitionEnergy.isSupported(XRayTransition xrt)
          isSupported - Can this algorithm compute the transition energy for the specified transition?
 double Element.massAbsorptionCoefficient(XRayTransition xrt)
          massAbsorptionCoefficient - Calculates the mass absorption coefficient for x-rays of the specified x-ray transition.
 void XRayTransitionSet.remove(XRayTransition xrt)
          remove - Removes the specified transition from this XRayTransitionSet
 

Constructors in gov.nist.microanalysis.EPQLibrary with parameters of type XRayTransition
XRayTransitionSet(XRayTransition xrt)
          Constructs a XRayTransitionSet from a single XRayTransition
 

Uses of XRayTransition in gov.nist.microanalysis.EPQTools
 

Constructors in gov.nist.microanalysis.EPQTools with parameters of type XRayTransition
KLMLine(XRayTransition xrt)
          Constructs a KLMLine representing a transition
KLMLine(XRayTransition xrt1, XRayTransition xrt2)
          Constructs a KLMLine representing a sum peak
 

Uses of XRayTransition in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return XRayTransition
 XRayTransition PhiRhoStats.getTransition()
          getTransition - Get the XRayTransition object associated with these statistics.
 XRayTransition EmissionImage.getTransition()
          getTransition - Get the transition associated with this image.
 XRayTransition[] XRayEventListener.getTransitions()
          getTransitions - Returns a list of the transitions under consideration.
 

Methods in gov.nist.microanalysis.NISTMonte with parameters of type XRayTransition
 double XRayAccumulator.getEmitted(XRayTransition xrt)
          getEmitted - Get the transmitted intensity for the specified transition.
 double XRayAccumulator.getGenerated(XRayTransition xrt)
          getGenerated - Get the generated intensity for the specified transition.
 double XRayEventListener.getGenerated(XRayTransition xrt)
          getGenerated - Gets the generated intensity of x-rays for the specified transition.
 double XRayEventListener.getTransmittedFraction(XRayTransition xrt)
          getTransmittedFraction - Returns the fraction of the generated x-rays that reach the detector.
 double XRayEventListener.getTransmittedIntensity(XRayTransition xrt)
          getTransmittedIntensity - Returns the intensity of the specified transition that is generated and reaches the detector.
 

Constructors in gov.nist.microanalysis.NISTMonte with parameters of type XRayTransition
EmissionImage(int width, int height, XRayTransition xrt)
          monteCarloImage - Creates a monteCarloImage instance with the standard thermal color palette of the specified size (width and height).
PhiRhoStats(int nX, int nY, int nZ, XRayTransition xrt)
          MCSS_PhiRhoStats - Create a phi-rho-* accumulator with the specified number of bins for the specified transition.