Uses of Class
org.jfree.chart.plot.MeterInterval
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of MeterInterval in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type MeterInterval Modifier and Type Method Description voidMeterPlot. addInterval(MeterInterval interval)Adds an interval and sends aPlotChangeEventto all registered listeners.protected voidMeterPlot. drawArcForInterval(Graphics2D g2, Rectangle2D meterArea, MeterInterval interval)Draws the arc to represent an interval.