Uses of Interface
org.jfree.chart3d.axis.Axis3DChangeListener
Packages that use Axis3DChangeListener
Package
Description
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
Uses of Axis3DChangeListener in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis with parameters of type Axis3DChangeListenerModifier and TypeMethodDescriptionvoidAbstractAxis3D.addChangeListener(Axis3DChangeListener listener) Registers a listener so that it will receive axis change events.voidAxis3D.addChangeListener(Axis3DChangeListener listener) Registers a listener so that it receives notification of changes to the axis.voidAbstractAxis3D.removeChangeListener(Axis3DChangeListener listener) Unregisters a listener so that it will no longer receive axis change events.voidAxis3D.removeChangeListener(Axis3DChangeListener listener) Deregisters a listener so that it no longer receives notification of changes to the axis. -
Uses of Axis3DChangeListener in org.jfree.chart3d.plot
Classes in org.jfree.chart3d.plot that implement Axis3DChangeListenerModifier and TypeClassDescriptionclassA 3D plot with two category axes (x and z) and a numerical y-axis that can display data from aCategoryDataset3D.classA 3D plot with three numerical axes that displays data from anXYZDataset.