Uses of Interface
org.jfree.chart.plot.DrawingSupplier
Packages that use DrawingSupplier
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Plot classes and related interfaces.
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes.Plug-in renderers for the
CategoryPlot class.Plug-in renderers for the
XYPlot class.-
Uses of DrawingSupplier in org.jfree.chart
Fields in org.jfree.chart declared as DrawingSupplierModifier and TypeFieldDescriptionprivate DrawingSupplierStandardChartTheme.drawingSupplierThe drawing supplier.Methods in org.jfree.chart that return DrawingSupplierModifier and TypeMethodDescriptionStandardChartTheme.getDrawingSupplier()Returns a clone of the drawing supplier for this theme.Methods in org.jfree.chart with parameters of type DrawingSupplierModifier and TypeMethodDescriptionvoidStandardChartTheme.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 DrawingSupplierModifier and TypeClassDescriptionclassA default implementation of theDrawingSupplierinterface.Fields in org.jfree.chart.plot declared as DrawingSupplierModifier and TypeFieldDescriptionprivate DrawingSupplierPlot.drawingSupplierThe drawing supplier.Methods in org.jfree.chart.plot that return DrawingSupplierModifier and TypeMethodDescriptionPlot.getDrawingSupplier()Returns the drawing supplier for the plot.Methods in org.jfree.chart.plot with parameters of type DrawingSupplierModifier and TypeMethodDescriptionvoidPlot.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 DrawingSupplierModifier and TypeMethodDescriptionabstract DrawingSupplierAbstractRenderer.getDrawingSupplier()Returns the drawing supplier from the plot.DefaultPolarItemRenderer.getDrawingSupplier()Returns the drawing supplier from the plot.WaferMapRenderer.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 DrawingSupplierModifier and TypeMethodDescriptionAbstractCategoryItemRenderer.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 DrawingSupplierModifier and TypeMethodDescriptionAbstractXYItemRenderer.getDrawingSupplier()Returns the drawing supplier from the plot.