Uses of Class
adams.data.spectrum.SpectrumPoint
-
Packages that use SpectrumPoint Package Description adams.data.spectrum adams.data.spectrumfilter adams.data.spectrumfilter.amplitudetransform adams.gui.visualization.spectrum -
-
Uses of SpectrumPoint in adams.data.spectrum
Fields in adams.data.spectrum declared as SpectrumPoint Modifier and Type Field Description protected SpectrumPointSpectrum. m_MaxAmplitudepoint of greatest amplitude.protected SpectrumPointSpectrum. m_MaxWaveNumberpoint of greatest wave number.protected SpectrumPointSpectrum. m_MinAmplitudepoint of smallest amplitude.protected SpectrumPointSpectrum. m_MinWaveNumberpoint of smallest wave number.Fields in adams.data.spectrum with type parameters of type SpectrumPoint Modifier and Type Field Description protected static adams.data.container.DataPointComparator<SpectrumPoint>Spectrum. m_Comparatorthe default comparator.Methods in adams.data.spectrum that return SpectrumPoint Modifier and Type Method Description SpectrumPointSpectrum. find(float waveno)Returns the SpectrumPoint with the exact wave number, null if not found.SpectrumPointSpectrum. findClosest(float waveno)Returns the SpectrumPoint with a wave number closest to the one provided.SpectrumPointSpectrum. getMaxAmplitude()Get point with greatest amplitude.SpectrumPointSpectrum. getMaxWaveNumber()Get point with greatest wave number.SpectrumPointSpectrum. getMinAmplitude()Get point with smallest amplitude.SpectrumPointSpectrum. getMinWaveNumber()Get point with smallest wave number.SpectrumPointSpectrum. newPoint()Returns a new instance of a sequence point.SpectrumPointSpectrumPoint. parse(String s)Parses a string and instantiates a sequence point of it.Methods in adams.data.spectrum that return types with arguments of type SpectrumPoint Modifier and Type Method Description adams.data.container.DataPointComparator<SpectrumPoint>Spectrum. getComparator()Returns the comparator in use.adams.data.container.DataPointComparator<SpectrumPoint>Spectrum. newComparator()Returns a new instance of the default comparator.Methods in adams.data.spectrum with parameters of type SpectrumPoint Modifier and Type Method Description intSpectrumPointComparator. compare(SpectrumPoint o1, SpectrumPoint o2)Compares its two arguments for order.static intSpectrumUtils. findWaveNumber(List<SpectrumPoint> points, SpectrumPoint p)Returns the index in points of the given spectrum point, -1 if not found.static SpectrumSpectrumUtils. getConsecutiveRegion(List<SpectrumPoint> points, SpectrumPoint lastEnd, SpectrumPoint end)Returns a region for the given range, starting just after the wave number of "lastEnd" and ending (including) at "end".static SpectrumSpectrumUtils. getRegion(List<SpectrumPoint> points, SpectrumPoint start, SpectrumPoint end)Returns a region for the given range, including both, start and end point.Method parameters in adams.data.spectrum with type arguments of type SpectrumPoint Modifier and Type Method Description protected static voidSpectrumUtils. add(Hashtable<Float,SpectrumPoint> pool, Spectrum s)Merges the given spectrum with the current data pool.voidSpectrum. assign(adams.data.container.DataContainer<SpectrumPoint> other)Obtains the stored variables from the other data point, but not the actual data points.static intSpectrumUtils. countRegions(List<SpectrumPoint> points, long start, long end, boolean positive)Counts the positive or negative regions between the given points (incl.static intSpectrumUtils. countSignChanges(List<SpectrumPoint> points, long start, long end)Counts the sign changes in the given data between the given points (incl.static intSpectrumUtils. findClosestWaveNumber(List<SpectrumPoint> points, float waveno)Returns the index in points closest to the given wave number.static int[]SpectrumUtils. findEnclosingWaveNumbers(List<SpectrumPoint> points, float waveno)Returns the indices of points in m_Points that enclose the given wave number.static intSpectrumUtils. findWaveNumber(List<SpectrumPoint> points, float waveno)Returns the index in points of the given wave number.static intSpectrumUtils. findWaveNumber(List<SpectrumPoint> points, SpectrumPoint p)Returns the index in points of the given spectrum point, -1 if not found.static SpectrumSpectrumUtils. getConsecutiveRegion(List<SpectrumPoint> points, SpectrumPoint lastEnd, SpectrumPoint end)Returns a region for the given range, starting just after the wave number of "lastEnd" and ending (including) at "end".protected static SpectrumSpectrumUtils. getHeader(List<SpectrumPoint> points)Creates a header based on the given spectrum points.static SpectrumSpectrumUtils. getRegion(List<SpectrumPoint> points, SpectrumPoint start, SpectrumPoint end)Returns a region for the given range, including both, start and end point.static double[]SpectrumUtils. toDoubleArray(List<SpectrumPoint> data)Returns the amplitudes as double array. -
Uses of SpectrumPoint in adams.data.spectrumfilter
Methods in adams.data.spectrumfilter that return SpectrumPoint Modifier and Type Method Description protected SpectrumPointEquiDistance. interpolate(float waveno, SpectrumPoint left, SpectrumPoint right)Returns a SpectrumPoint with interpolated amplitude.Methods in adams.data.spectrumfilter that return types with arguments of type SpectrumPoint Modifier and Type Method Description protected List<SpectrumPoint>StandardiseByInterpolation. getClosestPoints(double waveno, List<SpectrumPoint> data, int numpoints)Methods in adams.data.spectrumfilter with parameters of type SpectrumPoint Modifier and Type Method Description protected SpectrumPointEquiDistance. interpolate(float waveno, SpectrumPoint left, SpectrumPoint right)Returns a SpectrumPoint with interpolated amplitude.Method parameters in adams.data.spectrumfilter with type arguments of type SpectrumPoint Modifier and Type Method Description protected List<SpectrumPoint>StandardiseByInterpolation. getClosestPoints(double waveno, List<SpectrumPoint> data, int numpoints)protected doubleAbstractStandardiseFilter. interp(double int_point, List<SpectrumPoint> lsp, int poly)protected doubleAbstractStandardiseFilter. L(double x, List<SpectrumPoint> lsp, int m) -
Uses of SpectrumPoint in adams.data.spectrumfilter.amplitudetransform
Methods in adams.data.spectrumfilter.amplitudetransform that return SpectrumPoint Modifier and Type Method Description protected abstract SpectrumPointAbstractAmplitudeTransformer. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointApplyMultiplicativeScatterCorrection. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointPassThrough. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointTriangle. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.Methods in adams.data.spectrumfilter.amplitudetransform with parameters of type SpectrumPoint Modifier and Type Method Description protected abstract SpectrumPointAbstractAmplitudeTransformer. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointApplyMultiplicativeScatterCorrection. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointPassThrough. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object.protected SpectrumPointTriangle. transform(int index, SpectrumPoint point)Transform the spectrum point and returns a new object. -
Uses of SpectrumPoint in adams.gui.visualization.spectrum
Fields in adams.gui.visualization.spectrum declared as SpectrumPoint Modifier and Type Field Description protected SpectrumPointSelectedWaveNumberPaintlet. m_Pointthe point to paint.Methods in adams.gui.visualization.spectrum that return SpectrumPoint Modifier and Type Method Description protected static SpectrumPointWaveNumberHitDetector. findClosestSpectrumPoint(SpectrumContainerManager manager, float waveno)Returns the closest spectrum point to the specified wave number across all visible spectra.SpectrumPointSelectedWaveNumberPaintlet. getPoint()Returns the currently set point to highlight.Methods in adams.gui.visualization.spectrum that return types with arguments of type SpectrumPoint Modifier and Type Method Description protected List<SpectrumPoint>SpectrumPointHitDetector. isHit(MouseEvent e)Checks for a hit.Methods in adams.gui.visualization.spectrum with parameters of type SpectrumPoint Modifier and Type Method Description voidSelectedWaveNumberPaintlet. setPoint(SpectrumPoint value)Sets the point to highlight, automatically repaints the panel.Method parameters in adams.gui.visualization.spectrum with type arguments of type SpectrumPoint Modifier and Type Method Description protected StringSpectrumPointHitDetector. processHit(MouseEvent e, List<SpectrumPoint> hit)Performs the action when a hit is detected.
-