|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectVisual.Histogram
abstract class Histogram
| Field Summary | |
|---|---|
(package private) Curve |
curve
The Curve used for the current GradeBook. |
(package private) java.util.Collection<Grade> |
grades
Collection of grades that make up the Histogram. |
(package private) boolean |
isSpecific
Boolean value whether or not speicific Histogram is displayer (ie. |
(package private) java.util.Collection<HistoSegment> |
segments
The HistoSegments that make up the histogram. |
| Constructor Summary | |
|---|---|
Histogram()
|
|
| Method Summary | |
|---|---|
(package private) abstract void |
createHistogram()
createHistogram creates the Histogram with the proper cutoff and the proper values for each bar in the histogram. |
(package private) abstract void |
moveCutoff(HistoSegment seg,
int newVal)
moveCutoff moves a cutoff when the user drags the bar representing the cutoff. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
boolean isSpecific
Curve curve
java.util.Collection<HistoSegment> segments
java.util.Collection<Grade> grades
| Constructor Detail |
|---|
Histogram()
| Method Detail |
|---|
abstract void createHistogram()
abstract void moveCutoff(HistoSegment seg,
int newVal)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||