trans.graphics
Class IntervalPlotter

java.lang.Object
  extended bytrans.graphics.IntervalPlotter

public class IntervalPlotter
extends java.lang.Object

Application to draw graphical representations of loaded Intervals.


Constructor Summary
IntervalPlotter(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntervalPlotter

public IntervalPlotter(java.lang.String[] args)
Method Detail

printDocs

public static void printDocs()

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


main

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