Uses of Class
org.jfree.chart.plot.dial.DialPlot
| Package | Description |
|---|---|
| org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
-
Uses of DialPlot in org.jfree.chart.plot.dial
Methods in org.jfree.chart.plot.dial with parameters of type DialPlot Modifier and Type Method Description voidArcDialFrame. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the frame.voidDialBackground. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the background to the specified graphics device.voidDialCap. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the background to the specified graphics device.voidDialLayer. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the content of this layer.voidDialPointer.Pin. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the pointer.voidDialPointer.Pointer. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the pointer.voidDialTextAnnotation. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the background to the specified graphics device.voidDialValueIndicator. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the background to the specified graphics device.voidStandardDialFrame. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the frame.voidStandardDialRange. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the range.voidStandardDialScale. draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view)Draws the scale on the dial plot.