Class Chart3DPanel

All Implemented Interfaces:
ComponentListener, MouseListener, MouseMotionListener, MouseWheelListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, Chart3DChangeListener

A panel designed to display a Chart3D in a Swing-based desktop application. The panel registers with the chart to receive change notifications, and when these are received the chart is automatically repainted.

This panel will display the chart, but does not include additional features such as the view toolbar and popup menu (these are provided by the DisplayPanel3D class).

NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
See Also: