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 TypeMethodDescriptionvoidChart3D.receive(ChartElementVisitor visitor) Receives a visitor.voidChartElement.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 voidAbstractAxis3D.receive(ChartElementVisitor visitor) Receives aChartElementVisitor.voidAbstractValueAxis3D.receive(ChartElementVisitor visitor) Receives aChartElementVisitor.voidStandardCategoryAxis3D.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 TypeMethodDescriptionvoidAbstractMarker.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 voidAbstractPlot3D.receive(ChartElementVisitor visitor) Accepts aChartElementVisitor.voidCategoryPlot3D.receive(ChartElementVisitor visitor) Accepts a visitor for the plot.voidPiePlot3D.receive(ChartElementVisitor visitor) Receives a visitor.voidXYZPlot.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 TypeMethodDescriptionvoidAbstractRenderer3D.receive(ChartElementVisitor visitor) Receives aChartElementVisitor. -
Uses of ChartElementVisitor in org.jfree.chart3d.style
Classes in org.jfree.chart3d.style that implement ChartElementVisitorModifier and TypeClassDescriptionclassAChartElementVisitorthat applies a chart style to the elements of a chart.