gata.main
Class GATAPlotter

java.lang.Object
  extended bygata.main.GATAPlotter

public class GATAPlotter
extends java.lang.Object

Author:
Nix Launcher class for GATAPlotter. Call main.

Constructor Summary
GATAPlotter()
           
 
Method Summary
 javax.swing.JScrollPane getAlignScrollPane()
           
 javax.swing.JScrollPane getCompScrollPane()
           
 javax.swing.JSplitPane getInnerSplitPane()
           
 java.io.File getObjectsFile()
           
 void launchGATAPlotter()
           
static void main(java.lang.String[] args)
           
 void makeAnnotation(AnnoSpecParams annoParams)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GATAPlotter

public GATAPlotter()
Method Detail

main

public static void main(java.lang.String[] args)

getObjectsFile

public java.io.File getObjectsFile()

launchGATAPlotter

public void launchGATAPlotter()

makeAnnotation

public void makeAnnotation(AnnoSpecParams annoParams)

getCompScrollPane

public javax.swing.JScrollPane getCompScrollPane()

getAlignScrollPane

public javax.swing.JScrollPane getAlignScrollPane()

getInnerSplitPane

public javax.swing.JSplitPane getInnerSplitPane()