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

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

Introduction

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

The text is from its open source code.

Constructor

PiePlot3DGradient(PieDataset dataset)
Creates a plot that will draw a pie chart for the specified dataset.

Method

voidsetBackgroundPaint(Paint paint)
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetFaceGradientPaintTransformer(GradientPaintTransformer faceGradient)
voidsetOutlinePaint(Paint paint)
Sets the paint used to draw the outline of the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetSectionOutlinePaint(Comparable key, Paint paint)
Sets the outline paint associated with the specified key, 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.
voidsetSideGradientPaintTransformer(GradientPaintTransformer sideGradient)
voidsetSidePaint(Comparable key, Paint paint)
Sets the paint associated with the side of the section of a specified key, and sends a PlotChangeEvent to all registered listeners.