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 classMyDefaultShapeDrawingSupplier -
Uses of DrawingSupplier in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement DrawingSupplier Modifier and Type Class Description classDefaultDrawingSupplierA default implementation of theDrawingSupplierinterface.Methods in org.jfree.chart.plot that return DrawingSupplier Modifier and Type Method Description DrawingSupplierPlot. getDrawingSupplier()Returns the drawing supplier for the plot.Methods in org.jfree.chart.plot with parameters of type DrawingSupplier Modifier and Type Method Description voidPlot. 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 DrawingSupplierAbstractCategoryItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.abstract DrawingSupplierAbstractRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.DrawingSupplierAbstractXYItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.DrawingSupplierDefaultPolarItemRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.DrawingSupplierWaferMapRenderer. getDrawingSupplier()Returns the drawing supplier from the plot.