Class PeakInfo
java.lang.Object
jspecview.common.PeakInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleana spectrum which, when loaded, should fire a message to load first peak -- GC for nowbooleancheckFileIndex(String filePath, String sIndex, String sAtomKey) booleancheckFileTypeModel(String filePath, String type, String model) type checks true for MS in GC/MS; reverse of checkTypedoublecheckRange(int xPixel, double xVal) booleanbooleancheckTypeModel(String type, String model) getAtoms()getIndex()getMatch()getModel()getTitle()getType()doublegetX()doublegetXMax()doublegetXMin()intdoublegetYMax()doublegetYMin()booleanvoidsetPixelRange(int x0, int x1) toString()
-
Field Details
-
spectrum
-
-
Constructor Details
-
PeakInfo
public PeakInfo() -
PeakInfo
-
-
Method Details
-
isClearAll
public boolean isClearAll() -
getType
-
getAtoms
-
getXMax
public double getXMax() -
getXMin
public double getXMin() -
getYMin
public double getYMin() -
getYMax
public double getYMax() -
getX
public double getX() -
getMatch
-
toString
-
getIndex
-
getTitle
-
checkFileIndex
-
checkFileTypeModel
-
checkTypeModel
-
checkTypeMatch
-
getModel
-
getFilePath
-
autoSelectOnLoad
public boolean autoSelectOnLoad()a spectrum which, when loaded, should fire a message to load first peak -- GC for now- Returns:
- can autoselect on loading
-
setPixelRange
public void setPixelRange(int x0, int x1) -
checkRange
public double checkRange(int xPixel, double xVal) -
getXPixel
public int getXPixel()
-