trans.graphics
Class CelMasker

java.lang.Object
  extended bytrans.graphics.CelMasker

public class CelMasker
extends java.lang.Object

Application to draw and mask a raw text cel file.


Constructor Summary
CelMasker(java.lang.String[] args)
           
 
Method Summary
 float getMaskValue()
           
 int getMaxIntensityValueToPlot()
           
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
 void writeCelFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CelMasker

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

writeCelFile

public void writeCelFile()

processArgs

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


printDocs

public static void printDocs()

main

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

getMaskValue

public float getMaskValue()

getMaxIntensityValueToPlot

public int getMaxIntensityValueToPlot()