Uses of Interface
org.jfree.chart3d.ChartElementVisitor
Packages that use ChartElementVisitor
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.
Classes for controlling chart styles.
-
Uses of ChartElementVisitor in org.jfree.chart3d
Methods in org.jfree.chart3d with parameters of type ChartElementVisitorModifier and TypeMethodDescriptionvoid
Chart3D.receive
(ChartElementVisitor visitor) Receives a visitor.void
ChartElement.receive
(ChartElementVisitor visitor) Receives a visitor to the element. -
Uses of ChartElementVisitor in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis with parameters of type ChartElementVisitorModifier and TypeMethodDescriptionabstract void
AbstractAxis3D.receive
(ChartElementVisitor visitor) Receives aChartElementVisitor
.void
AbstractValueAxis3D.receive
(ChartElementVisitor visitor) Receives aChartElementVisitor
.void
StandardCategoryAxis3D.receive
(ChartElementVisitor visitor) Receives aChartElementVisitor
. -
Uses of ChartElementVisitor in org.jfree.chart3d.marker
Methods in org.jfree.chart3d.marker with parameters of type ChartElementVisitorModifier and TypeMethodDescriptionvoid
AbstractMarker.receive
(ChartElementVisitor visitor) Receives a visitor. -
Uses of ChartElementVisitor in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot with parameters of type ChartElementVisitorModifier and TypeMethodDescriptionabstract void
AbstractPlot3D.receive
(ChartElementVisitor visitor) Accepts aChartElementVisitor
.void
CategoryPlot3D.receive
(ChartElementVisitor visitor) Accepts a visitor for the plot.void
PiePlot3D.receive
(ChartElementVisitor visitor) Receives a visitor.void
XYZPlot.receive
(ChartElementVisitor visitor) Receives a visitor. -
Uses of ChartElementVisitor in org.jfree.chart3d.renderer
Methods in org.jfree.chart3d.renderer with parameters of type ChartElementVisitorModifier and TypeMethodDescriptionvoid
AbstractRenderer3D.receive
(ChartElementVisitor visitor) Receives aChartElementVisitor
. -
Uses of ChartElementVisitor in org.jfree.chart3d.style
Classes in org.jfree.chart3d.style that implement ChartElementVisitorModifier and TypeClassDescriptionclass
AChartElementVisitor
that applies a chart style to the elements of a chart.