PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.See: Description
| Interface | Description |
|---|---|
| ColorSource<K extends java.lang.Comparable<K>> |
A color source for use by the
PiePlot3D class. |
| FontSource<K> |
An object that supplies
Font instances associated with
keys. |
| Plot3D |
A plot for a
Chart3D. |
| Plot3DChangeListener |
An interface used to receive change events from
Plot3D instances. |
| Class | Description |
|---|---|
| AbstractPlot3D |
A base class that can be used to create classes that implement
Plot3D. |
| CategoryPlot3D |
A 3D plot with two category axes (x and z) and a numerical y-axis that can
display data from a
CategoryDataset3D. |
| PiePlot3D |
A plot for creating 3D pie charts.
|
| Plot3DChangeEvent |
An event used to signal a change to a
Plot3D. |
| StandardColorSource<K extends java.lang.Comparable<K>> |
A standard implementation of the
ColorSource interface. |
| StandardFontSource<K extends java.lang.Comparable<K>> |
A standard implementation of the
FontSource interface. |
| XYZPlot |
A 3D plot with three numerical axes that displays data from an
XYZDataset. |
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.