Uses of Interface
org.jfree.chart.plot.DrawingSupplier
Package
Description
-
Uses of DrawingSupplier in org.jfree.chart
Modifier and TypeMethodDescriptionStandardChartTheme.getDrawingSupplier()
Returns a clone of the drawing supplier for this theme.Modifier and TypeMethodDescriptionvoid
StandardChartTheme.setDrawingSupplier
(DrawingSupplier supplier) Sets the drawing supplier for this theme. -
Uses of DrawingSupplier in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
A default implementation of theDrawingSupplier
interface.Modifier and TypeMethodDescriptionPlot.getDrawingSupplier()
Returns the drawing supplier for the plot.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAbstractCategoryItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot. -
Uses of DrawingSupplier in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionAbstractXYItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot.