Uses of Interface
org.jfree.chart3d.ChartElement
Packages that use ChartElement
Package
Description
Provides value and range marker support for the axes on category and XYZ
plots.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.Base package for renderer support.
Renderers that can be used with the
CategoryPlot3D
class.Renderers that can be used with the
XYZPlot
class.Classes for controlling chart styles.
-
Uses of ChartElement in org.jfree.chart3d
Classes in org.jfree.chart3d that implement ChartElementModifier and TypeClassDescriptionclass
A chart object for 3D charts (this is the umbrella object that manages all the components of the chart).Methods in org.jfree.chart3d with parameters of type ChartElementModifier and TypeMethodDescriptionvoid
ChartElementVisitor.visit
(ChartElement element) Visit a chart element. -
Uses of ChartElement in org.jfree.chart3d.axis
Subinterfaces of ChartElement in org.jfree.chart3d.axisModifier and TypeInterfaceDescriptioninterface
An interface that must be supported by axes for 3D plots.interface
An axis that displays categories and is used with aCategoryPlot3D
for the row and column axes.interface
An axis that displays a range of continuous values.Classes in org.jfree.chart3d.axis that implement ChartElementModifier and TypeClassDescriptionclass
A base class that can be used to create anAxis3D
implementation.class
A base class for implementing numerical axes.class
A numerical axis with a logarithmic scale.class
A numerical axis for use with 3D plots (implementsValueAxis3D
).class
An axis that displays categories. -
Uses of ChartElement in org.jfree.chart3d.marker
Subinterfaces of ChartElement in org.jfree.chart3d.markerModifier and TypeInterfaceDescriptioninterface
A base interface for all markers.interface
A marker that can be used to mark a value or range of values on aValueAxis3D
.Classes in org.jfree.chart3d.marker that implement ChartElementModifier and TypeClassDescriptionclass
A base class for implementing markers (includes the event notification mechanism).class
A marker for a category on aCategoryAxis3D
.class
A marker used to mark one value on an axis.class
A marker that marks a range of values on an axis. -
Uses of ChartElement in org.jfree.chart3d.plot
Subinterfaces of ChartElement in org.jfree.chart3d.plotClasses in org.jfree.chart3d.plot that implement ChartElementModifier and TypeClassDescriptionclass
A base class that can be used to create classes that implementPlot3D
.class
A 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D
.class
A plot for creating 3D pie charts.class
A 3D plot with three numerical axes that displays data from anXYZDataset
. -
Uses of ChartElement in org.jfree.chart3d.renderer
Subinterfaces of ChartElement in org.jfree.chart3d.rendererModifier and TypeInterfaceDescriptioninterface
A renderer is an object responsible for constructing objects in a 3D model that correspond to data items in a dataset.Classes in org.jfree.chart3d.renderer that implement ChartElement -
Uses of ChartElement in org.jfree.chart3d.renderer.category
Subinterfaces of ChartElement in org.jfree.chart3d.renderer.categoryModifier and TypeInterfaceDescriptioninterface
Defines the methods that all renderers must support to work with aCategoryPlot3D
.Classes in org.jfree.chart3d.renderer.category that implement ChartElementModifier and TypeClassDescriptionclass
A base class that can be used to implement renderers for aCategoryPlot3D
.class
A renderer for creating 3D area charts from data in aCategoryDataset3D
(for use with aCategoryPlot3D
).class
A renderer for creating 3D bar charts from aCategoryDataset3D
(for use with aCategoryPlot3D
).class
A renderer that can be used with theCategoryPlot3D
class to create 3D lines charts from data in aCategoryDataset3D
.class
A renderer that can be used with theCategoryPlot3D
class to create 3D stacked bar charts from data in aCategoryDataset3D
. -
Uses of ChartElement in org.jfree.chart3d.renderer.xyz
Subinterfaces of ChartElement in org.jfree.chart3d.renderer.xyzModifier and TypeInterfaceDescriptioninterface
A renderer that can display data from anXYZDataset
on anXYZPlot
.Classes in org.jfree.chart3d.renderer.xyz that implement ChartElementModifier and TypeClassDescriptionclass
An abstract base class that can be used to create newXYZRenderer
subclasses.class
A renderer that draws 3D bars on anXYZPlot
using data from anXYZDataset
.class
A renderer that draws 3D lines on anXYZPlot
using data from anXYZDataset
.class
A renderer for 3D scatter plots.class
A renderer that plots a surface based on a function (any implementation ofFunction3D
). -
Uses of ChartElement in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style with parameters of type ChartElementModifier and TypeMethodDescriptionvoid
ChartStyler.visit
(ChartElement element) Visits a chart element and applies the current style to that element.