A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

Ra - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
randomDeviate(double) - Method in class gov.nist.microanalysis.Utility.PoissonDeviate
randomDeviate - Calculate a random deviate taken from the Poisson distribution with the specified mean.
randomizedStepLength(Material, double) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS
randomizedStepLength - Computes the mean free path for an electron of the specified energy in the specified material.
randomizedStepLength2(Material, double) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS
randomizedStepLength2 - Computes the mean free path for an electron of the specified energy in the specified material.
randomScatteringAngle(double) - Method in class gov.nist.microanalysis.EPQLibrary.BrowningEmpiricalCrossSection
randomScatteringAngle - Returns a randomized scattering angle in the range [0,PI] that comes from the distribution of scattering angles for an electron of specified energy on an atom of the element represented by the instance of this class.
randomScatteringAngle(double, double) - Method in class gov.nist.microanalysis.EPQLibrary.CzyzewskiMottScatteringAngle
scatteringAngle - Given a random number, rand on the interval [0,1), and an energy (in Joules), this function returns a scattering angle.
randomScatteringAngle(double) - Method in class gov.nist.microanalysis.EPQLibrary.CzyzewskiMottScatteringAngle
scatteringAngle - Same as scatteringAngle(energy,rand) except that this function automatically selects a random \ number.
randomScatteringAngle(double) - Method in class gov.nist.microanalysis.EPQLibrary.GasScatteringCrossSection
randomScatteringAngle - Picks a random scattering angle based on the distribution of scattering angles.
randomScatteringAngle(double) - Method in interface gov.nist.microanalysis.EPQLibrary.IRandomizedScatter
randomScatteringAngle - Returns a randomized scattering angle in the range [0,PI] that comes from the distribution of scattering angles for an electron of specified energy on an atom of the element represented by the instance of this class.
randomScatteringAngle(double) - Method in class gov.nist.microanalysis.EPQLibrary.NISTMottScatteringAngle
randomScatteringAngle - Returns a randomized scattering angle in the range [0,PI] that comes from the distribution of scattering angles for an electron of specified energy on an atom of the element represented by the instance of this class.
randomScatteringAngle(double) - Method in class gov.nist.microanalysis.EPQLibrary.ScreenedRutherfordScatteringAngle
 
ratioInelasticOverElastic() - Method in class gov.nist.microanalysis.EPQLibrary.GasScatteringCrossSection
ratioInelasticOverElastic - Edgerton gives the ratio sigmi_i / sigma_e ~ 20/Z based on experiment (pg 145).
Rb - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
RCastaing - Static variable in class gov.nist.microanalysis.EPQLibrary.Reference
 
Re - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
read(InputStream) - Method in class gov.nist.microanalysis.EPQTools.EMSAFile
read - reads the parsed file in EMSA format and converts it into the intermediate format, ISpectrumData.
read(byte[], int, int) - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.read(...)
read(byte[]) - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.read
read() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.read
read(byte[], int, int) - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readBoolean() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readBoolean
readBoolean() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readByte() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readByte
readByte() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readChar() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readChar except endianess depends upon constructor
readChar() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readChar except little endian.
readDouble() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readDouble except endianess depends upon constructor
readDouble() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readDouble except little endian.
readDouble() - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readDouble - Read a single datum and return the value as a double.
readDouble(int) - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readDouble - read len count data objects and return them as an array of doubles.
readDoubleItem() - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readDoubleItem - read depth (getDepth()) count of data objects and return them as an array of doubles.
readFloat() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readFloat except endianess depends upon constructor
readFloat() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readFloat except little endian.
readFully(byte[]) - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readFully
readFully(byte[], int, int) - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readFully
readFully(byte[]) - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readFully(byte[], int, int) - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readInt() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readInt except endianess depends upon constructor
readInt() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readInt except little endian.
readInt() - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readInt - Read a single integer
readInt(int) - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readInt - read len count of integers
readIntItem() - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readIntItem - read depth (getDepth()) count of integer
readLine() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readLine
readLine() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
Deprecated.  
readLong() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readLong except endianess depends upon constructor
readLong() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readLong except little endian.
readShort() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readShort except endianess depends upon constructor.
readShort() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readShort except little endian.
readUnsigned() - Method in class gov.nist.microanalysis.EPQTools.RippleFile
readUnsigned - Read a single unsigned integer
readUnsignedByte() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readUnsignedByte
readUnsignedByte() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readUnsignedInt() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readUnsignedShort except endianess depends upon constructor Note, returns long even though it reads an int.
readUnsignedShort() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readUnsignedShort except endianess depends upon constructor Note, returns int even though it reads a short.
readUnsignedShort() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
like DataInputStream.readUnsignedShort except little endian.
readUTF() - Method in class gov.nist.microanalysis.EPQTools.EndianRandomAccessFile
like RandomAcessFile.readUTF
readUTF() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
readUTF(DataInput) - Static method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
RealTime - Static variable in class gov.nist.microanalysis.EPQLibrary.SpectrumProperties
RealTime - The acquisition time (as per clock on wall or equivalent.)
Reference - Class in gov.nist.microanalysis.EPQLibrary
The Reference class abstracts the idea of a literature reference.
Reference() - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference
 
