The Tachometer component provides a component for displaying a range of values. The values have a minimum and a maximum as well as an optional normal, warning and critical range.
The MeterModel interface is used to hold the values for the Tachometer. The DefaultMeterModel provides an implementation of this interface and provides ChangeListener support.
This component uses the JFreeChart drawing capabilties to render the Tachometer image.
|