Class GappedRenderer

  • All Implemented Interfaces:
    Serializable, SequenceRenderer, Changeable

    public class GappedRenderer
    extends SequenceRendererWrapper
    A renderer that will display a gapped sequence as a discontinuous series of regions.

    Each ungapped block in the gapped symbol list will be displayed as a contiguous region by this renderer. Where there are gaps, this renderer will display nothing. Then, when the gaps are over, it will continue to render the ungapped sequence. This has the effect of snapping the image of the ungapped sequence where there are gaps, so as to allow it to be viewed in the gapped co-ordinate system.

    Author:
    Matthew Pocock
    See Also:
    Serialized Form