Uses of Interface
org.jfree.chart.plot.DrawingSupplier
-
Packages that use DrawingSupplier Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of DrawingSupplier in org.jfree.chart
Fields in org.jfree.chart declared as DrawingSupplier Modifier and Type Field Description private DrawingSupplier
StandardChartTheme. drawingSupplier
The drawing supplier.Methods in org.jfree.chart that return DrawingSupplier Modifier and Type Method Description DrawingSupplier
StandardChartTheme. 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 void
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 DrawingSupplier Modifier and Type Class Description class
DefaultDrawingSupplier
A default implementation of theDrawingSupplier
interface.Fields in org.jfree.chart.plot declared as DrawingSupplier Modifier and Type Field Description private DrawingSupplier
Plot. drawingSupplier
The drawing supplier.Methods in org.jfree.chart.plot that return DrawingSupplier Modifier and Type Method Description DrawingSupplier
Plot. getDrawingSupplier()
Returns the drawing supplier for the plot.Methods in org.jfree.chart.plot with parameters of type DrawingSupplier Modifier and Type Method Description void
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 DrawingSupplier Modifier and Type Method Description abstract DrawingSupplier
AbstractRenderer. getDrawingSupplier()
Returns the drawing supplier from the plot.DrawingSupplier
DefaultPolarItemRenderer. getDrawingSupplier()
Returns the drawing supplier from the plot.DrawingSupplier
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 DrawingSupplier Modifier and Type Method Description 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 Modifier and Type Method Description DrawingSupplier
AbstractXYItemRenderer. getDrawingSupplier()
Returns the drawing supplier from the plot.
-