| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueAxis3D.configureAsXAxis(XYZPlot plot)
Configure the axis as an x-axis for the specified plot.
|
void |
AbstractValueAxis3D.configureAsXAxis(XYZPlot plot)
Configures the axis to be used as the x-axis for the specified plot.
|
void |
ValueAxis3D.configureAsYAxis(XYZPlot plot)
Configure the axis as an y-axis for the specified plot.
|
void |
AbstractValueAxis3D.configureAsYAxis(XYZPlot plot)
Configures the axis to be used as the y-axis for the specified plot.
|
void |
ValueAxis3D.configureAsZAxis(XYZPlot plot)
Configure the axis as an z-axis for the specified plot.
|
void |
AbstractValueAxis3D.configureAsZAxis(XYZPlot plot)
Configures the axis to be used as the z-axis for the specified plot.
|
| Modifier and Type | Method and Description |
|---|---|
XYZPlot |
XYZRenderer.getPlot()
Returns the plot that this renderer is assigned to.
|
XYZPlot |
AbstractXYZRenderer.getPlot()
Returns the plot that the renderer is assigned to, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZRenderer.composeAll(XYZPlot plot,
World world,
Dimension3D dimensions,
double xOffset,
double yOffset,
double zOffset)
Composes all the 3D objects that this renderer needs to present.
|
void |
SurfaceRenderer.composeAll(XYZPlot plot,
World world,
Dimension3D dimensions,
double xOffset,
double yOffset,
double zOffset)
Composes the entire representation of the function in the supplied
world. |
void |
AbstractXYZRenderer.composeAll(XYZPlot plot,
World world,
Dimension3D dimensions,
double xOffset,
double yOffset,
double zOffset)
Adds objects to the
world to represent all the data items
that this renderer is responsible for. |
void |
XYZRenderer.setPlot(XYZPlot plot)
Sets the plot that the renderer is assigned to.
|
void |
AbstractXYZRenderer.setPlot(XYZPlot plot)
Sets the plot that the renderer is assigned to.
|