Java org.jfree.chart.plot MultiplePiePlot fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot MultiplePiePlot fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot MultiplePiePlot.

The text is from its open source code.

Subclass

org.jfree.chart.plot.MultiplePiePlot has subclasses.
Click this link to see all its subclasses.

Constructor

Method

CategoryDatasetgetDataset()
Returns the dataset used by the plot.
JFreeChartgetPieChart()
Returns the pie chart that is used to draw the individual pie plots.
voidsetBackgroundPaint(Paint paint)
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetDataExtractOrder(TableOrder order)
Sets the data extract order (by row or by column) and sends a PlotChangeEvent to all registered listeners.
voidsetDataset(CategoryDataset dataset)
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
voidsetForegroundAlpha(float alpha)
Sets the alpha-transparency for the plot and sends a PlotChangeEvent to all registered listeners.
voidsetLimit(double limit)
Sets the limit below which pie sections are aggregated.
voidsetNoDataMessage(String message)
Sets the message that is displayed when the dataset is empty or null, and sends a PlotChangeEvent to all registered listeners.
voidsetOutlineStroke(Stroke stroke)
Sets the stroke used to outline the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetPieChart(JFreeChart pieChart)
Sets the chart that is used to draw the individual pie plots.