Package org.swtchart

Interface IPlotArea

All Known Implementing Classes:
PlotArea

public interface IPlotArea
The plot area.
  • Method Details

    • 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