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 classStandardColorSource<K extends Comparable<K>>A standard implementation of theColorSourceinterface.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 TypeMethodDescriptionvoidPiePlot3D.setSectionColorSource(ColorSource source) Sets the color source and sends aPlot3DChangeEventto all registered listeners.voidPiePlot3D.setSectionLabelColorSource(ColorSource source) Sets the color source for the section labels and sends aPlot3DChangeEventto all registered listeners.