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

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

Introduction

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

The text is from its open source code.

Constructor

RingPlot(PieDataset dataset)
Creates a new plot for the specified dataset.

Method

voidsetBackgroundPaint(Paint paint)
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetCircular(boolean flag)
A flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
voidsetDirection(Rotation direction)
Sets the direction in which the pie sections are drawn and sends a PlotChangeEvent to all registered listeners.
voidsetExplodePercent(Comparable key, double percent)
Sets the amount that a pie section should be exploded 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.
voidsetInsets(RectangleInsets insets)
Sets the insets for the plot and sends a PlotChangeEvent to all registered listeners.
voidsetLabelFont(Font font)
Sets the section label font and sends a PlotChangeEvent to all registered listeners.
voidsetLabelGap(double gap)
Sets the gap between the edge of the pie and the labels (expressed as a percentage of the plot width) and sends a PlotChangeEvent to all registered listeners.
voidsetLabelGenerator(PieSectionLabelGenerator generator)
Sets the section label generator and sends a PlotChangeEvent to all registered listeners.
voidsetLabelLinksVisible(boolean visible)
Sets the flag that controls whether or not label linking lines are visible and sends a PlotChangeEvent to all registered listeners.
voidsetLegendLabelGenerator(PieSectionLabelGenerator generator)
Sets the legend label generator and sends a PlotChangeEvent to all registered listeners.
voidsetNoDataMessage(String message)
Sets the message that is displayed when the dataset is empty or null, and sends a PlotChangeEvent to all registered listeners.
voidsetSectionDepth(double sectionDepth)
The section depth is given as percentage of the plot radius.
voidsetSectionOutlinesVisible(boolean visible)
Sets the flag that controls whether or not the outline is drawn for each pie section, and sends a PlotChangeEvent to all registered listeners.
voidsetSectionPaint(Comparable key, Paint paint)
Sets the paint associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
voidsetShadowGenerator(ShadowGenerator generator)
Sets the shadow generator for the plot and sends a PlotChangeEvent to all registered listeners.
voidsetStartAngle(double angle)
Sets the starting angle and sends a PlotChangeEvent to all registered listeners.
voidsetToolTipGenerator(PieToolTipGenerator generator)
Sets the tool tip generator and sends a PlotChangeEvent to all registered listeners.
voidsetURLGenerator(PieURLGenerator generator)
Sets the URL generator and sends a PlotChangeEvent to all registered listeners.