Package | Description |
---|---|
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. |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DrawingSupplier |
AbstractCategoryItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot.
|
Modifier and Type | Method and Description |
---|---|
DrawingSupplier |
AbstractXYItemRenderer.getDrawingSupplier()
Returns the drawing supplier from the plot.
|