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