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 thePiePlot3D
class.FontSource<K>An object that suppliesFont
instances 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 fromPlot3D
instances.StandardColorSource<K extends Comparable<K>>A standard implementation of theColorSource
interface.StandardFontSource<K extends Comparable<K>>A standard implementation of theFontSource
interface.A 3D plot with three numerical axes that displays data from anXYZDataset
.