Public Member Functions | |
| void | copyArrays (LCB lcb, long[] starts, long[] lengths, boolean[] reverse, int seq_count) |
| long | getLength (int sourceIndex) |
| long | getLength (Genome g) |
| boolean | getReverse (int sourceIndex) |
| boolean | getReverse (Genome g) |
| long | getStart (int sourceIndex) |
| long | getStart (Genome g) |
| Match (Match m) | |
| Match (int sequenceCount) | |
| long | offset () |
| Compute and return the generalized offset. | |
| void | setLength (int sourceIndex, long length) |
| void | setLength (Genome g, long length) |
| void | setReverse (int sourceIndex, boolean r) |
| void | setReverse (Genome g, boolean r) |
| void | setStart (int sourceIndex, long start) |
| void | setStart (Genome g, long start) |
Public Attributes | |
| Color | color |
| boolean | highlighted = false |
| int | lcb = 0 |
Static Public Attributes | |
| final int | NO_MATCH = 0 |
Static Package Attributes | |
| final long | serialVersionUID = 1 |
Sequence coordinates start at 1 and a coordinate of 0 indicates that the alignment is undefined in that sequence.
Definition at line 13 of file Match.java.
|
|
Definition at line 31 of file Match.java. |
|
|
Definition at line 38 of file Match.java. |
|
||||||||||||||||||||||||
|
Definition at line 163 of file Match.java. Referenced by org::gel::mauve::LCB::LCB(). |
|
|
Definition at line 90 of file Match.java. |
|
|
|
Definition at line 120 of file Match.java. |
|
|
|
Definition at line 61 of file Match.java. |
|
|
|
Compute and return the generalized offset.
Definition at line 141 of file Match.java. References NO_MATCH. Referenced by org::gel::mauve::color::OffsetColorScheme::apply(), and org::gel::mauve::color::OffsetColorScheme::initOffsets(). |
|
||||||||||||
|
Definition at line 105 of file Match.java. |
|
||||||||||||
|
Definition at line 95 of file Match.java. References org::gel::mauve::Genome::getSourceIndex(). Referenced by org::gel::mauve::ModelBuilder::readMauveAlignment(), org::gel::mauve::ModelBuilder::readMums(), and org::gel::mauve::XMFAAlignment::SuppressWarnings(). |
|
||||||||||||
|
Definition at line 135 of file Match.java. |
|
||||||||||||
|
Definition at line 125 of file Match.java. References org::gel::mauve::Genome::getSourceIndex(). Referenced by org::gel::mauve::BaseViewerModel::correctMatchReversals(), org::gel::mauve::ModelBuilder::readMauveAlignment(), org::gel::mauve::ModelBuilder::readMums(), and org::gel::mauve::XMFAAlignment::SuppressWarnings(). |
|
||||||||||||
|
Definition at line 75 of file Match.java. |
|
||||||||||||
|
Definition at line 66 of file Match.java. References org::gel::mauve::Genome::getSourceIndex(). Referenced by org::gel::mauve::BaseViewerModel::getMatchRange(), org::gel::mauve::ModelBuilder::readMauveAlignment(), org::gel::mauve::ModelBuilder::readMums(), and org::gel::mauve::XMFAAlignment::SuppressWarnings(). |
|
|
|
Definition at line 20 of file Match.java. Referenced by org::gel::mauve::BaseViewerModel::addMatchHighlight(), org::gel::mauve::BaseViewerModel::clearMatchHighlights(), and org::gel::mauve::gui::sequence::MatchPanel::drawMatchBoxes(). |
|
|
|
Definition at line 16 of file Match.java. Referenced by org::gel::mauve::BaseViewerModel::getMatchRange(), offset(), org::gel::mauve::ModelBuilder::readMauveAlignment(), and org::gel::mauve::ModelBuilder::readMums(). |
|
|
Definition at line 15 of file Match.java. |
1.3.6