| Package | Description |
|---|---|
| org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
| Class and Description |
|---|
| AbstractDialLayer
A base class that can be used to implement a
DialLayer. |
| DialFrame
A dial frame is the face plate for a dial plot - it is always drawn last.
|
| DialLayer
A dial layer draws itself within a reference frame.
|
| DialLayerChangeEvent
An event that can be forwarded to any
DialLayerChangeListener to
signal a change to a DialLayer. |
| DialLayerChangeListener
The interface via which an object is notified of changes to a
DialLayer. |
| DialPlot
A dial plot composed of user-definable layers.
|
| DialPointer
A base class for the pointer in a
DialPlot. |
| DialScale
A dial scale is a specialised layer that has the ability to convert data
values into angles.
|