Class MeterPlot

java.lang.Object
org.jfree.chart.plot.Plot
org.jfree.chart.plot.MeterPlot
All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, AxisChangeListener, MarkerChangeListener, LegendItemSource, PublicCloneable, DatasetChangeListener

public class MeterPlot
extends Plot
implements Serializable, Cloneable
A plot that displays a single value in the form of a needle on a dial. Defined ranges (for example, 'normal', 'warning' and 'critical') can be highlighted on the dial.
See Also:
Serialized Form