Uses of Interface
org.jfree.chart.plot.DrawingSupplier
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
Uses of DrawingSupplier in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent that implement DrawingSupplier Modifier and Type Class Description class
MyDefaultShapeDrawingSupplier
-
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.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. -
Uses of DrawingSupplier in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return DrawingSupplier Modifier and Type Method Description DrawingSupplier
AbstractCategoryItemRenderer. getDrawingSupplier()
Returns the drawing supplier from the plot.abstract DrawingSupplier
AbstractRenderer. getDrawingSupplier()
Returns the drawing supplier from the plot.DrawingSupplier
AbstractXYItemRenderer. 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.