Uses of Class
org.jfree.chart.plot.MeterInterval
-
Packages that use MeterInterval Package Description org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of MeterInterval in org.jfree.chart.plot
Fields in org.jfree.chart.plot with type parameters of type MeterInterval Modifier and Type Field Description private java.util.List<MeterInterval>MeterPlot. intervalsA (possibly empty) list of theMeterIntervals to be highlighted on the dial.Methods in org.jfree.chart.plot that return types with arguments of type MeterInterval Modifier and Type Method Description java.util.List<MeterInterval>MeterPlot. getIntervals()Returns an unmodifiable list of the intervals for the 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(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D meterArea, MeterInterval interval)Draws the arc to represent an interval.
-