Uses of Class
org.jfree.chart3d.plot.CategoryPlot3D
Packages that use CategoryPlot3D
-
Uses of CategoryPlot3D in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis with parameters of type CategoryPlot3DModifier and TypeMethodDescriptionvoidCategoryAxis3D.configureAsColumnAxis(CategoryPlot3D plot) Configure the axis as a column axis for the specified plot.voidStandardCategoryAxis3D.configureAsColumnAxis(CategoryPlot3D plot) Configures the axis to be used as a column axis for the specified plot.voidCategoryAxis3D.configureAsRowAxis(CategoryPlot3D plot) Configure the axis as a row axis for the specified plot.voidStandardCategoryAxis3D.configureAsRowAxis(CategoryPlot3D plot) Configures the axis to be used as a row axis for the specified plot.voidAbstractValueAxis3D.configureAsValueAxis(CategoryPlot3D plot) Configures the axis to be used as the value axis for the specified plot.voidValueAxis3D.configureAsValueAxis(CategoryPlot3D plot) Configure the axis as a value axis for the specified plot. -
Uses of CategoryPlot3D in org.jfree.chart3d.renderer.category
Methods in org.jfree.chart3d.renderer.category that return CategoryPlot3DModifier and TypeMethodDescriptionAbstractCategoryRenderer3D.getPlot()Returns the plot that the renderer is currently assigned to, if any.CategoryRenderer3D.getPlot()Returns the plot that this renderer is assigned to.Methods in org.jfree.chart3d.renderer.category with parameters of type CategoryPlot3DModifier and TypeMethodDescriptionvoidAbstractCategoryRenderer3D.setPlot(CategoryPlot3D plot) Sets the plot that the renderer is assigned to.voidCategoryRenderer3D.setPlot(CategoryPlot3D plot) Sets the plot that the renderer is assigned to.