Uses of Interface
org.jfree.chart.plot.dial.DialLayer
-
Packages that use DialLayer Package Description org.jfree.chart.plot.dial Classes for creating dial plots. -
-
Uses of DialLayer in org.jfree.chart.plot.dial
Subinterfaces of DialLayer in org.jfree.chart.plot.dial Modifier and Type Interface Description interfaceDialFrameA dial frame is the face plate for a dial plot - it is always drawn last.interfaceDialScaleA 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 DialLayer Modifier and Type Class Description classAbstractDialLayerA base class that can be used to implement aDialLayer.classArcDialFrameA standard frame for theDialPlotclass.classDialBackgroundA regular dial layer that can be used to draw the background for a dial.classDialCapA regular dial layer that can be used to draw a cap over the center of the dial (the base of the dial pointer(s)).classDialPointerA base class for the pointer in aDialPlot.static classDialPointer.PinA dial pointer that draws a thin line (like a pin).static classDialPointer.PointerA dial pointer.classDialTextAnnotationA text annotation for aDialPlot.classDialValueIndicatorA value indicator for aDialPlot.classStandardDialFrameA simple circular frame for theDialPlotclass.classStandardDialRangeA layer that draws a range highlight on a dial plot.classStandardDialScaleA scale for aDialPlot.Methods in org.jfree.chart.plot.dial that return DialLayer Modifier and Type Method Description DialLayerDialPlot. getBackground()Returns the background.DialLayerDialPlot. getCap()Returns the cap.DialLayerDialLayerChangeEvent. getDialLayer()Returns the layer that generated the event.Methods in org.jfree.chart.plot.dial with parameters of type DialLayer Modifier and Type Method Description voidDialPlot. addLayer(DialLayer layer)Adds a layer to the plot and sends aPlotChangeEventto all registered listeners.intDialPlot. getLayerIndex(DialLayer layer)Returns the index for the specified layer.voidDialPlot. removeLayer(DialLayer layer)Removes the specified layer and sends aPlotChangeEventto all registered listeners.voidDialPlot. setBackground(DialLayer background)Sets the background layer and sends aPlotChangeEventto all registered listeners.voidDialPlot. setCap(DialLayer cap)Sets the cap and sends aPlotChangeEventto all registered listeners.Constructors in org.jfree.chart.plot.dial with parameters of type DialLayer Constructor Description DialLayerChangeEvent(DialLayer layer)Creates a new instance.
-