us.nj.nwk.overlapping_analysis
Class Model.DensityStatistic

java.lang.Object
  extended by us.nj.nwk.overlapping_analysis.Model.DensityStatistic
All Implemented Interfaces:
Model.GeneralStatistic
Enclosing class:
Model

public class Model.DensityStatistic
extends Object
implements Model.GeneralStatistic


Constructor Summary
Model.DensityStatistic(Vector celltypes, int plane_index)
           
 
Method Summary
 void addVoxel(Model.Voxel voxel)
           
 jxl.format.Colour convertColor(Color color)
           
 void createTextFiles(String path)
           
 void writeOutStatistics(jxl.write.WritableSheet worksheet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model.DensityStatistic

public Model.DensityStatistic(Vector celltypes,
                              int plane_index)
Method Detail

addVoxel

public void addVoxel(Model.Voxel voxel)
Specified by:
addVoxel in interface Model.GeneralStatistic

writeOutStatistics

public void writeOutStatistics(jxl.write.WritableSheet worksheet)

convertColor

public jxl.format.Colour convertColor(Color color)

createTextFiles

public void createTextFiles(String path)