|
Header
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawingSupplier | |
|---|---|
| org.jfree.chart | Core classes, including JFreeChart and
ChartPanel. |
| 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 |
|---|
| Methods in org.jfree.chart that return DrawingSupplier | |
|---|---|
DrawingSupplier |
StandardChartTheme.getDrawingSupplier()
Returns a clone of the drawing supplier for this theme. |
| Methods in org.jfree.chart with parameters of type DrawingSupplier | |
|---|---|
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 | |
|---|---|
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 and sends a PlotChangeEvent to all registered listeners. |
void |
Plot.setDrawingSupplier(DrawingSupplier supplier,
boolean notify)
Sets the drawing supplier for the plot and, if requested, sends a PlotChangeEvent to all registered listeners. |
| Uses of DrawingSupplier in org.jfree.chart.renderer |
|---|
| Methods in org.jfree.chart.renderer that return DrawingSupplier | |
|---|---|
DrawingSupplier |
DefaultPolarItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot. |
abstract DrawingSupplier |
AbstractRenderer.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 | |
|---|---|
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. |
|
Footer
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||