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