|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.gui.protein.ModificationProfile
public class ModificationProfile
A simple modofication profile object.
Field Summary | |
---|---|
static int |
A_SCORE_ROW_INDEX
The a score row index. |
static int |
DELTA_SCORE_ROW_INDEX
The delta score row index. |
Constructor Summary | |
---|---|
ModificationProfile(java.lang.String ptmName,
double[][] profile,
java.awt.Color color)
Modification profile constructor. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the PTM color. |
double[][] |
getProfile()
Returns the profile. |
java.lang.String |
getPtmName()
Returns the PTM name. |
void |
setColor(java.awt.Color color)
Sets the PTM color. |
void |
setProfile(double[][] profile)
Sets the profile. |
void |
setPtmName(java.lang.String ptmName)
Sets the PTM name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DELTA_SCORE_ROW_INDEX
public static final int A_SCORE_ROW_INDEX
Constructor Detail |
---|
public ModificationProfile(java.lang.String ptmName, double[][] profile, java.awt.Color color)
ptmName
- the PTM namrprofile
- the PTM profilecolor
- the PTM colorMethod Detail |
---|
public java.lang.String getPtmName()
public void setPtmName(java.lang.String ptmName)
ptmName
- the ptmName to setpublic double[][] getProfile()
public void setProfile(double[][] profile)
profile
- the profile to setpublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- the color to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |