Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea.tokenpainter |
Contains implementations of
TokenPainter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBioPolymerTokenPainter
Implements shared functionality for painting nucleotide and amino acid tokens including
their ambiguity codes.
|
class |
AminoAcidTokenPainter
Token painter that paints amino acids.
|
class |
NucleotideTokenPainter
Token painter that paints nucleotides.
|
class |
SingleColorTokenPainter
Token painter that paints the string representation of a token centered into a rectangle filled with a
specified background color.
|