Class DotPlotPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener

public class DotPlotPanel extends ScaleableMatrixPanel
Displays the dot plot trace for an alignment. This class adapts ScaleableMatrixPanel, which uses code from org.biojava.nbio.structure.align.pairwise, with more BioJava-friendly methods based off AFPChains.
Author:
Spencer Bliven
See Also:
  • Constructor Details

    • DotPlotPanel

      public DotPlotPanel(AFPChain alignment)
      Parameters:
      alignment - The alignment to plot
      background - [Optional]A matrix of 'background colors' over which to draw the alignment. Originally designed as a matrix of RMSD values between AFPs, so it is colorized accordingly from red (0) to black (>10). If this set to null, the background is set to black.
  • Method Details

    • main

      public static void main(String[] args)