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 |
ToolkitSpecificAlignmentContentArea.getSequenceAreaByID(String sequenceID)
Returns the
SequenceArea inside this area that displays the sequence with the specified ID. |
SequenceArea |
SwingAlignmentContentArea.getSequenceAreaByID(String sequenceID) |
SequenceArea |
SWTAlignmentContentArea.getSequenceAreaByID(String sequenceID) |
Modifier and Type | Method and Description |
---|---|
int |
AlignmentContentArea.alignmentPartY(SequenceArea sequenceArea,
int relativeY)
Calculates the y coordinate relative to the alignment content area, which contains the specified sequence area.
|
Modifier and Type | Method and Description |
---|---|
SequenceArea |
SequenceLabelArea.getLabeledArea() |
Constructor and Description |
---|
SequenceLabelArea(AlignmentLabelArea owner,
SequenceArea labeledSubArea) |