|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResidueSelection
HELP PACKAGE:charite.christo.strap. Residue selections are objects attached to proteins which select one or more amino acid positions from the amino acid sequence. They usually have color, style attributes and a balloon message. They may be shown in the alignment (1D) and in the built in 3D-wire-frame (3D) and the scrollbar view-port (VP). Selections are created in different ways:
| Field Summary | |
|---|---|
static ResidueSelection[] |
NONE
|
| Method Summary | |
|---|---|
Protein |
getProtein()
Usually, the protein reference which is stored in an instance variable is returned. |
boolean[] |
getSelectedAminoacids()
|
int |
getSelectedAminoacidsOffset()
|
boolean |
setProtein(Protein p)
Usually, an instance variable is set with the given protein. |
void |
setSelectedAminoacids(boolean[] bb,
int offset)
The selected residues might be initialized. |
| Field Detail |
|---|
static final ResidueSelection[] NONE
| Method Detail |
|---|
boolean setProtein(Protein p)
p - a reference to the protein object.Protein getProtein()
boolean[] getSelectedAminoacids()
int getSelectedAminoacidsOffset()
void setSelectedAminoacids(boolean[] bb,
int offset)
|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||