Package org.swtchart
Interface IPlotArea
-
- All Known Implementing Classes:
PlotArea
public interface IPlotAreaThe plot area.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCustomPaintListener(ICustomPaintListener listener)Adds the custom paint listener.voidremoveCustomPaintListener(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
-
-