Uses of Interface
org.jfree.chart.plot.DrawingSupplier
Packages that use DrawingSupplier
Package
Description
-
Uses of DrawingSupplier in org.jfree.chart
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 TypeMethodDescriptionvoid
StandardChartTheme.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 TypeClassDescriptionclass
A default implementation of theDrawingSupplier
interface.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 TypeMethodDescriptionvoid
Plot.setDrawingSupplier
(DrawingSupplier supplier) Sets the drawing supplier for the plot and sends aPlotChangeEvent
to all registered listeners.void
Plot.setDrawingSupplier
(DrawingSupplier supplier, boolean notify) Sets the drawing supplier for the plot and, if requested, sends aPlotChangeEvent
to all registered listeners. -
Uses of DrawingSupplier in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return DrawingSupplierModifier and TypeMethodDescriptionabstract DrawingSupplier
AbstractRenderer.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.