| Package | Description |
|---|---|
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Method and Description |
|---|---|
XYZRenderer |
XYZPlot.getRenderer()
Returns the renderer for the plot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZPlot.setRenderer(XYZRenderer renderer)
Sets the renderer for the plot and sends a
Plot3DChangeEvent
to all registered listeners. |
| Constructor and Description |
|---|
XYZPlot(XYZDataset dataset,
XYZRenderer renderer,
ValueAxis3D xAxis,
ValueAxis3D yAxis,
ValueAxis3D zAxis)
Creates a new plot with the specified axes.
|
| 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). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChartStyler.styleXYZRenderer(XYZRenderer renderer) |