| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCategoryAxis3D
An axis that displays categories.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryAxis3D |
CategoryPlot3D.getColumnAxis()
Returns the column axis.
|
CategoryAxis3D |
CategoryPlot3D.getRowAxis()
Returns the row axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryPlot3D.setColumnAxis(CategoryAxis3D axis)
Sets the column axis and sends a
Plot3DChangeEvent to all
registered listeners. |
void |
CategoryPlot3D.setRowAxis(CategoryAxis3D axis)
Sets the row axis and sends a
Plot3DChangeEvent 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 | Method and Description |
|---|---|
protected void |
ChartStyler.styleCategoryAxis(CategoryAxis3D axis) |