| Package | Description |
|---|---|
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryRenderer3D |
CategoryPlot3D.getRenderer()
Returns the renderer (very often you will need to cast this to a
specific class to make customisations).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryPlot3D.setRenderer(CategoryRenderer3D renderer)
Sets the renderer and sends a change event to all registered listeners.
|
| Constructor and Description |
|---|
CategoryPlot3D(CategoryDataset3D dataset,
CategoryRenderer3D renderer,
CategoryAxis3D rowAxis,
CategoryAxis3D columnAxis,
ValueAxis3D valueAxis)
Creates a new plot with the supplied dataset, renderer and axes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCategoryRenderer3D
A base class that can be used to implement renderers for a
CategoryPlot3D. |
class |
AreaRenderer3D
A renderer for creating 3D area charts from data in a
CategoryDataset3D (for use with a CategoryPlot3D). |
class |
BarRenderer3D
A renderer for creating 3D bar charts from a
CategoryDataset3D (for
use with a CategoryPlot3D). |
class |
LineRenderer3D
A renderer that can be used with the
CategoryPlot3D class to create
3D lines charts from data in a CategoryDataset3D. |
class |
StackedBarRenderer3D
A renderer that can be used with the
CategoryPlot3D class to create
3D stacked bar charts from data in a CategoryDataset3D. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChartStyler.styleCategoryRenderer3D(CategoryRenderer3D renderer) |