| Package | Description |
|---|---|
| org.jfree.chart | |
| org.jfree.chart.plot | |
| org.jfree.chart.renderer | |
| org.jfree.chart.renderer.xy |
| Modifier and Type | Method and Description |
|---|---|
DrawingSupplier |
StandardChartTheme.getDrawingSupplier()
Returns a clone of the drawing supplier for this theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardChartTheme.setDrawingSupplier(DrawingSupplier supplier)
Sets the drawing supplier for this theme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDrawingSupplier
A default implementation of the
DrawingSupplier interface. |
| Modifier and Type | Method and Description |
|---|---|
DrawingSupplier |
Plot.getDrawingSupplier()
Returns the drawing supplier for the plot.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
abstract DrawingSupplier |
AbstractRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot.
|
| Modifier and Type | Method and Description |
|---|---|
DrawingSupplier |
AbstractXYItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot.
|