The plot area. More...

Public Member Functions | |
| void | addCustomPaintListener (ICustomPaintListener listener) |
| Adds the custom paint listener. | |
| void | removeCustomPaintListener (ICustomPaintListener listener) |
| Removes the custom paint listener. | |
The plot area.
Definition at line 12 of file IPlotArea.java.
| void org.swtchart.IPlotArea.addCustomPaintListener | ( | ICustomPaintListener | listener | ) |
Adds the custom paint listener.
| listener | the custom paint listener |
Implemented in org.swtchart.internal.PlotArea.
Referenced by org.swtchart.examples.advanced.CustomPaintListenerExample.createChart().

| void org.swtchart.IPlotArea.removeCustomPaintListener | ( | ICustomPaintListener | listener | ) |
Removes the custom paint listener.
| listener | the custom paint listener |
Implemented in org.swtchart.internal.PlotArea.
1.6.1