Module org.jfree.chart
Package org.jfree.chart.plot.dial
Classes for creating dial plots.
-
Interface Summary Interface Description 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.DialLayerChangeListener The interface via which an object is notified of changes to aDialLayer.DialScale A dial scale is a specialised layer that has the ability to convert data values into angles. -
Class Summary Class Description AbstractDialLayer A base class that can be used to implement aDialLayer.ArcDialFrame A standard frame for theDialPlotclass.DialBackground A regular dial layer that can be used to draw the background for a dial.DialCap A regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)).DialLayerChangeEvent An event that can be forwarded to anyDialLayerChangeListenerto signal a change to aDialLayer.DialPlot A dial plot composed of user-definable layers.DialPointer A base class for the pointer in aDialPlot.DialPointer.Pin A dial pointer that draws a thin line (like a pin).DialPointer.Pointer A dial pointer.DialTextAnnotation A text annotation for aDialPlot.DialValueIndicator A value indicator for aDialPlot.StandardDialFrame A simple circular frame for theDialPlotclass.StandardDialRange A layer that draws a range highlight on a dial plot.StandardDialScale A scale for aDialPlot.