Uses of Class
jspecview.common.PeakInfo
Packages that use PeakInfo
-
Uses of PeakInfo in jspecview.common
Methods in jspecview.common that return PeakInfoModifier and TypeMethodDescriptionPanelData.findMatchingPeakInfo(PeakInfo pi) Spectrum.findMatchingPeakInfo(PeakInfo pi) Spectrum.findPeakByCoord(int xPixel, Coordinate coord) Spectrum.getAssociatedPeakInfo(int xPixel, Coordinate coord) Spectrum.getBasePeakInfo()Spectrum.getModelPeakInfoForAutoSelectOnLoad()PeakPickEvent.getPeakInfo()Spectrum.getSelectedPeak()PanelData.selectPeakByFileIndex(String filePath, String index, String atomKey) Spectrum.selectPeakByFileIndex(String filePath, String index, String atomKey) Spectrum.selectPeakByFilePathTypeModel(String filePath, String type, String model) Methods in jspecview.common that return types with arguments of type PeakInfoMethods in jspecview.common with parameters of type PeakInfoModifier and TypeMethodDescriptionvoidPanelData.addPeakHighlight(PeakInfo peakInfo) booleanPeakInfo.checkTypeMatch(PeakInfo pi) PanelData.findMatchingPeakInfo(PeakInfo pi) Spectrum.findMatchingPeakInfo(PeakInfo pi) voidSpectrum.setHighlightedPeak(PeakInfo peak) voidSpectrum.setSelectedPeak(PeakInfo peak) Method parameters in jspecview.common with type arguments of type PeakInfoModifier and TypeMethodDescriptionintSpectrum.setPeakList(Lst<PeakInfo> list, String peakXLabel, String peakYLabel) Constructors in jspecview.common with parameters of type PeakInfo