Uses of Interface
org.jfree.chart.plot.DrawingSupplier
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
-
Uses of DrawingSupplier in org.jfree.chart
Methods in org.jfree.chart that return DrawingSupplier Modifier and Type Method Description DrawingSupplierStandardChartTheme. getDrawingSupplier()Returns a clone of the drawing supplier for this theme.Methods in org.jfree.chart with parameters of type DrawingSupplier Modifier and Type Method Description voidStandardChartTheme. setDrawingSupplier(DrawingSupplier supplier)Sets the drawing supplier for this theme. -
Uses of DrawingSupplier in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement DrawingSupplier Modifier and Type Class Description classDefaultDrawingSupplierA default implementation of theDrawingSupplierinterface.Methods in org.jfree.chart.plot that return DrawingSupplier Modifier and Type Method Description DrawingSupplierPlot. getDrawingSupplier()Returns the drawing supplier for the plot.Methods in org.jfree.chart.plot with parameters of type DrawingSupplier Modifier and Type Method Description voidPlot. setDrawingSupplier(DrawingSupplier supplier)Sets the drawing supplier for the plot and sends aPlotChangeEventto all registered listeners.voidPlot. setDrawingSupplier(DrawingSupplier supplier, boolean notify)Sets the drawing supplier for the plot and, if requested, sends aPlotChangeEventto all registered listeners. -
Uses of DrawingSupplier in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return DrawingSupplier Modifier and Type Method Description abstract DrawingSupplierAbstractRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.DrawingSupplierDefaultPolarItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.DrawingSupplierWaferMapRenderer. getDrawingSupplier()Returns the drawing supplier from the plot. -
Uses of DrawingSupplier in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category that return DrawingSupplier Modifier and Type Method Description DrawingSupplierAbstractCategoryItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot. -
Uses of DrawingSupplier in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return DrawingSupplier Modifier and Type Method Description DrawingSupplierAbstractXYItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.