Frames | No Frames |
Classes implementing org.jfree.chart.plot.dial.DialLayer | |
class | A base class that can be used to implement a DialLayer . |
class | A standard frame for the DialPlot 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 a DialPlot . |
class | A dial pointer that draws a thin line (like a pin). |
class | A dial pointer. |
class | A text annotation for a DialPlot . |
class | A value indicator for a DialPlot . |
class | A simple circular frame for the DialPlot class. |
class | A layer that draws a range highlight on a dial plot. |
class | A scale for a DialPlot . |
Constructors with parameter type org.jfree.chart.plot.dial.DialLayer | |
Creates a new instance. |
Methods with parameter type org.jfree.chart.plot.dial.DialLayer | |
void | Adds a layer to the plot and sends a PlotChangeEvent to all
registered listeners. |
int | Returns the index for the specified layer. |
void | Removes the specified layer and sends a PlotChangeEvent to all
registered listeners. |
void | Sets the background layer and sends a PlotChangeEvent to all
registered listeners. |
void | Sets the cap and sends a PlotChangeEvent to all registered
listeners. |
Methods with return type org.jfree.chart.plot.dial.DialLayer | |
DialLayer | Returns the background. |
DialLayer | Returns the cap. |
DialLayer | Returns the layer that generated the event. |