Reference.Author - Class in gov.nist.microanalysis.EPQLibrary
A class for representing human authors.
Reference.Author(String, String, String) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.Author
 
Reference.Author(String, String) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.Author
 
Reference.Book - Class in gov.nist.microanalysis.EPQLibrary
A class for representing books.
Reference.Book(String, String, int, Reference.Author[]) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.Book
 
Reference.BookChapter - Class in gov.nist.microanalysis.EPQLibrary
A class for representing chapters within books.
Reference.BookChapter(Reference.Book, String, Reference.Author[]) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.BookChapter
 
Reference.BookChapter(Reference.Book, Reference.Author[]) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.BookChapter
 
Reference.CrudeReference - Class in gov.nist.microanalysis.EPQLibrary
A reference which is simply a text string.
Reference.CrudeReference(String) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.CrudeReference
 
Reference.Journal - Class in gov.nist.microanalysis.EPQLibrary
A class representing a Journal for use in References.
Reference.Journal(String, String, String) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.Journal
 
Reference.JournalArticle - Class in gov.nist.microanalysis.EPQLibrary
A type of Reference representing journal articles.
Reference.WebSite - Class in gov.nist.microanalysis.EPQLibrary
A reference to a WebSite URL.
Reference.WebSite(String, String, Date, Reference.Author[]) - Constructor for class gov.nist.microanalysis.EPQLibrary.Reference.WebSite
 
remove(XRayTransition) - Method in class gov.nist.microanalysis.EPQLibrary.XRayTransitionSet
remove - Removes the specified transition from this XRayTransitionSet
remove(int, int) - Method in class gov.nist.microanalysis.Utility.AutoComplete
 
removeActionListener(ActionListener) - Method in class gov.nist.microanalysis.NISTMonte.BremsstrahlungEventListener
removeActionListener - Removes an ActionListener that was previously registered with addActionListener.
removeActionListener(ActionListener) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS
removeActionListener - Remove an event handler that was registered using addActionListener
removeActionListener(ActionListener) - Method in class gov.nist.microanalysis.NISTMonte.XRayEventListener
removeActionListener - Removes an ActionListener that was previously registered with addActionListener.
removeDatum(double, double) - Method in class gov.nist.microanalysis.Utility.LinearRegression
removeDatum - Removes a single data point from the set of data to be fit.
removeElement(Element) - Method in class gov.nist.microanalysis.EPQLibrary.Composition
removeElement - Entirely remove the specified element from the Material.
removeGreek(String) - Static method in class gov.nist.microanalysis.EPQLibrary.XRayTransition
 
removeSubRegion(MonteCarloSS.Region) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS.Region
removeSubRegion - Remove the specified subRegion from the list of fully contained Regions within this Region.
removeWindowClosingListener(ActionListener) - Method in class gov.nist.microanalysis.EPQTools.MaterialsCreator
removeWindowClosingListener - removes the window closing listener
render(TrajectoryVRML.RenderContext, Writer) - Method in class gov.nist.microanalysis.NISTMonte.CylindricalShape
 
render(TrajectoryVRML.RenderContext, Writer) - Method in class gov.nist.microanalysis.NISTMonte.MultiPlaneShape
render - Renders this MultiPlaneShape as a series of triangular facets in a VRML world.
render(TrajectoryVRML.RenderContext, Writer) - Method in class gov.nist.microanalysis.NISTMonte.SimpleBlock
render - Renders a SimpleBlock as VRML
render(TrajectoryVRML.RenderContext, Writer) - Method in class gov.nist.microanalysis.NISTMonte.Sphere
 
