Uses of Interface
org.jfree.chart3d.plot.FontSource
Packages that use FontSource
Package
Description
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
Uses of FontSource in org.jfree.chart3d.plot
Classes in org.jfree.chart3d.plot that implement FontSourceModifier and TypeClassDescriptionfinal classStandardFontSource<K extends Comparable<K>>A standard implementation of theFontSourceinterface.Methods in org.jfree.chart3d.plot that return FontSourceModifier and TypeMethodDescriptionPiePlot3D.getSectionLabelFontSource()Returns the font source that is used to determine the font to use for the section labels.Methods in org.jfree.chart3d.plot with parameters of type FontSourceModifier and TypeMethodDescriptionvoidPiePlot3D.setSectionLabelFontSource(FontSource source) Sets the font source and sends aPlot3DChangeEventto all registered listeners.