edu.asu.cri.MirkE
Class MirkE

java.lang.Object
  extended byedu.asu.cri.MirkE.MirkE

public class MirkE
extends java.lang.Object

MirkE - developed to facilitate simple (and not so simple) tasks for colormetric analysis assays

Version:
0.3.0, 2 februrary, 2004
Author:
Scott Menor

Field Summary
 int colorModel
          Comment for colorModel
 int scale
          Comment for scale
 
Constructor Summary
MirkE()
          default constructor // TODO - open to a simple spreadsheet like view
MirkE(java.io.File[] files)
           
MirkE(java.lang.String filename)
           
 
Method Summary
 DataSet getDataSet()
           
 EventDispatcher getEventDispatcher()
           
 MainFrame getMainFrame()
           
static void main(java.lang.String[] args)
           
 void setDataSet(DataSet dataSet)
           
 void setEventDispatcher(EventDispatcher eventDispatcher)
           
 void setMainFrame(MainFrame mainFrame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorModel

public int colorModel
Comment for colorModel


scale

public int scale
Comment for scale

Constructor Detail

MirkE

public MirkE()
default constructor // TODO - open to a simple spreadsheet like view


MirkE

public MirkE(java.lang.String filename)
      throws java.io.IOException,
             MirkEApplicationException,
             MirkESystemException
Parameters:
filename -
Throws:
java.io.IOException
MirkEApplicationException
MirkESystemException

MirkE

public MirkE(java.io.File[] files)
      throws java.io.IOException,
             MirkEApplicationException,
             MirkESystemException
Parameters:
files -
Throws:
MirkEApplicationException
java.io.IOException
MirkESystemException
Method Detail

setDataSet

public void setDataSet(DataSet dataSet)
Parameters:
dataSet -

getDataSet

public DataSet getDataSet()
Returns:
dataSet

setMainFrame

public void setMainFrame(MainFrame mainFrame)
Parameters:
mainFrame -

getMainFrame

public MainFrame getMainFrame()
Returns:
mainFrame

setEventDispatcher

public void setEventDispatcher(EventDispatcher eventDispatcher)
Parameters:
eventDispatcher -

getEventDispatcher

public EventDispatcher getEventDispatcher()
Returns:
eventDispatcher

main

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


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.