public class ModificationProfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
A_SCORE_ROW_INDEX
The a score row index.
|
static int |
DELTA_SCORE_ROW_INDEX
The delta score row index.
|
Constructor and Description |
---|
ModificationProfile(java.lang.String ptmName,
double[][] profile,
java.awt.Color color)
Modification profile constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int DELTA_SCORE_ROW_INDEX
public static final int A_SCORE_ROW_INDEX
public ModificationProfile(java.lang.String ptmName, double[][] profile, java.awt.Color color)
ptmName
- the PTM namrprofile
- the PTM profilecolor
- the PTM colorpublic 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 setCopyright © 2013. All Rights Reserved.