Uses of Interface
org.jfree.chart.plot.dial.DialFrame
| Package | Description |
|---|---|
| org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
-
Uses of DialFrame in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement DialFrame Modifier and Type Class Description classArcDialFrameA standard frame for theDialPlotclass.classStandardDialFrameA simple circular frame for theDialPlotclass.Methods in org.jfree.chart.plot.dial that return DialFrame Modifier and Type Method Description DialFrameDialPlot. getDialFrame()Returns the dial's frame.Methods in org.jfree.chart.plot.dial with parameters of type DialFrame Modifier and Type Method Description voidDialPlot. setDialFrame(DialFrame frame)Sets the dial's frame and sends aPlotChangeEventto all registered listeners.