Uses of Interface
org.jfree.chart.plot.DrawingSupplier

Packages that use DrawingSupplier
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.plot
 

Classes in org.jfree.chart.plot that implement DrawingSupplier
 class DefaultDrawingSupplier
          A default implementation of the DrawingSupplier interface.
 

Methods in org.jfree.chart.plot that return DrawingSupplier
 DrawingSupplier Plot.getDrawingSupplier()
          Returns the drawing supplier for the plot.
 

Methods in org.jfree.chart.plot with parameters of type DrawingSupplier
 void Plot.setDrawingSupplier(DrawingSupplier supplier)
          Sets the drawing supplier for the plot.
 

Uses of DrawingSupplier in org.jfree.chart.renderer
 

Methods in org.jfree.chart.renderer that return DrawingSupplier
 DrawingSupplier WaferMapRenderer.getDrawingSupplier()
          Returns the drawing supplier from the plot.
 DrawingSupplier DefaultPolarItemRenderer.getDrawingSupplier()
          Returns the drawing supplier from the plot.
abstract  DrawingSupplier AbstractRenderer.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
 DrawingSupplier AbstractCategoryItemRenderer.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
 DrawingSupplier AbstractXYItemRenderer.getDrawingSupplier()
          Returns the drawing supplier from the plot.