TokenPainterSee: Description
| Interface | Description |
|---|---|
| ColorOverlay |
Classes implementing this interface define areas in the alignment that should be overlain with a certain color.
|
| TokenPainter |
Interface to be implemented by all classes responsible for painting tokens from an
AlignmentModel
in an AlignmentArea. |
| Class | Description |
|---|---|
| AbstractBioPolymerTokenPainter |
Implements shared functionality for painting nucleotide and amino acid tokens including
their ambiguity codes.
|
| AbstractTokenPainter |
Implements shared functionality between implementations of
TokenPainter. |
| AminoAcidTokenPainter |
Token painter that paints amino acids.
|
| NucleotideTokenPainter |
Token painter that paints nucleotides.
|
| SingleColorTokenPainter |
Token painter that paints the string representation of a token centered into a rectangle filled with a
specified background color.
|
TokenPainter