Classes for creating dial plots.
-
interface
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.
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
.
static class
A dial pointer that draws a thin line (like a pin).
static class
class
class
class
A simple circular frame for the
DialPlot
class.
class
A layer that draws a range highlight on a dial plot.
class
Returns the layer that generated the event.
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