|
||||||||||
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(String ptmName,
double[][] profile,
Color color)
Modification profile constructor. |
Method Summary | |
---|---|
Color |
getColor()
Returns the PTM color. |
double[][] |
getProfile()
Returns the profile. |
String |
getPtmName()
Returns the PTM name. |
void |
setColor(Color color)
Sets the PTM color. |
void |
setProfile(double[][] profile)
Sets the profile. |
void |
setPtmName(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(String ptmName, double[][] profile, Color color)
ptmName
- the PTM namrprofile
- the PTM profilecolor
- the PTM colorMethod Detail |
---|
public String getPtmName()
public void setPtmName(String ptmName)
ptmName
- the ptmName to setpublic double[][] getProfile()
public void setProfile(double[][] profile)
profile
- the profile to setpublic Color getColor()
public void setColor(Color color)
color
- the color to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |