A G N R S 

A

AQIDisplay - Class in <Unnamed>
A GUI components that displays an AQI report.
AQIDisplay(String) - Constructor for class AQIDisplay
Explicit Value Constructor

G

getAQIRanges() - Static method in class NAAQS
Get the ranges associated with the AQI.
getAQIReport() - Method in class AQIDisplay
Get the AQIReport that is currently on this AQIDisplay
getColors() - Static method in class NAAQS
Get the Color objects associated with the AQI ranges.
getDescriptions() - Static method in class NAAQS
Get the textual descriptions of the AQI ranges.
getPollutants() - Static method in class NAAQS
Get the short names of the pollutants.
getValueRanges(String) - Static method in class NAAQS
Get the ranges of values that correspond to the different indexes.

N

NAAQS - Class in <Unnamed>
A utility class containing information about the National Ambient Air Quality Standards (NAAQS).
NAAQS() - Constructor for class NAAQS
 

R

refresh() - Method in class AQIDisplay
Refresh this AQIDisplay.

S

setReport(AQIReport) - Method in class AQIDisplay
Set the AQIReport to display.
shutdown() - Method in class AQIDisplay
Shut this AQIDisplay down.
startup(String[], Color[]) - Method in class AQIDisplay
Start this AQIReport at the default location.
A G N R S 

QuAQI