Package org.swtchart
Interface IPlotArea
- All Known Implementing Classes:
PlotArea
public interface IPlotArea
The plot area.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomPaintListener
(ICustomPaintListener listener) Adds the custom paint listener.void
Removes the custom paint listener
-
Method Details
-
addCustomPaintListener
Adds the custom paint listener.- Parameters:
listener
- the custom paint listener
-
removeCustomPaintListener
Removes the custom paint listener- Parameters:
listener
- the custom paint listener
-