grader.histogram
Class Histogram

java.lang.Object
  extended by grader.histogram.Histogram

public class Histogram
extends java.lang.Object

Generic JavaDoc for Histogram


Field Summary
protected  java.util.Collection<Bin> bin
           
protected  java.util.Collection<HistogramSector> histogramsector
           
 
Constructor Summary
Histogram()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bin

protected java.util.Collection<Bin> bin

histogramsector

protected java.util.Collection<HistogramSector> histogramsector
Constructor Detail

Histogram

public Histogram()
Default Constructor