public class ModificationProfile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SCORE_1_ROW_INDEX
The score above the sequence row index.
|
static int |
SCORE_2_ROW_INDEX
The score under the sequence 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 SCORE_1_ROW_INDEX
public static final int SCORE_2_ROW_INDEX
public ModificationProfile(java.lang.String ptmName,
double[][] profile,
java.awt.Color color)
ptmName - the PTM nameprofile - 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 © 2014. All Rights Reserved.