- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot3D
,XYZPlot
An interface through which notification of changes to a
Renderer3D
can be received. By default, a CategoryPlot3D
or an XYZPlot
will register as a listener on the renderer that it is using (if the
renderer changes, the plot passes on a change event to the chart).-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called to signal a change to a renderer.
-
Method Details
-
rendererChanged
Called to signal a change to a renderer.- Parameters:
event
- information about the change.
-