Package | Description |
---|---|
org.biojava.bio.alignment |
Classes to generate and describe sequence alignments.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexibleAlignment.shiftAtAlignmentLoc(java.lang.Object label,
Location loc,
int offset)
loc in this case is the Alignment Location
|
void |
EditableAlignment.shiftAtAlignmentLoc(java.lang.Object label,
Location loc,
int offset)
loc in this case is the Alignment Location
|
void |
FlexibleAlignment.shiftAtSequenceLoc(java.lang.Object label,
Location loc,
int offset)
loc in this case is the SymbolList Location
|
void |
EditableAlignment.shiftAtSequenceLoc(java.lang.Object label,
Location loc,
int offset)
loc in this case is the SymbolList Location
|