Uses of Interface
org.jfree.chart3d.plot.ColorSource
Packages that use ColorSource
Package
Description
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.-
Uses of ColorSource in org.jfree.chart3d.plot
Classes in org.jfree.chart3d.plot that implement ColorSourceModifier and TypeClassDescriptionfinal class
StandardColorSource<K extends Comparable<K>>
A standard implementation of theColorSource
interface.Methods in org.jfree.chart3d.plot that return ColorSourceModifier and TypeMethodDescriptionPiePlot3D.getSectionColorSource()
Returns the color source for section colors.PiePlot3D.getSectionLabelColorSource()
Returns the color source for section labels.Methods in org.jfree.chart3d.plot with parameters of type ColorSourceModifier and TypeMethodDescriptionvoid
PiePlot3D.setSectionColorSource
(ColorSource source) Sets the color source and sends aPlot3DChangeEvent
to all registered listeners.void
PiePlot3D.setSectionLabelColorSource
(ColorSource source) Sets the color source for the section labels and sends aPlot3DChangeEvent
to all registered listeners.