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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidChartElementVisitor.visit(ChartElement element) Visit a chart element. -
Uses of ChartElement in org.jfree.chart3d.axis
Subinterfaces of ChartElement in org.jfree.chart3d.axisModifier and TypeInterfaceDescriptioninterfaceAn interface that must be supported by axes for 3D plots.interfaceAn axis that displays categories and is used with aCategoryPlot3Dfor the row and column axes.interfaceAn axis that displays a range of continuous values.Classes in org.jfree.chart3d.axis that implement ChartElementModifier and TypeClassDescriptionclassA base class that can be used to create anAxis3Dimplementation.classA base class for implementing numerical axes.classA numerical axis with a logarithmic scale.classA numerical axis for use with 3D plots (implementsValueAxis3D).classAn axis that displays categories. -
Uses of ChartElement in org.jfree.chart3d.marker
Subinterfaces of ChartElement in org.jfree.chart3d.markerModifier and TypeInterfaceDescriptioninterfaceA base interface for all markers.interfaceA 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 TypeClassDescriptionclassA base class for implementing markers (includes the event notification mechanism).classA marker for a category on aCategoryAxis3D.classA marker used to mark one value on an axis.classA 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 TypeClassDescriptionclassA base class that can be used to create classes that implementPlot3D.classA 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D.classA plot for creating 3D pie charts.classA 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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceDefines the methods that all renderers must support to work with aCategoryPlot3D.Classes in org.jfree.chart3d.renderer.category that implement ChartElementModifier and TypeClassDescriptionclassA base class that can be used to implement renderers for aCategoryPlot3D.classA renderer for creating 3D area charts from data in aCategoryDataset3D(for use with aCategoryPlot3D).classA renderer for creating 3D bar charts from aCategoryDataset3D(for use with aCategoryPlot3D).classA renderer that can be used with theCategoryPlot3Dclass to create 3D lines charts from data in aCategoryDataset3D.classA renderer that can be used with theCategoryPlot3Dclass 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 TypeInterfaceDescriptioninterfaceA renderer that can display data from anXYZDataseton anXYZPlot.Classes in org.jfree.chart3d.renderer.xyz that implement ChartElementModifier and TypeClassDescriptionclassAn abstract base class that can be used to create newXYZRenderersubclasses.classA renderer that draws 3D bars on anXYZPlotusing data from anXYZDataset.classA renderer that draws 3D lines on anXYZPlotusing data from anXYZDataset.classA renderer for 3D scatter plots.classA 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 TypeMethodDescriptionvoidChartStyler.visit(ChartElement element) Visits a chart element and applies the current style to that element.