Class PlotArea

  • All Implemented Interfaces:
    IPlotArea

    public class PlotArea
    extends Composite
    implements IPlotArea
    Plot area to draw series and grids.
    • Field Detail

      • chart

        protected Chart chart
        the chart
      • seriesSet

        protected SeriesSet seriesSet
        the set of plots
    • Constructor Detail

      • PlotArea

        public PlotArea​(Chart chart,
                        int style)
        Constructor.
        Parameters:
        chart - the chart
        style - the style
    • Method Detail

      • getSeriesSet

        public ISeriesSet getSeriesSet()
        Gets the set of series.
        Returns:
        the set of series
      • setBounds

        public void setBounds​(int x,
                              int y,
                              int width,
                              int height)
      • setBackground

        public void setBackground​(Color color)
      • paintControl

        public void paintControl​(PaintEvent e)
      • dispose

        public void dispose()