Uses of Interface
org.jfree.chart3d.axis.CategoryAxis3D
Packages that use CategoryAxis3D
Package
Description
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.Classes for controlling chart styles.
-
Uses of CategoryAxis3D in org.jfree.chart3d.axis
Classes in org.jfree.chart3d.axis that implement CategoryAxis3D -
Uses of CategoryAxis3D in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return CategoryAxis3DModifier and TypeMethodDescriptionCategoryPlot3D.getColumnAxis()Returns the column axis.CategoryPlot3D.getRowAxis()Returns the row axis.Methods in org.jfree.chart3d.plot with parameters of type CategoryAxis3DModifier and TypeMethodDescriptionvoidCategoryPlot3D.setColumnAxis(CategoryAxis3D axis) Sets the column axis and sends aPlot3DChangeEventto all registered listeners.voidCategoryPlot3D.setRowAxis(CategoryAxis3D axis) Sets the row axis and sends aPlot3DChangeEventto all registered listeners.Constructors in org.jfree.chart3d.plot with parameters of type CategoryAxis3DModifierConstructorDescriptionCategoryPlot3D(CategoryDataset3D dataset, CategoryRenderer3D renderer, CategoryAxis3D rowAxis, CategoryAxis3D columnAxis, ValueAxis3D valueAxis) Creates a new plot with the supplied dataset, renderer and axes. -
Uses of CategoryAxis3D in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style with parameters of type CategoryAxis3DModifier and TypeMethodDescriptionprotected voidChartStyler.styleCategoryAxis(CategoryAxis3D axis) Applies the current style to a category axis.