Module org.jfree.chart3d
Package org.jfree.chart3d.renderer.category
package org.jfree.chart3d.renderer.category
Renderers that can be used with the
CategoryPlot3D
class.-
ClassDescriptionA base class that can be used to implement renderers for a
CategoryPlot3D
.A renderer for creating 3D area charts from data in aCategoryDataset3D
(for use with aCategoryPlot3D
).A renderer for creating 3D bar charts from aCategoryDataset3D
(for use with aCategoryPlot3D
).A color source that can supply the colors for category plots.Defines the methods that all renderers must support to work with aCategoryPlot3D
.A renderer that can be used with theCategoryPlot3D
class to create 3D lines charts from data in aCategoryDataset3D
.A renderer that can be used with theCategoryPlot3D
class to create 3D stacked bar charts from data in aCategoryDataset3D
.A standard implementation of theCategoryColorSource
interface.