grader.histogram
Class HistogramSector

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

public class HistogramSector
extends java.lang.Object

Generic JavaDoc for HistogramSector


Field Summary
protected  Color color
           
protected  int endpercentage
           
protected  java.lang.String lettergrade
           
protected  int startpercentage
           
protected  int studentcount
           
 
Constructor Summary
HistogramSector()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lettergrade

protected java.lang.String lettergrade

studentcount

protected int studentcount

startpercentage

protected int startpercentage

endpercentage

protected int endpercentage

color

protected Color color
Constructor Detail

HistogramSector

public HistogramSector()
Default Constructor