Module org.jfree.chart3d
Package org.jfree.chart3d.plot
package org.jfree.chart3d.plot
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
ClassDescriptionA base class that can be used to create classes that implement
Plot3D.A 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D.ColorSource<K extends Comparable<K>>A color source for use by thePiePlot3Dclass.FontSource<K>An object that suppliesFontinstances associated with keys.A plot for creating 3D pie charts.A plot for aChart3D.An event used to signal a change to aPlot3D.An interface used to receive change events fromPlot3Dinstances.StandardColorSource<K extends Comparable<K>>A standard implementation of theColorSourceinterface.StandardFontSource<K extends Comparable<K>>A standard implementation of theFontSourceinterface.A 3D plot with three numerical axes that displays data from anXYZDataset.