Uses of Interface
org.jfree.chart3d.plot.Plot3DChangeListener
Packages that use Plot3DChangeListener
Package
Description
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.-
Uses of Plot3DChangeListener in org.jfree.chart3d
Classes in org.jfree.chart3d that implement Plot3DChangeListenerModifier and TypeClassDescriptionclassA chart object for 3D charts (this is the umbrella object that manages all the components of the chart). -
Uses of Plot3DChangeListener in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot with parameters of type Plot3DChangeListenerModifier and TypeMethodDescriptionvoidAbstractPlot3D.addChangeListener(Plot3DChangeListener listener) Registers an object for notification of changes to the plot.voidPlot3D.addChangeListener(Plot3DChangeListener listener) Registers a listener to receive notification of changes to the plot.voidAbstractPlot3D.removeChangeListener(Plot3DChangeListener listener) Unregisters an object for notification of changes to the plot.voidPlot3D.removeChangeListener(Plot3DChangeListener listener) De-registers a listener so that it no longer receives notification of changes to the plot.