Package | Description |
---|---|
info.bioinfweb.libralign.dataarea.implementations.pherogram |
Contains
PherogramArea and other classes used in its
implementation. |
info.bioinfweb.libralign.pherogram |
Contains classes related to storing and displaying a trace file from Sanger sequencing.
|
info.bioinfweb.libralign.pherogram.view |
Contains classes to display an undistorted pherogram.
|
Modifier and Type | Class and Description |
---|---|
class |
PherogramArea
A data area displaying a trace file resulting from Sanger sequencing.
|
Modifier and Type | Method and Description |
---|---|
PherogramComponent |
PherogramFormats.getOwner()
Returns the owning trace curve view or pherogram data area using this instance.
|
Constructor and Description |
---|
PherogramFormats(PherogramComponent owner)
Creates a new instance of this class with default values.
|
PherogramPainter(PherogramComponent owner) |
Modifier and Type | Class and Description |
---|---|
class |
PherogramTraceCurveView
GUI component that allows displaying a pherogram (trace file from Sanger sequencing) which is not attached
to a sequence in an
AlignmentArea . |