render(TrajectoryVRML.RenderContext, Writer) - Method in class gov.nist.microanalysis.NISTMonte.SumShape
Render the SumShape by rendering each of the sub-Shapes.
render(TrajectoryVRML.RenderContext, Writer) - Method in interface gov.nist.microanalysis.NISTMonte.TrajectoryVRML.IRender
render - Renders the object.
renderSample() - Method in class gov.nist.microanalysis.NISTMonte.TrajectoryVRML
renderSample - A mechanism to render the sample geometry as VRML.
renormalize() - Method in class gov.nist.microanalysis.EPQLibrary.Composition
 
renormalize() - Method in class gov.nist.microanalysis.EPQLibrary.Material
 
replace(String, String, String) - Static method in class gov.nist.microanalysis.Utility.TextUtilities
 
replicate(Composition) - Method in class gov.nist.microanalysis.EPQLibrary.Composition
 
replicate(Gas) - Method in class gov.nist.microanalysis.EPQLibrary.Gas
 
replicate(Material) - Method in class gov.nist.microanalysis.EPQLibrary.Material
 
reset() - Method in class gov.nist.microanalysis.EPQTools.LEDataInputStream
 
Resolution - Static variable in class gov.nist.microanalysis.EPQLibrary.SpectrumProperties
Resolution - The measured detector resolution at the energy specified by ResolutionLine.
ResolutionLine - Static variable in class gov.nist.microanalysis.EPQLibrary.SpectrumProperties
ResolutionLine - The energy of the line at which the resolution of the detector was measured.
Rf - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
Rh - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
ringArea(int) - Method in class gov.nist.microanalysis.NISTMonte.AnnularDetector
ringArea - The area of the specified ring.
ringWidth() - Method in class gov.nist.microanalysis.NISTMonte.AnnularDetector
ringWidth - The width of each ring.
RippleFile - Class in gov.nist.microanalysis.EPQTools
A class for reading and writing LISPIX-style Ripple files (rpl/raw)
RippleFile(int, int, int, String, int, String, String, String) - Constructor for class gov.nist.microanalysis.EPQTools.RippleFile
Constructs a new RippleFile with the specified properties.
RippleFile(String, boolean) - Constructor for class gov.nist.microanalysis.EPQTools.RippleFile
Constructs a RippleFile from the name of the header file.
RippleFile(String, String, boolean) - Constructor for class gov.nist.microanalysis.EPQTools.RippleFile
Constructs a RippleFile given explicit paths to the Ripple and raw files.
Ritchie2005a - Static variable in class gov.nist.microanalysis.EPQLibrary.MassAbsorptionCoefficient
Ritchie2005a - My best guess at a good set of mass absorption coefficients for general use.
RMyklebust - Static variable in class gov.nist.microanalysis.EPQLibrary.Reference
 
Rn - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
rotate(double[], double, double, double) - Method in interface gov.nist.microanalysis.EPQLibrary.ITransform
rotate - Rotate the object around the specified point by phi about the z-axis followed by theta round the y-axis followed by psi around the z-axis.
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.CylindricalShape
 
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS.Region
 
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.MultiPlaneShape
 
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.ShapeDifference
 
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.Sphere
 
rotate(double[], double, double, double) - Method in class gov.nist.microanalysis.NISTMonte.SumShape
 
rotate(double[], double, double, double) - Static method in class gov.nist.microanalysis.Utility.Transform3D
rotate - Rotate the specified directional vector by the Euler angles phi, th, psi.
rotate(double[], double[], double, double, double) - Static method in class gov.nist.microanalysis.Utility.Transform3D
rotate - Rotate the specified point about the center point by the Euler angles specified.
RPackwood - Static variable in class gov.nist.microanalysis.EPQLibrary.Reference
 
Ru - Static variable in class gov.nist.microanalysis.EPQLibrary.Element
 
runMultipleTrajectories(int) - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS
runMultipleTrajectories - Run n complete trajectories.
runTrajectory() - Method in class gov.nist.microanalysis.NISTMonte.MonteCarloSS
runTrajectory - Run a single trajectory starting the electron at the gun position and tracking it through steps until trajectoryComplete returns true.
Ruste79 - Static variable in class gov.nist.microanalysis.EPQLibrary.MassAbsorptionCoefficient
Ruste79 - J Ruste, J Microsc Spectrosc Electron 4, 123 (1979)
RYDBERG_CONSTANT - Static variable in class gov.nist.microanalysis.EPQLibrary.Gas
 
RydbergEnergy - Static variable in class gov.nist.microanalysis.EPQLibrary.PhysicalConstants
RydbergEnergy - The Rydberg constant in energy units (Joules)
RynasAlTiAlloy - Static variable in class gov.nist.microanalysis.EPQLibrary.MaterialFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z