Class TextLogoPainter

  • All Implemented Interfaces:
    LogoPainter

    public class TextLogoPainter
    extends Object
    implements LogoPainter
    A logo painter that paints in stacked letters. The total height of the letters is proportional to the total informaton in the state. The height of each letter is proportional to its emission probability. The most likely letter is drawn highest.
    Author:
    Matthew Pocock