| Package | Description |
|---|---|
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| Modifier and Type | Class and Description |
|---|---|
class |
BarXYZRenderer
A renderer that draws 3D bars on an
XYZPlot using data from an
XYZDataset. |
class |
LineXYZRenderer
A renderer that draws 3D lines on an
XYZPlot using data from an
XYZDataset. |
class |
ScatterXYZRenderer
A renderer for 3D scatter plots.
|
class |
SurfaceRenderer
A renderer that plots a surface based on a function (any implementation
of
Function3D). |