Class IMassGraph
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----DragCanvas
|
+----BaseGraph
|
+----BaseMassGraph
|
+----IMassGraph
- class IMassGraph
- extends BaseMassGraph
-
decalList
- the attached displacement list for peptide masses
-
FLog
-
-
FTolerated
- calculate the tolerance vector (explained above)
-
MassNames
-
-
MassVector
- the current petide vector
-
MassVectors
- all plotted vectors with their respective names
-
IMassGraph(int, int, int, int)
-
-
adjustMinMax(PeptVect)
-
-
calcTolerated(float)
-
-
calcTolerated(String)
- calculate the tolerance vector
-
drawPeptLegend(Graphics, int, String)
- draw the Peptide Mass plot legend
-
getAddVector()
-
-
getDecalList()
-
-
getMassVector()
-
-
getTolerated()
-
-
paint(Graphics)
- paint the object
# adjust the multiply factor
# set the wire option depending on the location of the vector
# paint legend
-
paintMassVector(Graphics)
- paint the current mass vector
-
paintTolVector(Graphics)
- paint the tolVector, a tolerance vector is
a series of peptide masses matching between the first and the second
peptide vector in the mass series
-
setLog(boolean)
- set the log() factor, explained in PeptVect, do not forget to adjust min/max
-
setMassDecal(float)
-
-
setMassDecal(String)
-
-
setMassNames(Vector)
-
-
setMassVector(PeptVect)
-
-
setMassVectors(Vector)
-
decalList
private Choice decalList
- the attached displacement list for peptide masses
MassVector
private PeptVect MassVector
- the current petide vector
MassVectors
private Vector MassVectors
- all plotted vectors with their respective names
MassNames
private Vector MassNames
FTolerated
private int FTolerated
- calculate the tolerance vector (explained above)
FLog
private boolean FLog
IMassGraph
public IMassGraph(int iXPos,
int iYPos,
int iWidth,
int iHeight)
getDecalList
public Choice getDecalList()
setMassDecal
public boolean setMassDecal(String sValue)
setMassDecal
public boolean setMassDecal(float Value)
getMassVector
public PeptVect getMassVector()
getAddVector
public PeptVect getAddVector()
setMassVectors
public void setMassVectors(Vector iMassVectors)
setMassNames
public void setMassNames(Vector iMassNames)
adjustMinMax
private void adjustMinMax(PeptVect iMassVector)
setMassVector
public void setMassVector(PeptVect iMassVector)
paintTolVector
public void paintTolVector(Graphics g)
- paint the tolVector, a tolerance vector is
a series of peptide masses matching between the first and the second
peptide vector in the mass series
paintMassVector
public void paintMassVector(Graphics g)
- paint the current mass vector
drawPeptLegend
private void drawPeptLegend(Graphics g,
int factor,
String iLegend)
- draw the Peptide Mass plot legend
paint
public void paint(Graphics g)
- paint the object
# adjust the multiply factor
# set the wire option depending on the location of the vector
# paint legend
- Overrides:
- paint in class DragCanvas
calcTolerated
public void calcTolerated(String sTol)
- calculate the tolerance vector
calcTolerated
public void calcTolerated(float tol)
getTolerated
public int getTolerated()
setLog
public boolean setLog(boolean Value)
- set the log() factor, explained in PeptVect, do not forget to adjust min/max