com.xinapse.multisliceimage
Class Histogram.BinSpec

java.lang.Object
  extended by com.xinapse.multisliceimage.Histogram.BinSpec
Enclosing class:
Histogram

public static class Histogram.BinSpec
extends java.lang.Object

A specification for Histogram bins. Immutable so that all fields can be public.


Field Summary
 double binWidth
          The bin width.
 double max
          The maximum histogram value for the last bin.
 double min
          The minimun histogram value for the first bin.
 int nBins
          The number of bins.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

min

public final double min
The minimun histogram value for the first bin.


nBins

public final int nBins
The number of bins.


binWidth

public final double binWidth
The bin width.


max

public final double max
The maximum histogram value for the last bin.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2006-2011 Xinapse Systems Limited. All Rights Reserved.