Uses of Class
org.jfree.chart.plot.MeterInterval
Packages that use MeterInterval
-
Uses of MeterInterval in org.jfree.chart.plot
Fields in org.jfree.chart.plot with type parameters of type MeterIntervalModifier and TypeFieldDescriptionprivate List
<MeterInterval> MeterPlot.intervals
A (possibly empty) list of theMeterInterval
s to be highlighted on the dial.Methods in org.jfree.chart.plot that return types with arguments of type MeterIntervalModifier and TypeMethodDescriptionMeterPlot.getIntervals()
Returns an unmodifiable list of the intervals for the plot.Methods in org.jfree.chart.plot with parameters of type MeterIntervalModifier and TypeMethodDescriptionvoid
MeterPlot.addInterval
(MeterInterval interval) Adds an interval and sends aPlotChangeEvent
to all registered listeners.protected void
MeterPlot.drawArcForInterval
(Graphics2D g2, Rectangle2D meterArea, MeterInterval interval) Draws the arc to represent an interval.