Uses of Interface
org.jfree.chart.plot.dial.DialLayer
Packages that use DialLayer
-
Uses of DialLayer in org.jfree.chart.plot.dial
Subinterfaces of DialLayer in org.jfree.chart.plot.dialModifier and TypeInterfaceDescriptioninterface
A dial frame is the face plate for a dial plot - it is always drawn last.interface
A dial scale is a specialised layer that has the ability to convert data values into angles.Classes in org.jfree.chart.plot.dial that implement DialLayerModifier and TypeClassDescriptionclass
A base class that can be used to implement aDialLayer
.class
A standard frame for theDialPlot
class.class
A regular dial layer that can be used to draw the background for a dial.class
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)).class
A base class for the pointer in aDialPlot
.static class
A dial pointer that draws a thin line (like a pin).static class
A dial pointer.class
A text annotation for aDialPlot
.class
A value indicator for aDialPlot
.class
A simple circular frame for theDialPlot
class.class
A layer that draws a range highlight on a dial plot.class
A scale for aDialPlot
.Methods in org.jfree.chart.plot.dial that return DialLayerModifier and TypeMethodDescriptionDialPlot.getBackground()
Returns the background.DialPlot.getCap()
Returns the cap.DialLayerChangeEvent.getDialLayer()
Returns the layer that generated the event.Methods in org.jfree.chart.plot.dial with parameters of type DialLayerModifier and TypeMethodDescriptionvoid
Adds a layer to the plot and sends aPlotChangeEvent
to all registered listeners.int
DialPlot.getLayerIndex
(DialLayer layer) Returns the index for the specified layer.void
DialPlot.removeLayer
(DialLayer layer) Removes the specified layer and sends aPlotChangeEvent
to all registered listeners.void
DialPlot.setBackground
(DialLayer background) Sets the background layer and sends aPlotChangeEvent
to all registered listeners.void
Sets the cap and sends aPlotChangeEvent
to all registered listeners.Constructors in org.jfree.chart.plot.dial with parameters of type DialLayer