org.swtchart
Interface IPlotArea

All Known Implementing Classes:
PlotArea

public interface IPlotArea

The plot area.


Method Summary
 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