| Package | Description | 
|---|---|
| info.bioinfweb.libralign.alignmentarea.content | 
 Contains classes related to  
AlignmentContentArea which display
 the contents of an alignment. | 
| info.bioinfweb.libralign.alignmentarea.label | 
 Contains general classes implementing the labeling of sequences and data areas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceArea | 
AlignmentContentArea.getSequenceAreaByID(java.lang.String sequenceID)
Returns the  
SequenceArea inside this area that displays the sequence with the specified ID. | 
SequenceArea | 
AlignmentContentArea.getSequenceAreaByRow(int row)
Returns the  
SequenceArea inside this area that displays the sequence in the specified row. | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceArea | 
SequenceLabelArea.getLabeledArea()  | 
| Constructor and Description | 
|---|
SequenceLabelArea(AlignmentLabelArea owner,
                 SequenceArea labeledSubArea)  |