uk.ac.leeds.ccg.andyt.grids.examples
Class UtilitiesRuns

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
      extended by uk.ac.leeds.ccg.andyt.grids.examples.Run
          extended by uk.ac.leeds.ccg.andyt.grids.examples.UtilitiesRuns
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class UtilitiesRuns
extends Run
implements java.lang.Runnable

TODO: docs

See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.leeds.ccg.andyt.grids.examples.Run
grid2DSquareCellDoubleProcessor
 
Fields inherited from class uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
handleOutOfMemoryErrorFalse, handleOutOfMemoryErrorTrue, memoryReserve
 
Constructor Summary
UtilitiesRuns()
           
 
Method Summary
 void densityPlot()
           
 void GridtoGam()
           
 void kernelVolume()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void toGainsChartCSV()
           
 
Methods inherited from class uk.ac.leeds.ccg.andyt.grids.examples.Run
log, log
 
Methods inherited from class uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
clearMemoryReserve, initMemoryReserve, initMemoryReserve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilitiesRuns

public UtilitiesRuns()
Method Detail

main

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

run

public void run()
Specified by:
run in interface java.lang.Runnable

kernelVolume

public void kernelVolume()

GridtoGam

public void GridtoGam()

densityPlot

public void densityPlot()

toGainsChartCSV

public void toGainsChartCSV()