| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCategoryAxis3D.configureAsColumnAxis(CategoryPlot3D plot)
Configures the axis to be used as a column axis for the specified
plot.
|
void |
CategoryAxis3D.configureAsColumnAxis(CategoryPlot3D plot)
Configure the axis as a column axis for the specified plot.
|
void |
StandardCategoryAxis3D.configureAsRowAxis(CategoryPlot3D plot)
Configures the axis to be used as a row axis for the specified
plot.
|
void |
CategoryAxis3D.configureAsRowAxis(CategoryPlot3D plot)
Configure the axis as a row axis for the specified plot.
|
void |
ValueAxis3D.configureAsValueAxis(CategoryPlot3D plot)
Configure the axis as a value axis for the specified plot.
|
void |
AbstractValueAxis3D.configureAsValueAxis(CategoryPlot3D plot)
Configures the axis to be used as the value axis for the specified
plot.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryPlot3D |
CategoryRenderer3D.getPlot()
Returns the plot that this renderer is assigned to.
|
CategoryPlot3D |
AbstractCategoryRenderer3D.getPlot()
Returns the plot that the renderer is currently assigned to, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryRenderer3D.setPlot(CategoryPlot3D plot)
Sets the plot that the renderer is assigned to.
|
void |
AbstractCategoryRenderer3D.setPlot(CategoryPlot3D plot)
Sets the plot that the renderer is assigned to.
|