biosim.app.btfreplay
Class BTFReplay

java.lang.Object
  extended by biosim.app.btfreplay.BTFReplay

public class BTFReplay
extends java.lang.Object


Field Summary
static double HEIGHT
           
static int MAX_TRACKS
           
static double SIZE
           
static double WIDTH
           
 
Constructor Summary
BTFReplay()
           
 
Method Summary
static java.util.ArrayList<ReplayBody> loadBTF(BTFData btf)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final double SIZE
See Also:
Constant Field Values

WIDTH

public static final double WIDTH
See Also:
Constant Field Values

HEIGHT

public static final double HEIGHT
See Also:
Constant Field Values

MAX_TRACKS

public static final int MAX_TRACKS
See Also:
Constant Field Values
Constructor Detail

BTFReplay

public BTFReplay()
Method Detail

loadBTF

public static java.util.ArrayList<ReplayBody> loadBTF(BTFData btf)
                                               throws java.io.IOException
Throws:
java.io.IOException

main

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