Class BaseMassGraph
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----DragCanvas
|
+----BaseGraph
|
+----BaseMassGraph
- class BaseMassGraph
- extends BaseGraph
-
FFactor
-
-
TolVector
- tolerance vector, we show matching masses using masses from this vector
-
BaseMassGraph(int, int, int, int)
-
-
getFactor()
-
-
paintCurrentMPept(PeptVect, Graphics)
- paint a Peptide tooltip (the small yellow box with relevant info)
-
setFactor(boolean)
- common multiply factor
TolVector
protected PeptVect TolVector
- tolerance vector, we show matching masses using masses from this vector
FFactor
private boolean FFactor
BaseMassGraph
public BaseMassGraph(int iXPos,
int iYPos,
int iWidth,
int iHeight)
paintCurrentMPept
protected void paintCurrentMPept(PeptVect MassVector,
Graphics g)
- paint a Peptide tooltip (the small yellow box with relevant info)
setFactor
public boolean setFactor(boolean Value)
- common multiply factor
getFactor
public boolean getFactor()