Interface RendererChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot, CombinedDomainCategoryPlot, CombinedDomainXYPlot, CombinedRangeCategoryPlot, CombinedRangeXYPlot, PolarPlot, WaferMapPlot, XYPlot
The interface that must be supported by classes that wish to receive
notification of changes to a renderer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidReceives notification of a renderer change event.
-
Method Details
-
rendererChanged
Receives notification of a renderer change event.- Parameters:
event- the event.
-