Uses of Interface
org.jfree.chart3d.Chart3DChangeListener
Packages that use Chart3DChangeListener
Package
Description
-
Uses of Chart3DChangeListener in org.jfree.chart3d
Classes in org.jfree.chart3d that implement Chart3DChangeListenerModifier and TypeClassDescriptionclassA panel designed to display aChart3Din a Swing-based desktop application.Methods in org.jfree.chart3d with parameters of type Chart3DChangeListenerModifier and TypeMethodDescriptionvoidChart3D.addChangeListener(Chart3DChangeListener listener) Registers a listener to receive notification of changes to the chart.voidChart3D.removeChangeListener(Chart3DChangeListener listener) Deregisters a listener so that it no longer receives notification of changes to the chart.