Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
MeterPlot.addInterval(MeterInterval interval)
Adds an interval and sends a
PlotChangeEvent to all registered
listeners. |
protected void |
MeterPlot.drawArcForInterval(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D meterArea,
MeterInterval interval)
Draws the arc to represent an interval.
|