Uses of Class
org.jfree.chart3d.plot.XYZPlot
Packages that use XYZPlot
-
Uses of XYZPlot in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis with parameters of type XYZPlotModifier and TypeMethodDescriptionvoidAbstractValueAxis3D.configureAsXAxis(XYZPlot plot) Configures the axis to be used as the x-axis for the specified plot.voidValueAxis3D.configureAsXAxis(XYZPlot plot) Configure the axis as an x-axis for the specified plot.voidAbstractValueAxis3D.configureAsYAxis(XYZPlot plot) Configures the axis to be used as the y-axis for the specified plot.voidValueAxis3D.configureAsYAxis(XYZPlot plot) Configure the axis as a y-axis for the specified plot.voidAbstractValueAxis3D.configureAsZAxis(XYZPlot plot) Configures the axis to be used as the z-axis for the specified plot.voidValueAxis3D.configureAsZAxis(XYZPlot plot) Configure the axis as an z-axis for the specified plot. -
Uses of XYZPlot in org.jfree.chart3d.renderer.xyz
Methods in org.jfree.chart3d.renderer.xyz that return XYZPlotModifier and TypeMethodDescriptionAbstractXYZRenderer.getPlot()Returns the plot that the renderer is assigned to, if any.XYZRenderer.getPlot()Returns the plot that this renderer is assigned to.Methods in org.jfree.chart3d.renderer.xyz with parameters of type XYZPlotModifier and TypeMethodDescriptionvoidAbstractXYZRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Adds objects to theworldto represent all the data items that this renderer is responsible for.voidSurfaceRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes the entire representation of the function in the suppliedworld.voidXYZRenderer.composeAll(XYZPlot plot, World world, Dimension3D dimensions, double xOffset, double yOffset, double zOffset) Composes all the 3D objects that this renderer needs to present.voidSets the plot that the renderer is assigned to.voidSets the plot that the renderer is assigned to.