public abstract class DivisionBar
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Color |
color
The color to modify the visuals of this range to.
|
LetterGrade |
letterGrade
The letter grade associated with this range.
|
Percentage |
low
Contains the lower-bound for this range.
|
| Constructor and Description |
|---|
DivisionBar() |
public Percentage low
public LetterGrade letterGrade
public Color color