| Interface | Description |
|---|---|
| PherogramDistortion |
Classes to be used with
PherogramPainter the define the distortion of the pherogram at each base call index
should implement this interface. |
| Class | Description |
|---|---|
| GapPattern |
Represents gaps displayed in a
PherogramArea within the area of one base call. |
| ScaledPherogramDistortion |
Stores scale and gap pattern for each base call index of a pherogram.
|
| UnscaledPherogramDistortion |
Implementation that does not scale the pherogram or insert any gaps.
|