|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.ClusterGroup
public class ClusterGroup
This class defines a cluster group which stands for a subfamily of proteins.
Constructor Summary | |
---|---|
ClusterGroup()
|
Method Summary | |
---|---|
void |
addSequence(SequenceImpl seq)
This method adds another sequence to the cluster group. |
java.awt.Color |
getColor()
Returns the cluster color. |
int |
getIndex()
Returns the cluster index. |
SequenceImpl[] |
getSequences()
Returns the sequences. |
void |
setColor(java.awt.Color color)
Sets the cluster Color |
void |
setIndex(int index)
Sets the cluster index. |
void |
setSequences(SequenceImpl[] sequences)
Sets the sequences. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterGroup()
Method Detail |
---|
public void addSequence(SequenceImpl seq)
seq
- public int getIndex()
public void setIndex(int index)
index
- public SequenceImpl[] getSequences()
public void setSequences(SequenceImpl[] sequences)
sequences
- public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |