XYZPlot class.See: Description
| Interface | Description |
|---|---|
| XYZColorSource |
A source of
Color values for an XYZRenderer. |
| XYZRenderer |
A renderer that can display data from an
XYZDataset on an
XYZPlot. |
| Class | Description |
|---|---|
| AbstractXYZRenderer |
An abstract base class that can be used to create new
XYZRenderer
subclasses. |
| BarXYZRenderer |
A renderer that draws 3D bars on an
XYZPlot using data from an
XYZDataset. |
| LineXYZRenderer |
A renderer that draws 3D lines on an
XYZPlot using data from an
XYZDataset. |
| ScatterXYZRenderer |
A renderer for 3D scatter plots.
|
| StandardXYZColorSource |
A standard implementation of the
XYZColorSource interface. |
| SurfaceRenderer |
A renderer that plots a surface based on a function (any implementation
of
Function3D). |
XYZPlot class.