Package jspecview.common
Class PeakInfo
java.lang.Object
jspecview.common.PeakInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
a spectrum which, when loaded, should fire a message to load first peak -- GC for nowboolean
checkFileIndex
(String filePath, String sIndex, String sAtomKey) boolean
checkFileTypeModel
(String filePath, String type, String model) type checks true for MS in GC/MS; reverse of checkTypedouble
checkRange
(int xPixel, double xVal) boolean
boolean
checkTypeModel
(String type, String model) getAtoms()
getIndex()
getMatch()
getModel()
getTitle()
getType()
double
getX()
double
getXMax()
double
getXMin()
int
double
getYMax()
double
getYMin()
boolean
void
setPixelRange
(int x0, int x1) toString()
-
Field Details
-
nullPeakInfo
-
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
type checks true for MS in GC/MS; reverse of checkType- Parameters:
filePath
-type
-model
-- Returns:
- true for MS in GC/MS; reverse of checkType
-
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()
-